#9D5DAD

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

Shades of Deep Lilac #9D5DAD

Tints of Deep Lilac #9D5DAD

Color information

#9D5DAD (or 0x9D5DAD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5D and AD. RGB value is (157,93,173). Sum of RGB (Red+Green+Blue) = 157+93+173=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAD is #62A252. Grayscale: #797979. Windows color (decimal): -6464083 or 11361693. OLE color: 11361693.

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

Color convert

RGB15793173-
CMYK0.090.4600.32
HSL288º32.79%52.16%-
HSV(B)288º46.24%67.84%-
XYZ25.3618.0141.68-
YUV121.26157.2153.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=37.12%
G=21.99%
B=40.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157931730.090.4600.3228832.7952.16
Hex9D5DAD92E0201202134
Octal23513525511560404404164
Binary1001110110111011010110110011011100100000100100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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