#8E198A

Color #8E198A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E198A

Tints of Dark Purple #8E198A

Color information

#8E198A (or 0x8E198A) is unknown color: approx Dark Purple. HEX triplet: 8E, 19 and 8A. RGB value is (142,25,138). Sum of RGB (Red+Green+Blue) = 142+25+138=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E198A is #71E675. Grayscale: #484848. Windows color (decimal): -7464566 or 9050510. OLE color: 9050510.

HSL color Cylindrical-coordinate representation of color #8E198A: hue angle of 302.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E198A is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14225138-
CMYK00.820.030.44
HSL302.05º70.06%32.75%-
HSV(B)302.05º82.39%55.69%-
XYZ16.098.2824.8-
YUV72.86164.76177.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 25 (10.16% from 255) = 8.20%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=46.56%
G=8.20%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422513800.820.030.44302.0570.0632.75
Hex8E198A05232C12e4621
Octal21631212012235445610641
Binary10001110110011000101001010010111011001001011101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,138); }

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

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

 a { background-color: rgb(142,25,138); }

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

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

 span { border-color: rgb(142,25,138); }

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