Shades of Dark Magenta #8B1095
Tints of Dark Magenta #8B1095
RGB
CMYK
RGB Variations
Color information
#8B1095 (or 0x8B1095) is known color: Dark Magenta. HEX triplet: 8B, 10 and 95. RGB value is (139,16,149). Sum of RGB (Red+Green+Blue) = 139+16+149=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1095 is #74EF6A. Grayscale: #434343. Windows color (decimal): -7663467 or 9769099. OLE color: 9769099.
HSL color Cylindrical-coordinate representation of color #8B1095: hue angle of 295.49º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B1095 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 16 | 149 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.42 |
| HSL | 295.49º | 0.81% | 0.32% | - |
| HSV(B) | 295.49º | 0.89% | 0.58% | - |
| XYZ | 16.26 | 8.03 | 29.13 | - |
| YUV | 67.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 149 | 0.07 | 0.89 | 0 | 0.42 | 295.49 | 0.81 | 0.32 |
| Hex | 8B | 10 | 95 | 7 | 59 | 0 | 2A | 127 | 51 | 20 |
| Octal | 213 | 20 | 225 | 7 | 131 | 0 | 52 | 447 | 121 | 40 |
| Binary | 10001011 | 10000 | 10010101 | 111 | 1011001 | 0 | 101010 | 100100111 | 1010001 | 100000 |
Color Harmonies of #8B1095
Complementary color
Monochromatic Colors of #8B1095
Black with #8B1095
Text Example
Text Example
White with #8B1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1095; }
p { color: rgb(139,16,149); }
H1.HeaderClassName
{
color: #8B1095;
}
.AnyTagClassName
{
color: #8B1095;
}
</style>
background-color css
<style>
a { background-color: #8B1095; }
a { background-color: rgb(139,16,149); }
div.DivClassName
{
background-color: #8B1095;
}
.BgClassName
{
background-color: #8B1095;
}
</style>
border-color css
<style>
span { border-color: #8B1095; }
span { border-color: rgb(139,16,149); }
td.TdClassName
{
border-color: #8B1095;
}
.TagClassName
{
border-color: #8B1095;
}
</style>