#9D5DB2

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

Shades of Deep Lilac #9D5DB2

Tints of Deep Lilac #9D5DB2

Color information

#9D5DB2 (or 0x9D5DB2) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5D and B2. RGB value is (157,93,178). Sum of RGB (Red+Green+Blue) = 157+93+178=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D5DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DB2 is #62A24D. Grayscale: #797979. Windows color (decimal): -6464078 or 11689373. OLE color: 11689373.

HSL color Cylindrical-coordinate representation of color #9D5DB2: hue angle of 285.18º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5DB2 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15793178-
CMYK0.120.4800.30
HSL285.18º35.56%53.14%-
HSV(B)285.18º47.75%69.8%-
XYZ25.8518.2144.27-
YUV121.83159.7153.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=36.68%
G=21.73%
B=41.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157931780.120.4800.30285.1835.5653.14
Hex9D5DB2C3001E11d2435
Octal23513526214600364354465
Binary100111011011101101100101100110000011110100011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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