#9B64B4

Color #9B64B4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B64B4

Tints of Deep Lilac #9B64B4

Color information

#9B64B4 (or 0x9B64B4) is unknown color: approx Deep Lilac. HEX triplet: 9B, 64 and B4. RGB value is (155,100,180). Sum of RGB (Red+Green+Blue) = 155+100+180=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #9B64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64B4 is #649B4B. Grayscale: #7D7D7D. Windows color (decimal): -6593356 or 11822235. OLE color: 11822235.

HSL color Cylindrical-coordinate representation of color #9B64B4: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B64B4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB155100180-
CMYK0.140.4400.29
HSL281.25º34.78%54.9%-
HSV(B)281.25º44.44%70.59%-
XYZ26.3119.3845.53-
YUV125.56158.72149-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=35.63%
G=22.99%
B=41.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551001800.140.4400.29281.2534.7854.9
Hex9B64B4E2C01D1192337
Octal23314426416540354314367
Binary100110111100100101101001110101100011101100011001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,180); }

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

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

 a { background-color: rgb(155,100,180); }

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

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

 span { border-color: rgb(155,100,180); }

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