Shades of Dark Magenta #8B018F
Tints of Dark Magenta #8B018F
RGB
CMYK
RGB Variations
Color information
#8B018F (or 0x8B018F) is known color: Dark Magenta. HEX triplet: 8B, 01 and 8F. RGB value is (139,1,143). Sum of RGB (Red+Green+Blue) = 139+1+143=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B018F is #74FE70. Grayscale: #3A3A3A. Windows color (decimal): -7667313 or 9372043. OLE color: 9372043.
HSL color Cylindrical-coordinate representation of color #8B018F: hue angle of 298.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B018F is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 1 | 143 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.44 |
| HSL | 298.31º | 0.99% | 0.28% | - |
| HSV(B) | 298.31º | 0.99% | 0.56% | - |
| XYZ | 15.62 | 7.49 | 26.61 | - |
| YUV | 58.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 143 | 0.03 | 0.99 | 0 | 0.44 | 298.31 | 0.99 | 0.28 |
| Hex | 8B | 1 | 8F | 3 | 63 | 0 | 2C | 12A | 63 | 1C |
| Octal | 213 | 1 | 217 | 3 | 143 | 0 | 54 | 452 | 143 | 34 |
| Binary | 10001011 | 1 | 10001111 | 11 | 1100011 | 0 | 101100 | 100101010 | 1100011 | 11100 |
Color Harmonies of #8B018F
Complementary color
Monochromatic Colors of #8B018F
Black with #8B018F
Text Example
Text Example
White with #8B018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B018F; }
p { color: rgb(139,1,143); }
H1.HeaderClassName
{
color: #8B018F;
}
.AnyTagClassName
{
color: #8B018F;
}
</style>
background-color css
<style>
a { background-color: #8B018F; }
a { background-color: rgb(139,1,143); }
div.DivClassName
{
background-color: #8B018F;
}
.BgClassName
{
background-color: #8B018F;
}
</style>
border-color css
<style>
span { border-color: #8B018F; }
span { border-color: rgb(139,1,143); }
td.TdClassName
{
border-color: #8B018F;
}
.TagClassName
{
border-color: #8B018F;
}
</style>