Shades of Dark Magenta #8C1B91
Tints of Dark Magenta #8C1B91
RGB
CMYK
RGB Variations
Color information
#8C1B91 (or 0x8C1B91) is known color: Dark Magenta. HEX triplet: 8C, 1B and 91. RGB value is (140,27,145). Sum of RGB (Red+Green+Blue) = 140+27+145=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C1B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1B91 is #73E46E. Grayscale: #494949. Windows color (decimal): -7595119 or 9509772. OLE color: 9509772.
HSL color Cylindrical-coordinate representation of color #8C1B91: hue angle of 297.46º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B91 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 27 | 145 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.43 |
| HSL | 297.46º | 0.69% | 0.34% | - |
| HSV(B) | 297.46º | 0.81% | 0.57% | - |
| XYZ | 16.32 | 8.4 | 27.55 | - |
| YUV | 74.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 145 | 0.03 | 0.81 | 0 | 0.43 | 297.46 | 0.69 | 0.34 |
| Hex | 8C | 1B | 91 | 3 | 51 | 0 | 2B | 129 | 45 | 22 |
| Octal | 214 | 33 | 221 | 3 | 121 | 0 | 53 | 451 | 105 | 42 |
| Binary | 10001100 | 11011 | 10010001 | 11 | 1010001 | 0 | 101011 | 100101001 | 1000101 | 100010 |
Color Harmonies of #8C1B91
Complementary color
Monochromatic Colors of #8C1B91
Black with #8C1B91
Text Example
Text Example
White with #8C1B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B91; }
p { color: rgb(140,27,145); }
H1.HeaderClassName
{
color: #8C1B91;
}
.AnyTagClassName
{
color: #8C1B91;
}
</style>
background-color css
<style>
a { background-color: #8C1B91; }
a { background-color: rgb(140,27,145); }
div.DivClassName
{
background-color: #8C1B91;
}
.BgClassName
{
background-color: #8C1B91;
}
</style>
border-color css
<style>
span { border-color: #8C1B91; }
span { border-color: rgb(140,27,145); }
td.TdClassName
{
border-color: #8C1B91;
}
.TagClassName
{
border-color: #8C1B91;
}
</style>