#9C51AF

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

Shades of Deep Lilac #9C51AF

Tints of Deep Lilac #9C51AF

Color information

#9C51AF (or 0x9C51AF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 51 and AF. RGB value is (156,81,175). Sum of RGB (Red+Green+Blue) = 156+81+175=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C51AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C51AF is #63AE50. Grayscale: #717171. Windows color (decimal): -6532689 or 11489692. OLE color: 11489692.

HSL color Cylindrical-coordinate representation of color #9C51AF: hue angle of 287.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C51AF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15681175-
CMYK0.110.5400.31
HSL287.87º37.01%50.2%-
HSV(B)287.87º53.71%68.63%-
XYZ24.3916.0542.37-
YUV114.14162.35157.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=37.86%
G=19.66%
B=42.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156811750.110.5400.31287.8737.0150.2
Hex9C51AFB3601F1202532
Octal23412125713660374404562
Binary100111001010001101011111011110110011111100100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,175); }

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

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

 a { background-color: rgb(156,81,175); }

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

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

 span { border-color: rgb(156,81,175); }

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