Shades of Dark Magenta #9C0882
Tints of Dark Magenta #9C0882
RGB
CMYK
RGB Variations
Color information
#9C0882 (or 0x9C0882) is known color: Dark Magenta. HEX triplet: 9C, 08 and 82. RGB value is (156,8,130). Sum of RGB (Red+Green+Blue) = 156+8+130=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0882 is #63F77D. Grayscale: #414141. Windows color (decimal): -6551422 or 8521884. OLE color: 8521884.
HSL color Cylindrical-coordinate representation of color #9C0882: hue angle of 310.54º 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 #9C0882 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.39 |
| HSL | 310.54º | 0.9% | 0.32% | - |
| HSV(B) | 310.54º | 0.95% | 0.61% | - |
| XYZ | 17.83 | 8.85 | 21.89 | - |
| YUV | 66.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 130 | 0 | 0.95 | 0.17 | 0.39 | 310.54 | 0.9 | 0.32 |
| Hex | 9C | 8 | 82 | 0 | 5F | 11 | 27 | 137 | 5A | 20 |
| Octal | 234 | 10 | 202 | 0 | 137 | 21 | 47 | 467 | 132 | 40 |
| Binary | 10011100 | 1000 | 10000010 | 0 | 1011111 | 10001 | 100111 | 100110111 | 1011010 | 100000 |
Color Harmonies of #9C0882
Complementary color
Monochromatic Colors of #9C0882
Black with #9C0882
Text Example
Text Example
White with #9C0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0882; }
p { color: rgb(156,8,130); }
H1.HeaderClassName
{
color: #9C0882;
}
.AnyTagClassName
{
color: #9C0882;
}
</style>
background-color css
<style>
a { background-color: #9C0882; }
a { background-color: rgb(156,8,130); }
div.DivClassName
{
background-color: #9C0882;
}
.BgClassName
{
background-color: #9C0882;
}
</style>
border-color css
<style>
span { border-color: #9C0882; }
span { border-color: rgb(156,8,130); }
td.TdClassName
{
border-color: #9C0882;
}
.TagClassName
{
border-color: #9C0882;
}
</style>