#9D5BBB

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

Shades of Deep Lilac #9D5BBB

Tints of Deep Lilac #9D5BBB

Color information

#9D5BBB (or 0x9D5BBB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5B and BB. RGB value is (157,91,187). Sum of RGB (Red+Green+Blue) = 157+91+187=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5BBB is #62A444. Grayscale: #797979. Windows color (decimal): -6464581 or 12278685. OLE color: 12278685.

HSL color Cylindrical-coordinate representation of color #9D5BBB: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5BBB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15791187-
CMYK0.160.5100.27
HSL281.25º41.38%54.51%-
HSV(B)281.25º51.34%73.33%-
XYZ26.6218.2449.13-
YUV121.68164.87153.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=36.09%
G=20.92%
B=42.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157911870.160.5100.27281.2541.3854.51
Hex9D5BBB103301B1192937
Octal23513327320630334315167
Binary1001110110110111011101110000110011011011100011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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