#8E1985

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

Shades of Dark Purple #8E1985

Tints of Dark Purple #8E1985

Color information

#8E1985 (or 0x8E1985) is unknown color: approx Dark Purple. HEX triplet: 8E, 19 and 85. RGB value is (142,25,133). Sum of RGB (Red+Green+Blue) = 142+25+133=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1985 is #71E67A. Grayscale: #474747. Windows color (decimal): -7464571 or 8722830. OLE color: 8722830.

HSL color Cylindrical-coordinate representation of color #8E1985: hue angle of 304.62º 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 #8E1985 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14225133-
CMYK00.820.060.44
HSL304.62º70.06%32.75%-
HSV(B)304.62º82.39%55.69%-
XYZ15.748.1422.93-
YUV72.3162.26177.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=47.33%
G=8.33%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422513300.820.060.44304.6270.0632.75
Hex8E198505262C1314621
Octal21631205012265446110641
Binary100011101100110000101010100101101011001001100011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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