#8E0781

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

Shades of Dark Magenta #8E0781

Tints of Dark Magenta #8E0781

Color information

#8E0781 (or 0x8E0781) is unknown color: approx Dark Magenta. HEX triplet: 8E, 07 and 81. RGB value is (142,7,129). Sum of RGB (Red+Green+Blue) = 142+7+129=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0781 is #71F87E. Grayscale: #3C3C3C. Windows color (decimal): -7469183 or 8456078. OLE color: 8456078.

HSL color Cylindrical-coordinate representation of color #8E0781: hue angle of 305.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0781 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB1427129-
CMYK00.950.090.44
HSL305.78º90.6%29.22%-
HSV(B)305.78º95.07%55.69%-
XYZ15.197.4921.41-
YUV61.27166.23185.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 7 (3.12% from 255) = 2.52%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=51.08%
G=2.52%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142712900.950.090.44305.7890.629.22
Hex8E78105F92C1325b1d
Octal21672010137115446213335
Binary1000111011110000001010111111001101100100110010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,7,129); }

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

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

 a { background-color: rgb(142,7,129); }

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

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

 span { border-color: rgb(142,7,129); }

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