#9C64BE

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

Shades of Deep Lilac #9C64BE

Tints of Deep Lilac #9C64BE

Color information

#9C64BE (or 0x9C64BE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 64 and BE. RGB value is (156,100,190). Sum of RGB (Red+Green+Blue) = 156+100+190=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64BE is #639B41. Grayscale: #7E7E7E. Windows color (decimal): -6527810 or 12477596. OLE color: 12477596.

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

Color convert

RGB156100190-
CMYK0.180.4700.25
HSL277.33º40.91%56.86%-
HSV(B)277.33º47.37%74.51%-
XYZ27.5619.951.1-
YUV127163.55148.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=34.98%
G=22.42%
B=42.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561001900.180.4700.25277.3340.9156.86
Hex9C64BE122F0191152939
Octal23414427622570314255171
Binary1001110011001001011111010010101111011001100010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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