#8E4BAB

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

Shades of Deep Lilac #8E4BAB

Tints of Deep Lilac #8E4BAB

Color information

#8E4BAB (or 0x8E4BAB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4B and AB. RGB value is (142,75,171). Sum of RGB (Red+Green+Blue) = 142+75+171=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4BAB is #71B454. Grayscale: #696969. Windows color (decimal): -7451733 or 11225998. OLE color: 11225998.

HSL color Cylindrical-coordinate representation of color #8E4BAB: hue angle of 281.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E4BAB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14275171-
CMYK0.170.5600.33
HSL281.88º39.02%48.24%-
HSV(B)281.88º56.14%67.06%-
XYZ21.0213.7240.07-
YUV105.98164.7153.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=36.60%
G=19.33%
B=44.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142751710.170.5600.33281.8839.0248.24
Hex8E4BAB113802111a2730
Octal21611325321700414324760
Binary10001110100101110101011100011110000100001100011010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,171); }

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

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

 a { background-color: rgb(142,75,171); }

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

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

 span { border-color: rgb(142,75,171); }

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