#9D44AE

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

Shades of Deep Lilac #9D44AE

Tints of Deep Lilac #9D44AE

Color information

#9D44AE (or 0x9D44AE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 44 and AE. RGB value is (157,68,174). Sum of RGB (Red+Green+Blue) = 157+68+174=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D44AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D44AE is #62BB51. Grayscale: #6A6A6A. Windows color (decimal): -6470482 or 11420829. OLE color: 11420829.

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

Color convert

RGB15768174-
CMYK0.100.6100.32
HSL290.38º43.8%47.45%-
HSV(B)290.38º60.92%68.24%-
XYZ23.6114.3641.57-
YUV106.7165.99163.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=39.35%
G=17.04%
B=43.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157681740.100.6100.32290.3843.847.45
Hex9D44AEA3D0201222c2f
Octal23510425612750404425457
Binary1001110110001001010111010101111010100000100100010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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