#9D51AE

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

Shades of Deep Lilac #9D51AE

Tints of Deep Lilac #9D51AE

Color information

#9D51AE (or 0x9D51AE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 51 and AE. RGB value is (157,81,174). Sum of RGB (Red+Green+Blue) = 157+81+174=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D51AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D51AE is #62AE51. Grayscale: #727272. Windows color (decimal): -6467154 or 11424157. OLE color: 11424157.

HSL color Cylindrical-coordinate representation of color #9D51AE: hue angle of 289.03º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D51AE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15781174-
CMYK0.100.5300.32
HSL289.03º36.47%50%-
HSV(B)289.03º53.45%68.24%-
XYZ24.4916.1141.86-
YUV114.33161.68158.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=38.11%
G=19.66%
B=42.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157811740.100.5300.32289.0336.4750
Hex9D51AEA350201212432
Octal23512125612650404414462
Binary1001110110100011010111010101101010100000100100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,174); }

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

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

 a { background-color: rgb(157,81,174); }

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

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

 span { border-color: rgb(157,81,174); }

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