#8E157A

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

Shades of Dark Purple #8E157A

Tints of Dark Purple #8E157A

Color information

#8E157A (or 0x8E157A) is unknown color: approx Dark Purple. HEX triplet: 8E, 15 and 7A. RGB value is (142,21,122). Sum of RGB (Red+Green+Blue) = 142+21+122=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E157A is #71EA85. Grayscale: #444444. Windows color (decimal): -7465606 or 8000910. OLE color: 8000910.

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

Color convert

RGB14221122-
CMYK00.850.140.44
HSL309.92º74.23%31.96%-
HSV(B)309.92º85.21%55.69%-
XYZ14.947.6919.11-
YUV68.69158.09180.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=49.82%
G=7.37%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422112200.850.140.44309.9274.2331.96
Hex8E157A055E2C1364a20
Octal216251720125165446611240
Binary100011101010111110100101010111101011001001101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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