#9E45BF

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

Shades of Deep Lilac #9E45BF

Tints of Deep Lilac #9E45BF

Color information

#9E45BF (or 0x9E45BF) is unknown color: approx Deep Lilac. HEX triplet: 9E, 45 and BF. RGB value is (158,69,191). Sum of RGB (Red+Green+Blue) = 158+69+191=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45BF is #61BA40. Grayscale: #6D6D6D. Windows color (decimal): -6404673 or 12535198. OLE color: 12535198.

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

Color convert

RGB15869191-
CMYK0.170.6400.25
HSL283.77º48.8%50.98%-
HSV(B)283.77º63.87%74.9%-
XYZ25.6315.2950.89-
YUV109.52173.99162.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 191 (75% from 255) = 45.69%
R=37.80%
G=16.51%
B=45.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158691910.170.6400.25283.7748.850.98
Hex9E45BF114001911c3133
Octal236105277211000314346163
Binary10011110100010110111111100011000000011001100011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,69,191); }

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

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

 a { background-color: rgb(158,69,191); }

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

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

 span { border-color: rgb(158,69,191); }

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