#8E46BF

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

Shades of Deep Lilac #8E46BF

Tints of Deep Lilac #8E46BF

Color information

#8E46BF (or 0x8E46BF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 46 and BF. RGB value is (142,70,191). Sum of RGB (Red+Green+Blue) = 142+70+191=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E46BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E46BF is #71B940. Grayscale: #686868. Windows color (decimal): -7452993 or 12535438. OLE color: 12535438.

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

Color convert

RGB14270191-
CMYK0.260.6300.25
HSL275.7º48.59%51.18%-
HSV(B)275.7º63.35%74.9%-
XYZ22.7513.8950.77-
YUV105.32176.35154.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 191 (75% from 255) = 47.39%
R=35.24%
G=17.37%
B=47.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142701910.260.6300.25275.748.5951.18
Hex8E46BF1A3F0191143133
Octal21610627732770314246163
Binary1000111010001101011111111010111111011001100010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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