#8E49CA

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

Shades of Deep Lilac #8E49CA

Tints of Deep Lilac #8E49CA

Color information

#8E49CA (or 0x8E49CA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 49 and CA. RGB value is (142,73,202). Sum of RGB (Red+Green+Blue) = 142+73+202=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E49CA is #71B635. Grayscale: #6B6B6B. Windows color (decimal): -7452214 or 13257102. OLE color: 13257102.

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

Color convert

RGB14273202-
CMYK0.300.6400.21
HSL272.09º54.89%53.92%-
HSV(B)272.09º63.86%79.22%-
XYZ24.214.7857.45-
YUV108.34180.86152.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=34.05%
G=17.51%
B=48.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142732020.300.6400.21272.0954.8953.92
Hex8E49CA1E400151103736
Octal216111312361000254206766
Binary10001110100100111001010111101000000010101100010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,202); }

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

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

 a { background-color: rgb(142,73,202); }

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

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

 span { border-color: rgb(142,73,202); }

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