#8E186F

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

Shades of Dark Purple #8E186F

Tints of Dark Purple #8E186F

Color information

#8E186F (or 0x8E186F) is unknown color: approx Dark Purple. HEX triplet: 8E, 18 and 6F. RGB value is (142,24,111). Sum of RGB (Red+Green+Blue) = 142+24+111=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E186F is #71E790. Grayscale: #444444. Windows color (decimal): -7464849 or 7280782. OLE color: 7280782.

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

Color convert

RGB14224111-
CMYK00.830.220.44
HSL315.76º71.08%32.55%-
HSV(B)315.76º83.1%55.69%-
XYZ14.357.5515.74-
YUV69.2151.59179.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=51.26%
G=8.66%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422411100.830.220.44315.7671.0832.55
Hex8E186F053162C13c4721
Octal216301570123265447410741
Binary1000111011000110111101010011101101011001001111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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