#9C65BA

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

Shades of Deep Lilac #9C65BA

Tints of Deep Lilac #9C65BA

Color information

#9C65BA (or 0x9C65BA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 65 and BA. RGB value is (156,101,186). Sum of RGB (Red+Green+Blue) = 156+101+186=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65BA is #639A45. Grayscale: #7E7E7E. Windows color (decimal): -6527558 or 12215708. OLE color: 12215708.

HSL color Cylindrical-coordinate representation of color #9C65BA: hue angle of 278.82º 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 #9C65BA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156101186-
CMYK0.160.4600.27
HSL278.82º38.12%56.27%-
HSV(B)278.82º45.7%72.94%-
XYZ27.2319.9248.86-
YUV127.14161.22148.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=35.21%
G=22.80%
B=41.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561011860.160.4600.27278.8238.1256.27
Hex9C65BA102E01B1172638
Octal23414527220560334274670
Binary1001110011001011011101010000101110011011100010111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,186); }

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

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

 a { background-color: rgb(156,101,186); }

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

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

 span { border-color: rgb(156,101,186); }

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