#8E58A3

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

Shades of Deep Lilac #8E58A3

Tints of Deep Lilac #8E58A3

Color information

#8E58A3 (or 0x8E58A3) is unknown color: approx Deep Lilac. HEX triplet: 8E, 58 and A3. RGB value is (142,88,163). Sum of RGB (Red+Green+Blue) = 142+88+163=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E58A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E58A3 is #71A75C. Grayscale: #707070. Windows color (decimal): -7448413 or 10705038. OLE color: 10705038.

HSL color Cylindrical-coordinate representation of color #8E58A3: hue angle of 283.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E58A3 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14288163-
CMYK0.130.4600.36
HSL283.2º29.88%49.22%-
HSV(B)283.2º46.01%63.92%-
XYZ21.2615.3736.5-
YUV112.7156.39148.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=36.13%
G=22.39%
B=41.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142881630.130.4600.36283.229.8849.22
Hex8E58A3D2E02411b1e31
Octal21613024315560444333661
Binary100011101011000101000111101101110010010010001101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E58A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,163); }

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

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

 a { background-color: rgb(142,88,163); }

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

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

 span { border-color: rgb(142,88,163); }

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