#8B0E80

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

Shades of Dark Magenta #8B0E80

Tints of Dark Magenta #8B0E80

Color information

#8B0E80 (or 0x8B0E80) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0E and 80. RGB value is (139,14,128). Sum of RGB (Red+Green+Blue) = 139+14+128=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0E80 is #74F17F. Grayscale: #404040. Windows color (decimal): -7664000 or 8392331. OLE color: 8392331.

HSL color Cylindrical-coordinate representation of color #8B0E80: hue angle of 305.28º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E80 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13914128-
CMYK00.900.080.45
HSL305.28º81.7%30%-
HSV(B)305.28º89.93%54.51%-
XYZ14.77.3621.07-
YUV64.37163.91181.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=49.47%
G=4.98%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391412800.900.080.45305.2881.730
Hex8BE8005A82D131521e
Octal213162000132105546112236
Binary10001011111010000000010110101000101101100110001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,128); }

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

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

 a { background-color: rgb(139,14,128); }

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

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

 span { border-color: rgb(139,14,128); }

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