Shades of Dark Magenta #8B0182
Tints of Dark Magenta #8B0182
RGB
CMYK
RGB Variations
Color information
#8B0182 (or 0x8B0182) is known color: Dark Magenta. HEX triplet: 8B, 01 and 82. RGB value is (139,1,130). Sum of RGB (Red+Green+Blue) = 139+1+130=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0182 is #74FE7D. Grayscale: #383838. Windows color (decimal): -7667326 or 8520075. OLE color: 8520075.
HSL color Cylindrical-coordinate representation of color #8B0182: hue angle of 303.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0182 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.45 |
| HSL | 303.91º | 0.99% | 0.27% | - |
| HSV(B) | 303.91º | 0.99% | 0.55% | - |
| XYZ | 14.69 | 7.12 | 21.72 | - |
| YUV | 56.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 130 | 0 | 0.99 | 0.06 | 0.45 | 303.91 | 0.99 | 0.27 |
| Hex | 8B | 1 | 82 | 0 | 63 | 6 | 2D | 130 | 63 | 1B |
| Octal | 213 | 1 | 202 | 0 | 143 | 6 | 55 | 460 | 143 | 33 |
| Binary | 10001011 | 1 | 10000010 | 0 | 1100011 | 110 | 101101 | 100110000 | 1100011 | 11011 |
Color Harmonies of #8B0182
Complementary color
Monochromatic Colors of #8B0182
Black with #8B0182
Text Example
Text Example
White with #8B0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0182; }
p { color: rgb(139,1,130); }
H1.HeaderClassName
{
color: #8B0182;
}
.AnyTagClassName
{
color: #8B0182;
}
</style>
background-color css
<style>
a { background-color: #8B0182; }
a { background-color: rgb(139,1,130); }
div.DivClassName
{
background-color: #8B0182;
}
.BgClassName
{
background-color: #8B0182;
}
</style>
border-color css
<style>
span { border-color: #8B0182; }
span { border-color: rgb(139,1,130); }
td.TdClassName
{
border-color: #8B0182;
}
.TagClassName
{
border-color: #8B0182;
}
</style>