Shades of Dark Magenta #8B108B
Tints of Dark Magenta #8B108B
RGB
CMYK
RGB Variations
Color information
#8B108B (or 0x8B108B) is known color: Dark Magenta. HEX triplet: 8B, 10 and 8B. RGB value is (139,16,139). Sum of RGB (Red+Green+Blue) = 139+16+139=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B108B is #74EF74. Grayscale: #424242. Windows color (decimal): -7663477 or 9113739. OLE color: 9113739.
HSL color Cylindrical-coordinate representation of color #8B108B: hue angle of 300º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B108B is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 139 | - |
| CMYK | 0 | 0.88 | 0 | 0.45 |
| HSL | 300º | 0.79% | 0.3% | - |
| HSV(B) | 300º | 0.88% | 0.55% | - |
| XYZ | 15.49 | 7.72 | 25.1 | - |
| YUV | 66.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 139 | 0 | 0.88 | 0 | 0.45 | 300 | 0.79 | 0.3 |
| Hex | 8B | 10 | 8B | 0 | 58 | 0 | 2D | 12C | 4F | 1E |
| Octal | 213 | 20 | 213 | 0 | 130 | 0 | 55 | 454 | 117 | 36 |
| Binary | 10001011 | 10000 | 10001011 | 0 | 1011000 | 0 | 101101 | 100101100 | 1001111 | 11110 |
Color Harmonies of #8B108B
Complementary color
Monochromatic Colors of #8B108B
Black with #8B108B
Text Example
Text Example
White with #8B108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B108B; }
p { color: rgb(139,16,139); }
H1.HeaderClassName
{
color: #8B108B;
}
.AnyTagClassName
{
color: #8B108B;
}
</style>
background-color css
<style>
a { background-color: #8B108B; }
a { background-color: rgb(139,16,139); }
div.DivClassName
{
background-color: #8B108B;
}
.BgClassName
{
background-color: #8B108B;
}
</style>
border-color css
<style>
span { border-color: #8B108B; }
span { border-color: rgb(139,16,139); }
td.TdClassName
{
border-color: #8B108B;
}
.TagClassName
{
border-color: #8B108B;
}
</style>