#9D5DAF

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

Shades of Deep Lilac #9D5DAF

Tints of Deep Lilac #9D5DAF

Color information

#9D5DAF (or 0x9D5DAF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5D and AF. RGB value is (157,93,175). Sum of RGB (Red+Green+Blue) = 157+93+175=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAF is #62A250. Grayscale: #797979. Windows color (decimal): -6464081 or 11492765. OLE color: 11492765.

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

Color convert

RGB15793175-
CMYK0.100.4700.31
HSL286.83º33.88%52.55%-
HSV(B)286.83º46.86%68.63%-
XYZ25.5618.0942.7-
YUV121.48158.2153.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=36.94%
G=21.88%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157931750.100.4700.31286.8333.8852.55
Hex9D5DAFA2F01F11f2235
Octal23513525712570374374265
Binary100111011011101101011111010101111011111100011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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