#8E44C0

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

Shades of Deep Lilac #8E44C0

Tints of Deep Lilac #8E44C0

Color information

#8E44C0 (or 0x8E44C0) is unknown color: approx Deep Lilac. HEX triplet: 8E, 44 and C0. RGB value is (142,68,192). Sum of RGB (Red+Green+Blue) = 142+68+192=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E44C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E44C0 is #71BB3F. Grayscale: #676767. Windows color (decimal): -7453504 or 12600462. OLE color: 12600462.

HSL color Cylindrical-coordinate representation of color #8E44C0: hue angle of 275.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E44C0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14268192-
CMYK0.260.6500.25
HSL275.81º49.6%50.98%-
HSV(B)275.81º64.58%75.29%-
XYZ22.7413.6951.31-
YUV104.26177.52154.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=35.32%
G=16.92%
B=47.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142681920.260.6500.25275.8149.650.98
Hex8E44C01A410191143233
Octal216104300321010314246263
Binary10001110100010011000000110101000001011001100010100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E44C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,192); }

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

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

 a { background-color: rgb(142,68,192); }

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

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

 span { border-color: rgb(142,68,192); }

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