#9C3BAA

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

Shades of Deep Lilac #9C3BAA

Tints of Deep Lilac #9C3BAA

Color information

#9C3BAA (or 0x9C3BAA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 3B and AA. RGB value is (156,59,170). Sum of RGB (Red+Green+Blue) = 156+59+170=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3BAA is #63C455. Grayscale: #646464. Windows color (decimal): -6538326 or 11156380. OLE color: 11156380.

HSL color Cylindrical-coordinate representation of color #9C3BAA: hue angle of 292.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3BAA is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15659170-
CMYK0.080.6500.33
HSL292.43º48.47%44.9%-
HSV(B)292.43º65.29%66.67%-
XYZ22.5313.139.37-
YUV100.66167.14167.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=40.52%
G=15.32%
B=44.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156591700.080.6500.33292.4348.4744.9
Hex9C3BAA841021124302d
Octal23473252101010414446055
Binary1001110011101110101010100010000010100001100100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,59,170); }

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

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

 a { background-color: rgb(156,59,170); }

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

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

 span { border-color: rgb(156,59,170); }

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