#9D5EBD

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

Shades of Deep Lilac #9D5EBD

Tints of Deep Lilac #9D5EBD

Color information

#9D5EBD (or 0x9D5EBD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5E and BD. RGB value is (157,94,189). Sum of RGB (Red+Green+Blue) = 157+94+189=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5EBD is #62A142. Grayscale: #7B7B7B. Windows color (decimal): -6463811 or 12410525. OLE color: 12410525.

HSL color Cylindrical-coordinate representation of color #9D5EBD: hue angle of 279.79º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D5EBD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15794189-
CMYK0.170.5000.26
HSL279.79º41.85%55.49%-
HSV(B)279.79º50.26%74.12%-
XYZ27.0918.8550.35-
YUV123.67164.87151.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=35.68%
G=21.36%
B=42.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157941890.170.5000.26279.7941.8555.49
Hex9D5EBD113201A1182a37
Octal23513627521620324305267
Binary1001110110111101011110110001110010011010100011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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