#8B0A82

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

Shades of Dark Magenta #8B0A82

Tints of Dark Magenta #8B0A82

Color information

#8B0A82 (or 0x8B0A82) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0A and 82. RGB value is (139,10,130). Sum of RGB (Red+Green+Blue) = 139+10+130=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A82 is #74F57D. Grayscale: #3D3D3D. Windows color (decimal): -7665022 or 8522379. OLE color: 8522379.

HSL color Cylindrical-coordinate representation of color #8B0A82: hue angle of 304.19º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A82 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13910130-
CMYK00.930.060.45
HSL304.19º86.58%29.22%-
HSV(B)304.19º92.81%54.51%-
XYZ14.797.3221.75-
YUV62.25166.24182.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=49.82%
G=3.58%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391013000.930.060.45304.1986.5829.22
Hex8BA8205D62D130571d
Octal21312202013565546012735
Binary1000101110101000001001011101110101101100110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,130); }

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

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

 a { background-color: rgb(139,10,130); }

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

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

 span { border-color: rgb(139,10,130); }

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