#8E157D

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

Shades of Dark Purple #8E157D

Tints of Dark Purple #8E157D

Color information

#8E157D (or 0x8E157D) is unknown color: approx Dark Purple. HEX triplet: 8E, 15 and 7D. RGB value is (142,21,125). Sum of RGB (Red+Green+Blue) = 142+21+125=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E157D is #71EA82. Grayscale: #444444. Windows color (decimal): -7465603 or 8197518. OLE color: 8197518.

HSL color Cylindrical-coordinate representation of color #8E157D: hue angle of 308.43º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E157D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14221125-
CMYK00.850.120.44
HSL308.43º74.23%31.96%-
HSV(B)308.43º85.21%55.69%-
XYZ15.137.7720.1-
YUV69.04159.59180.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=49.31%
G=7.29%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422112500.850.120.44308.4374.2331.96
Hex8E157D055C2C1344a20
Octal216251750125145446411240
Binary100011101010111111010101010111001011001001101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,125); }

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

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

 a { background-color: rgb(142,21,125); }

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

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

 span { border-color: rgb(142,21,125); }

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