#8E4CC4

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

Shades of Deep Lilac #8E4CC4

Tints of Deep Lilac #8E4CC4

Color information

#8E4CC4 (or 0x8E4CC4) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4C and C4. RGB value is (142,76,196). Sum of RGB (Red+Green+Blue) = 142+76+196=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E4CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CC4 is #71B33B. Grayscale: #6D6D6D. Windows color (decimal): -7451452 or 12864654. OLE color: 12864654.

HSL color Cylindrical-coordinate representation of color #8E4CC4: hue angle of 273º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E4CC4 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14276196-
CMYK0.280.6100.23
HSL273º50.42%53.33%-
HSV(B)273º61.22%76.86%-
XYZ23.714.9153.85-
YUV109.41176.87151.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=34.30%
G=18.36%
B=47.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142761960.280.6100.2327350.4253.33
Hex8E4CC41C3D0171113235
Octal21611430434750274216265
Binary1000111010011001100010011100111101010111100010001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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