#9D5ABE

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

Shades of Deep Lilac #9D5ABE

Tints of Deep Lilac #9D5ABE

Color information

#9D5ABE (or 0x9D5ABE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5A and BE. RGB value is (157,90,190). Sum of RGB (Red+Green+Blue) = 157+90+190=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ABE is #62A541. Grayscale: #797979. Windows color (decimal): -6464834 or 12475037. OLE color: 12475037.

HSL color Cylindrical-coordinate representation of color #9D5ABE: hue angle of 280.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D5ABE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15790190-
CMYK0.170.5300.25
HSL280.2º43.48%54.9%-
HSV(B)280.2º52.63%74.51%-
XYZ26.8618.250.81-
YUV121.43166.7153.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=35.93%
G=20.59%
B=43.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157901900.170.5300.25280.243.4854.9
Hex9D5ABE11350191182b37
Octal23513227621650314305367
Binary1001110110110101011111010001110101011001100011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,190); }

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

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

 a { background-color: rgb(157,90,190); }

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

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

 span { border-color: rgb(157,90,190); }

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