#9D40AE

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

Shades of Deep Lilac #9D40AE

Tints of Deep Lilac #9D40AE

Color information

#9D40AE (or 0x9D40AE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 40 and AE. RGB value is (157,64,174). Sum of RGB (Red+Green+Blue) = 157+64+174=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D40AE is #62BF51. Grayscale: #686868. Windows color (decimal): -6471506 or 11419805. OLE color: 11419805.

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

Color convert

RGB15764174-
CMYK0.100.6300.32
HSL290.73º46.22%46.67%-
HSV(B)290.73º63.22%68.24%-
XYZ23.3813.8941.49-
YUV104.35167.31165.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=39.75%
G=16.20%
B=44.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157641740.100.6300.32290.7346.2246.67
Hex9D40AEA3F0201232e2f
Octal23510025612770404435657
Binary1001110110000001010111010101111110100000100100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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