Shades of Dark Magenta #8B0FAD
Tints of Dark Magenta #8B0FAD
RGB
CMYK
RGB Variations
Color information
#8B0FAD (or 0x8B0FAD) is known color: Dark Magenta. HEX triplet: 8B, 0F and AD. RGB value is (139,15,173). Sum of RGB (Red+Green+Blue) = 139+15+173=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B0FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0FAD is #74F052. Grayscale: #454545. Windows color (decimal): -7663699 or 11341707. OLE color: 11341707.
HSL color Cylindrical-coordinate representation of color #8B0FAD: hue angle of 287.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0FAD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 15 | 173 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.32 |
| HSL | 287.09º | 0.84% | 0.37% | - |
| HSV(B) | 287.09º | 0.91% | 0.68% | - |
| XYZ | 18.36 | 8.85 | 40.28 | - |
| YUV | 70.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 173 | 0.20 | 0.91 | 0 | 0.32 | 287.09 | 0.84 | 0.37 |
| Hex | 8B | F | AD | 14 | 5B | 0 | 20 | 11F | 54 | 25 |
| Octal | 213 | 17 | 255 | 24 | 133 | 0 | 40 | 437 | 124 | 45 |
| Binary | 10001011 | 1111 | 10101101 | 10100 | 1011011 | 0 | 100000 | 100011111 | 1010100 | 100101 |
Color Harmonies of #8B0FAD
Complementary color
Monochromatic Colors of #8B0FAD
Black with #8B0FAD
Text Example
Text Example
White with #8B0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FAD; }
p { color: rgb(139,15,173); }
H1.HeaderClassName
{
color: #8B0FAD;
}
.AnyTagClassName
{
color: #8B0FAD;
}
</style>
background-color css
<style>
a { background-color: #8B0FAD; }
a { background-color: rgb(139,15,173); }
div.DivClassName
{
background-color: #8B0FAD;
}
.BgClassName
{
background-color: #8B0FAD;
}
</style>
border-color css
<style>
span { border-color: #8B0FAD; }
span { border-color: rgb(139,15,173); }
td.TdClassName
{
border-color: #8B0FAD;
}
.TagClassName
{
border-color: #8B0FAD;
}
</style>