#8E4ACB

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

Shades of Deep Lilac #8E4ACB

Tints of Deep Lilac #8E4ACB

Color information

#8E4ACB (or 0x8E4ACB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4A and CB. RGB value is (142,74,203). Sum of RGB (Red+Green+Blue) = 142+74+203=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4ACB is #71B534. Grayscale: #6C6C6C. Windows color (decimal): -7451957 or 13322894. OLE color: 13322894.

HSL color Cylindrical-coordinate representation of color #8E4ACB: hue angle of 271.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E4ACB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14274203-
CMYK0.300.6400.20
HSL271.63º55.36%54.31%-
HSV(B)271.63º63.55%79.61%-
XYZ24.3814.9658.1-
YUV109.04181.03151.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=33.89%
G=17.66%
B=48.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142742030.300.6400.20271.6355.3654.31
Hex8E4ACB1E400141103736
Octal216112313361000244206766
Binary10001110100101011001011111101000000010100100010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,203); }

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

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

 a { background-color: rgb(142,74,203); }

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

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

 span { border-color: rgb(142,74,203); }

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