#9E45BA

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

Shades of Deep Lilac #9E45BA

Tints of Deep Lilac #9E45BA

Color information

#9E45BA (or 0x9E45BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 45 and BA. RGB value is (158,69,186). Sum of RGB (Red+Green+Blue) = 158+69+186=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E45BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45BA is #61BA45. Grayscale: #6C6C6C. Windows color (decimal): -6404678 or 12207518. OLE color: 12207518.

HSL color Cylindrical-coordinate representation of color #9E45BA: hue angle of 285.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E45BA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15869186-
CMYK0.150.6300.27
HSL285.64º45.88%50%-
HSV(B)285.64º62.9%72.94%-
XYZ25.0915.0748.04-
YUV108.95171.49162.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=38.26%
G=16.71%
B=45.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158691860.150.6300.27285.6445.8850
Hex9E45BAF3F01B11e2e32
Octal23610527217770334365662
Binary100111101000101101110101111111111011011100011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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