#8E4CCB

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

Shades of Deep Lilac #8E4CCB

Tints of Deep Lilac #8E4CCB

Color information

#8E4CCB (or 0x8E4CCB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4C and CB. RGB value is (142,76,203). Sum of RGB (Red+Green+Blue) = 142+76+203=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CCB is #71B334. Grayscale: #6D6D6D. Windows color (decimal): -7451445 or 13323406. OLE color: 13323406.

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

Color convert

RGB14276203-
CMYK0.300.6300.20
HSL271.18º54.98%54.71%-
HSV(B)271.18º62.56%79.61%-
XYZ24.5215.2358.15-
YUV110.21180.37150.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=33.73%
G=18.05%
B=48.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142762030.300.6300.20271.1854.9854.71
Hex8E4CCB1E3F01410f3737
Octal21611431336770244176767
Binary1000111010011001100101111110111111010100100001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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