#8E3CB1

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

Shades of Deep Lilac #8E3CB1

Tints of Deep Lilac #8E3CB1

Color information

#8E3CB1 (or 0x8E3CB1) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3C and B1. RGB value is (142,60,177). Sum of RGB (Red+Green+Blue) = 142+60+177=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E3CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3CB1 is #71C34E. Grayscale: #616161. Windows color (decimal): -7455567 or 11615374. OLE color: 11615374.

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

Color convert

RGB14260177-
CMYK0.200.6600.31
HSL282.05º49.37%46.47%-
HSV(B)282.05º66.1%69.41%-
XYZ20.7112.1642.85-
YUV97.86172.67159.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=37.47%
G=15.83%
B=46.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142601770.200.6600.31282.0549.3746.47
Hex8E3CB1144201F11a312e
Octal21674261241020374326156
Binary1000111011110010110001101001000010011111100011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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