#8E45BF

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

Shades of Deep Lilac #8E45BF

Tints of Deep Lilac #8E45BF

Color information

#8E45BF (or 0x8E45BF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 45 and BF. RGB value is (142,69,191). Sum of RGB (Red+Green+Blue) = 142+69+191=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E45BF is #71BA40. Grayscale: #686868. Windows color (decimal): -7453249 or 12535182. OLE color: 12535182.

HSL color Cylindrical-coordinate representation of color #8E45BF: hue angle of 275.9º 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 #8E45BF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14269191-
CMYK0.260.6400.25
HSL275.9º48.8%50.98%-
HSV(B)275.9º63.87%74.9%-
XYZ22.6913.7750.75-
YUV104.74176.68154.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 191 (75% from 255) = 47.51%
R=35.32%
G=17.16%
B=47.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142691910.260.6400.25275.948.850.98
Hex8E45BF1A400191143133
Octal216105277321000314246163
Binary10001110100010110111111110101000000011001100010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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