#8e187b

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

Shades of Dark Purple #8E187B

Tints of Dark Purple #8E187B

Color information

#8E187B (or 0x8E187B) is unknown color: approx Dark Purple. HEX triplet: 8E, 18 and 7B. RGB value is (142,24,123). Sum of RGB (Red+Green+Blue) = 142+24+123=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E187B is #71E784. Grayscale: #464646. Windows color (decimal): -7464837 or 8067214. OLE color: 8067214.

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

Color convert

RGB14224123-
CMYK00.830.130.44
HSL309.66º71.08%32.55%-
HSV(B)309.66º83.1%55.69%-
XYZ15.067.8319.46-
YUV70.57157.59178.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=49.13%
G=8.30%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422412300.830.130.44309.6671.0832.55
Hex8E187B053D2C1364721
Octal216301730123155446610741
Binary100011101100011110110101001111011011001001101101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e187b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,123); }

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

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

 a { background-color: rgb(142,24,123); }

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

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

 span { border-color: rgb(142,24,123); }

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