Shades of Dark Magenta #8B10AB
Tints of Dark Magenta #8B10AB
RGB
CMYK
RGB Variations
Color information
#8B10AB (or 0x8B10AB) is known color: Dark Magenta. HEX triplet: 8B, 10 and AB. RGB value is (139,16,171). Sum of RGB (Red+Green+Blue) = 139+16+171=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B10AB is #74EF54. Grayscale: #454545. Windows color (decimal): -7663445 or 11210891. OLE color: 11210891.
HSL color Cylindrical-coordinate representation of color #8B10AB: hue angle of 287.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B10AB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 16 | 171 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.33 |
| HSL | 287.61º | 0.83% | 0.37% | - |
| HSV(B) | 287.61º | 0.91% | 0.67% | - |
| XYZ | 18.18 | 8.8 | 39.27 | - |
| YUV | 70.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 171 | 0.19 | 0.91 | 0 | 0.33 | 287.61 | 0.83 | 0.37 |
| Hex | 8B | 10 | AB | 13 | 5B | 0 | 21 | 120 | 53 | 25 |
| Octal | 213 | 20 | 253 | 23 | 133 | 0 | 41 | 440 | 123 | 45 |
| Binary | 10001011 | 10000 | 10101011 | 10011 | 1011011 | 0 | 100001 | 100100000 | 1010011 | 100101 |
Color Harmonies of #8B10AB
Complementary color
Monochromatic Colors of #8B10AB
Black with #8B10AB
Text Example
Text Example
White with #8B10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B10AB; }
p { color: rgb(139,16,171); }
H1.HeaderClassName
{
color: #8B10AB;
}
.AnyTagClassName
{
color: #8B10AB;
}
</style>
background-color css
<style>
a { background-color: #8B10AB; }
a { background-color: rgb(139,16,171); }
div.DivClassName
{
background-color: #8B10AB;
}
.BgClassName
{
background-color: #8B10AB;
}
</style>
border-color css
<style>
span { border-color: #8B10AB; }
span { border-color: rgb(139,16,171); }
td.TdClassName
{
border-color: #8B10AB;
}
.TagClassName
{
border-color: #8B10AB;
}
</style>