#9C64BF

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

Shades of Deep Lilac #9C64BF

Tints of Deep Lilac #9C64BF

Color information

#9C64BF (or 0x9C64BF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 64 and BF. RGB value is (156,100,191). Sum of RGB (Red+Green+Blue) = 156+100+191=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64BF is #639B40. Grayscale: #7E7E7E. Windows color (decimal): -6527809 or 12543132. OLE color: 12543132.

HSL color Cylindrical-coordinate representation of color #9C64BF: hue angle of 276.92º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C64BF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156100191-
CMYK0.180.4800.25
HSL276.92º41.55%57.06%-
HSV(B)276.92º47.64%74.9%-
XYZ27.6719.9451.68-
YUV127.12164.05148.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 191 (75% from 255) = 42.73%
R=34.90%
G=22.37%
B=42.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561001910.180.4800.25276.9241.5557.06
Hex9C64BF12300191152a39
Octal23414427722600314255271
Binary1001110011001001011111110010110000011001100010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,191); }

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

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

 a { background-color: rgb(156,100,191); }

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

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

 span { border-color: rgb(156,100,191); }

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