#8E186B

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

Shades of Dark Purple #8E186B

Tints of Dark Purple #8E186B

Color information

#8E186B (or 0x8E186B) is unknown color: approx Dark Purple. HEX triplet: 8E, 18 and 6B. RGB value is (142,24,107). Sum of RGB (Red+Green+Blue) = 142+24+107=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E186B is #71E794. Grayscale: #444444. Windows color (decimal): -7464853 or 7018638. OLE color: 7018638.

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

Color convert

RGB14224107-
CMYK00.830.250.44
HSL317.8º71.08%32.55%-
HSV(B)317.8º83.1%55.69%-
XYZ14.147.4714.61-
YUV68.74149.59180.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=52.01%
G=8.79%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422410700.830.250.44317.871.0832.55
Hex8E186B053192C13e4721
Octal216301530123315447610741
Binary1000111011000110101101010011110011011001001111101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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