#8E46BE

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

Shades of Deep Lilac #8E46BE

Tints of Deep Lilac #8E46BE

Color information

#8E46BE (or 0x8E46BE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 46 and BE. RGB value is (142,70,190). Sum of RGB (Red+Green+Blue) = 142+70+190=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E46BE is #71B941. Grayscale: #686868. Windows color (decimal): -7452994 or 12469902. OLE color: 12469902.

HSL color Cylindrical-coordinate representation of color #8E46BE: hue angle of 276º degrees, saturation: 0.48, 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 #8E46BE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14270190-
CMYK0.250.6300.25
HSL276º48%50.98%-
HSV(B)276º63.16%74.51%-
XYZ22.6413.8550.2-
YUV105.21175.85154.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 70 (27.73% from 255) = 17.41%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=35.32%
G=17.41%
B=47.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142701900.250.6300.252764850.98
Hex8E46BE193F0191143033
Octal21610627631770314246063
Binary1000111010001101011111011001111111011001100010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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