Shades of Dark Magenta #9C0881
Tints of Dark Magenta #9C0881
RGB
CMYK
RGB Variations
Color information
#9C0881 (or 0x9C0881) is known color: Dark Magenta. HEX triplet: 9C, 08 and 81. RGB value is (156,8,129). Sum of RGB (Red+Green+Blue) = 156+8+129=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0881 is #63F77E. Grayscale: #414141. Windows color (decimal): -6551423 or 8456348. OLE color: 8456348.
HSL color Cylindrical-coordinate representation of color #9C0881: hue angle of 310.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0881 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 129 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.39 |
| HSL | 310.95º | 0.9% | 0.32% | - |
| HSV(B) | 310.95º | 0.95% | 0.61% | - |
| XYZ | 17.76 | 8.83 | 21.54 | - |
| YUV | 66.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 129 | 0 | 0.95 | 0.17 | 0.39 | 310.95 | 0.9 | 0.32 |
| Hex | 9C | 8 | 81 | 0 | 5F | 11 | 27 | 137 | 5A | 20 |
| Octal | 234 | 10 | 201 | 0 | 137 | 21 | 47 | 467 | 132 | 40 |
| Binary | 10011100 | 1000 | 10000001 | 0 | 1011111 | 10001 | 100111 | 100110111 | 1011010 | 100000 |
Color Harmonies of #9C0881
Complementary color
Monochromatic Colors of #9C0881
Black with #9C0881
Text Example
Text Example
White with #9C0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0881; }
p { color: rgb(156,8,129); }
H1.HeaderClassName
{
color: #9C0881;
}
.AnyTagClassName
{
color: #9C0881;
}
</style>
background-color css
<style>
a { background-color: #9C0881; }
a { background-color: rgb(156,8,129); }
div.DivClassName
{
background-color: #9C0881;
}
.BgClassName
{
background-color: #9C0881;
}
</style>
border-color css
<style>
span { border-color: #9C0881; }
span { border-color: rgb(156,8,129); }
td.TdClassName
{
border-color: #9C0881;
}
.TagClassName
{
border-color: #9C0881;
}
</style>