#9E5BBD

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

Shades of Deep Lilac #9E5BBD

Tints of Deep Lilac #9E5BBD

Color information

#9E5BBD (or 0x9E5BBD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5B and BD. RGB value is (158,91,189). Sum of RGB (Red+Green+Blue) = 158+91+189=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E5BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BBD is #61A442. Grayscale: #797979. Windows color (decimal): -6399043 or 12409758. OLE color: 12409758.

HSL color Cylindrical-coordinate representation of color #9E5BBD: hue angle of 281.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E5BBD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15891189-
CMYK0.160.5200.26
HSL281.02º42.61%54.9%-
HSV(B)281.02º51.85%74.12%-
XYZ27.0318.4350.28-
YUV122.2165.7153.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=36.07%
G=20.78%
B=43.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158911890.160.5200.26281.0242.6154.9
Hex9E5BBD103401A1192b37
Octal23613327520640324315367
Binary1001111010110111011110110000110100011010100011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,91,189); }

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

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

 a { background-color: rgb(158,91,189); }

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

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

 span { border-color: rgb(158,91,189); }

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