#9B2D93

Color #9B2D93 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9B2D93

Tints of Vivid Violet #9B2D93

Color information

#9B2D93 (or 0x9B2D93) is unknown color: approx Vivid Violet. HEX triplet: 9B, 2D and 93. RGB value is (155,45,147). Sum of RGB (Red+Green+Blue) = 155+45+147=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D93 is #64D26C. Grayscale: #595959. Windows color (decimal): -6607469 or 9645467. OLE color: 9645467.

HSL color Cylindrical-coordinate representation of color #9B2D93: hue angle of 304.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D93 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15545147-
CMYK00.710.050.39
HSL304.36º55%39.22%-
HSV(B)304.36º70.97%60.78%-
XYZ19.7210.9528.68-
YUV89.52160.44174.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=44.67%
G=12.97%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554514700.710.050.39304.365539.22
Hex9B2D930475271303727
Octal2335522301075474606747
Binary100110111011011001001101000111101100111100110000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2D93; }

 p { color: rgb(155,45,147); }

 H1.HeaderClassName
 {
   color: #9B2D93;
 }
 .AnyTagClassName
 {
   color: #9B2D93;
 }
</style>
background-color css

<style>
 a { background-color: #9B2D93; }

 a { background-color: rgb(155,45,147); }

 div.DivClassName
 {
   background-color: #9B2D93;
 }
 .BgClassName
 {
   background-color: #9B2D93;
 }
</style>
border-color css

<style>
 span { border-color: #9B2D93; }

 span { border-color: rgb(155,45,147); }

 td.TdClassName
 {
   border-color: #9B2D93;
 }
 .TagClassName
 {
   border-color: #9B2D93;
 }
</style>