#9D5BAD

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

Shades of Deep Lilac #9D5BAD

Tints of Deep Lilac #9D5BAD

Color information

#9D5BAD (or 0x9D5BAD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5B and AD. RGB value is (157,91,173). Sum of RGB (Red+Green+Blue) = 157+91+173=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D5BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5BAD is #62A452. Grayscale: #777777. Windows color (decimal): -6464595 or 11361181. OLE color: 11361181.

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

Color convert

RGB15791173-
CMYK0.090.4700.32
HSL288.29º33.33%51.76%-
HSV(B)288.29º47.4%67.84%-
XYZ25.1917.6741.62-
YUV120.08157.87154.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=37.29%
G=21.62%
B=41.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157911730.090.4700.32288.2933.3351.76
Hex9D5BAD92F0201202134
Octal23513325511570404404164
Binary1001110110110111010110110011011110100000100100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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