Shades of Dark Magenta #9C029B
Tints of Dark Magenta #9C029B
RGB
CMYK
RGB Variations
Color information
#9C029B (or 0x9C029B) is known color: Dark Magenta. HEX triplet: 9C, 02 and 9B. RGB value is (156,2,155). Sum of RGB (Red+Green+Blue) = 156+2+155=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C029B is #63FD64. Grayscale: #414141. Windows color (decimal): -6552933 or 10158748. OLE color: 10158748.
HSL color Cylindrical-coordinate representation of color #9C029B: hue angle of 300.39º degrees, saturation: 0.97, 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 #9C029B is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.39 |
| HSL | 300.39º | 0.97% | 0.31% | - |
| HSV(B) | 300.39º | 0.99% | 0.61% | - |
| XYZ | 19.65 | 9.48 | 31.8 | - |
| YUV | 65.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 155 | 0 | 0.99 | 0.01 | 0.39 | 300.39 | 0.97 | 0.31 |
| Hex | 9C | 2 | 9B | 0 | 63 | 1 | 27 | 12C | 61 | 1F |
| Octal | 234 | 2 | 233 | 0 | 143 | 1 | 47 | 454 | 141 | 37 |
| Binary | 10011100 | 10 | 10011011 | 0 | 1100011 | 1 | 100111 | 100101100 | 1100001 | 11111 |
Color Harmonies of #9C029B
Complementary color
Monochromatic Colors of #9C029B
Black with #9C029B
Text Example
Text Example
White with #9C029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C029B; }
p { color: rgb(156,2,155); }
H1.HeaderClassName
{
color: #9C029B;
}
.AnyTagClassName
{
color: #9C029B;
}
</style>
background-color css
<style>
a { background-color: #9C029B; }
a { background-color: rgb(156,2,155); }
div.DivClassName
{
background-color: #9C029B;
}
.BgClassName
{
background-color: #9C029B;
}
</style>
border-color css
<style>
span { border-color: #9C029B; }
span { border-color: rgb(156,2,155); }
td.TdClassName
{
border-color: #9C029B;
}
.TagClassName
{
border-color: #9C029B;
}
</style>