#9B64BA

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

Shades of Deep Lilac #9B64BA

Tints of Deep Lilac #9B64BA

Color information

#9B64BA (or 0x9B64BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 64 and BA. RGB value is (155,100,186). Sum of RGB (Red+Green+Blue) = 155+100+186=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64BA is #649B45. Grayscale: #7D7D7D. Windows color (decimal): -6593350 or 12215451. OLE color: 12215451.

HSL color Cylindrical-coordinate representation of color #9B64BA: hue angle of 278.37º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B64BA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155100186-
CMYK0.170.4600.27
HSL278.37º38.39%56.08%-
HSV(B)278.37º46.24%72.94%-
XYZ26.9419.6348.82-
YUV126.25161.72148.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=35.15%
G=22.68%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551001860.170.4600.27278.3738.3956.08
Hex9B64BA112E01B1162638
Octal23314427221560334264670
Binary1001101111001001011101010001101110011011100010110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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