#9E5FBB

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

Shades of Deep Lilac #9E5FBB

Tints of Deep Lilac #9E5FBB

Color information

#9E5FBB (or 0x9E5FBB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5F and BB. RGB value is (158,95,187). Sum of RGB (Red+Green+Blue) = 158+95+187=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FBB is #61A044. Grayscale: #7C7C7C. Windows color (decimal): -6398021 or 12279710. OLE color: 12279710.

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

Color convert

RGB15895187-
CMYK0.160.4900.27
HSL281.09º40.35%55.29%-
HSV(B)281.09º49.2%73.33%-
XYZ27.1619.0449.26-
YUV124.32163.37152.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=35.91%
G=21.59%
B=42.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158951870.160.4900.27281.0940.3555.29
Hex9E5FBB103101B1192837
Octal23613727320610334315067
Binary1001111010111111011101110000110001011011100011001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,187); }

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

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

 a { background-color: rgb(158,95,187); }

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

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

 span { border-color: rgb(158,95,187); }

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