Shades of Dark Magenta #9C1B93
Tints of Dark Magenta #9C1B93
RGB
CMYK
RGB Variations
Color information
#9C1B93 (or 0x9C1B93) is known color: Dark Magenta. HEX triplet: 9C, 1B and 93. RGB value is (156,27,147). Sum of RGB (Red+Green+Blue) = 156+27+147=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1B93 is #63E46C. Grayscale: #4E4E4E. Windows color (decimal): -6546541 or 9640860. OLE color: 9640860.
HSL color Cylindrical-coordinate representation of color #9C1B93: hue angle of 304.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B93 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 147 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.39 |
| HSL | 304.19º | 0.7% | 0.36% | - |
| HSV(B) | 304.19º | 0.83% | 0.61% | - |
| XYZ | 19.37 | 9.96 | 28.51 | - |
| YUV | 79.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 147 | 0 | 0.83 | 0.06 | 0.39 | 304.19 | 0.7 | 0.36 |
| Hex | 9C | 1B | 93 | 0 | 53 | 6 | 27 | 130 | 46 | 24 |
| Octal | 234 | 33 | 223 | 0 | 123 | 6 | 47 | 460 | 106 | 44 |
| Binary | 10011100 | 11011 | 10010011 | 0 | 1010011 | 110 | 100111 | 100110000 | 1000110 | 100100 |
Color Harmonies of #9C1B93
Complementary color
Monochromatic Colors of #9C1B93
Black with #9C1B93
Text Example
Text Example
White with #9C1B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B93; }
p { color: rgb(156,27,147); }
H1.HeaderClassName
{
color: #9C1B93;
}
.AnyTagClassName
{
color: #9C1B93;
}
</style>
background-color css
<style>
a { background-color: #9C1B93; }
a { background-color: rgb(156,27,147); }
div.DivClassName
{
background-color: #9C1B93;
}
.BgClassName
{
background-color: #9C1B93;
}
</style>
border-color css
<style>
span { border-color: #9C1B93; }
span { border-color: rgb(156,27,147); }
td.TdClassName
{
border-color: #9C1B93;
}
.TagClassName
{
border-color: #9C1B93;
}
</style>