#9D43AE

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

Shades of Deep Lilac #9D43AE

Tints of Deep Lilac #9D43AE

Color information

#9D43AE (or 0x9D43AE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 43 and AE. RGB value is (157,67,174). Sum of RGB (Red+Green+Blue) = 157+67+174=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D43AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D43AE is #62BC51. Grayscale: #696969. Windows color (decimal): -6470738 or 11420573. OLE color: 11420573.

HSL color Cylindrical-coordinate representation of color #9D43AE: hue angle of 290.47º 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 #9D43AE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15767174-
CMYK0.100.6100.32
HSL290.47º44.4%47.25%-
HSV(B)290.47º61.49%68.24%-
XYZ23.5514.2441.55-
YUV106.11166.32164.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=39.45%
G=16.83%
B=43.72%

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
Decimal157671740.100.6100.32290.4744.447.25
Hex9D43AEA3D0201222c2f
Octal23510325612750404425457
Binary1001110110000111010111010101111010100000100100010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D43AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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