#9D5EAF

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

Shades of Deep Lilac #9D5EAF

Tints of Deep Lilac #9D5EAF

Color information

#9D5EAF (or 0x9D5EAF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5E and AF. RGB value is (157,94,175). Sum of RGB (Red+Green+Blue) = 157+94+175=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5EAF is #62A150. Grayscale: #797979. Windows color (decimal): -6463825 or 11493021. OLE color: 11493021.

HSL color Cylindrical-coordinate representation of color #9D5EAF: hue angle of 286.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5EAF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15794175-
CMYK0.100.4600.31
HSL286.67º33.61%52.75%-
HSV(B)286.67º46.29%68.63%-
XYZ25.6518.2742.73-
YUV122.07157.87152.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=36.85%
G=22.07%
B=41.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157941750.100.4600.31286.6733.6152.75
Hex9D5EAFA2E01F11f2235
Octal23513625712560374374265
Binary100111011011110101011111010101110011111100011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,175); }

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

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

 a { background-color: rgb(157,94,175); }

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

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

 span { border-color: rgb(157,94,175); }

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