#9C3DAA

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

Shades of Deep Lilac #9C3DAA

Tints of Deep Lilac #9C3DAA

Color information

#9C3DAA (or 0x9C3DAA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 3D and AA. RGB value is (156,61,170). Sum of RGB (Red+Green+Blue) = 156+61+170=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C3DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3DAA is #63C255. Grayscale: #656565. Windows color (decimal): -6537814 or 11156892. OLE color: 11156892.

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

Color convert

RGB15661170-
CMYK0.080.6400.33
HSL292.29º47.19%45.29%-
HSV(B)292.29º64.12%66.67%-
XYZ22.6313.3139.41-
YUV101.83166.47166.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=40.31%
G=15.76%
B=43.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156611700.080.6400.33292.2947.1945.29
Hex9C3DAA8400211242f2d
Octal23475252101000414445755
Binary1001110011110110101010100010000000100001100100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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