#8E3EB1

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

Shades of Deep Lilac #8E3EB1

Tints of Deep Lilac #8E3EB1

Color information

#8E3EB1 (or 0x8E3EB1) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3E and B1. RGB value is (142,62,177). Sum of RGB (Red+Green+Blue) = 142+62+177=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E3EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3EB1 is #71C14E. Grayscale: #626262. Windows color (decimal): -7455055 or 11615886. OLE color: 11615886.

HSL color Cylindrical-coordinate representation of color #8E3EB1: hue angle of 281.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3EB1 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14262177-
CMYK0.200.6500.31
HSL281.74º48.12%46.86%-
HSV(B)281.74º64.97%69.41%-
XYZ20.8112.3742.89-
YUV99.03172158.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 62 (24.61% from 255) = 16.27%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=37.27%
G=16.27%
B=46.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142621770.200.6500.31281.7448.1246.86
Hex8E3EB1144101F11a302f
Octal21676261241010374326057
Binary1000111011111010110001101001000001011111100011010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,177); }

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

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

 a { background-color: rgb(142,62,177); }

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

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

 span { border-color: rgb(142,62,177); }

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