Shades of Dark Magenta #9C009B
Tints of Dark Magenta #9C009B
RGB
CMYK
RGB Variations
Color information
#9C009B (or 0x9C009B) is known color: Dark Magenta. HEX triplet: 9C, 00 and 9B. RGB value is (156,0,155). Sum of RGB (Red+Green+Blue) = 156+0+155=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C009B is #63FF64. Grayscale: #3F3F3F. Windows color (decimal): -6553445 or 10158236. OLE color: 10158236.
HSL color Cylindrical-coordinate representation of color #9C009B: hue angle of 300.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C009B is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.01 | 0.39 |
| HSL | 300.38º | 1% | 0.31% | - |
| HSV(B) | 300.38º | 1% | 0.61% | - |
| XYZ | 19.63 | 9.43 | 31.8 | - |
| YUV | 64.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 155 | 0 | 1 | 0.01 | 0.39 | 300.38 | 1 | 0.31 |
| Hex | 9C | 0 | 9B | 0 | 64 | 1 | 27 | 12C | 64 | 1F |
| Octal | 234 | 0 | 233 | 0 | 144 | 1 | 47 | 454 | 144 | 37 |
| Binary | 10011100 | 0 | 10011011 | 0 | 1100100 | 1 | 100111 | 100101100 | 1100100 | 11111 |
Color Harmonies of #9C009B
Complementary color
Monochromatic Colors of #9C009B
Black with #9C009B
Text Example
Text Example
White with #9C009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C009B; }
p { color: rgb(156,0,155); }
H1.HeaderClassName
{
color: #9C009B;
}
.AnyTagClassName
{
color: #9C009B;
}
</style>
background-color css
<style>
a { background-color: #9C009B; }
a { background-color: rgb(156,0,155); }
div.DivClassName
{
background-color: #9C009B;
}
.BgClassName
{
background-color: #9C009B;
}
</style>
border-color css
<style>
span { border-color: #9C009B; }
span { border-color: rgb(156,0,155); }
td.TdClassName
{
border-color: #9C009B;
}
.TagClassName
{
border-color: #9C009B;
}
</style>