Shades of Dark Magenta #9C0180
Tints of Dark Magenta #9C0180
RGB
CMYK
RGB Variations
Color information
#9C0180 (or 0x9C0180) is known color: Dark Magenta. HEX triplet: 9C, 01 and 80. RGB value is (156,1,128). Sum of RGB (Red+Green+Blue) = 156+1+128=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0180 is #63FE7F. Grayscale: #3D3D3D. Windows color (decimal): -6553216 or 8389020. OLE color: 8389020.
HSL color Cylindrical-coordinate representation of color #9C0180: hue angle of 310.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0180 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.39 |
| HSL | 310.84º | 0.99% | 0.31% | - |
| HSV(B) | 310.84º | 0.99% | 0.61% | - |
| XYZ | 17.62 | 8.65 | 21.16 | - |
| YUV | 61.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 128 | 0 | 0.99 | 0.18 | 0.39 | 310.84 | 0.99 | 0.31 |
| Hex | 9C | 1 | 80 | 0 | 63 | 12 | 27 | 137 | 63 | 1F |
| Octal | 234 | 1 | 200 | 0 | 143 | 22 | 47 | 467 | 143 | 37 |
| Binary | 10011100 | 1 | 10000000 | 0 | 1100011 | 10010 | 100111 | 100110111 | 1100011 | 11111 |
Color Harmonies of #9C0180
Complementary color
Monochromatic Colors of #9C0180
Black with #9C0180
Text Example
Text Example
White with #9C0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0180; }
p { color: rgb(156,1,128); }
H1.HeaderClassName
{
color: #9C0180;
}
.AnyTagClassName
{
color: #9C0180;
}
</style>
background-color css
<style>
a { background-color: #9C0180; }
a { background-color: rgb(156,1,128); }
div.DivClassName
{
background-color: #9C0180;
}
.BgClassName
{
background-color: #9C0180;
}
</style>
border-color css
<style>
span { border-color: #9C0180; }
span { border-color: rgb(156,1,128); }
td.TdClassName
{
border-color: #9C0180;
}
.TagClassName
{
border-color: #9C0180;
}
</style>