Shades of Dark Magenta #9C028F
Tints of Dark Magenta #9C028F
RGB
CMYK
RGB Variations
Color information
#9C028F (or 0x9C028F) is known color: Dark Magenta. HEX triplet: 9C, 02 and 8F. RGB value is (156,2,143). Sum of RGB (Red+Green+Blue) = 156+2+143=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C028F is #63FD70. Grayscale: #3F3F3F. Windows color (decimal): -6552945 or 9372316. OLE color: 9372316.
HSL color Cylindrical-coordinate representation of color #9C028F: hue angle of 305.06º 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 #9C028F is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.39 |
| HSL | 305.06º | 0.97% | 0.31% | - |
| HSV(B) | 305.06º | 0.99% | 0.61% | - |
| XYZ | 18.69 | 9.09 | 26.76 | - |
| YUV | 64.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 143 | 0 | 0.99 | 0.08 | 0.39 | 305.06 | 0.97 | 0.31 |
| Hex | 9C | 2 | 8F | 0 | 63 | 8 | 27 | 131 | 61 | 1F |
| Octal | 234 | 2 | 217 | 0 | 143 | 10 | 47 | 461 | 141 | 37 |
| Binary | 10011100 | 10 | 10001111 | 0 | 1100011 | 1000 | 100111 | 100110001 | 1100001 | 11111 |
Color Harmonies of #9C028F
Complementary color
Monochromatic Colors of #9C028F
Black with #9C028F
Text Example
Text Example
White with #9C028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C028F; }
p { color: rgb(156,2,143); }
H1.HeaderClassName
{
color: #9C028F;
}
.AnyTagClassName
{
color: #9C028F;
}
</style>
background-color css
<style>
a { background-color: #9C028F; }
a { background-color: rgb(156,2,143); }
div.DivClassName
{
background-color: #9C028F;
}
.BgClassName
{
background-color: #9C028F;
}
</style>
border-color css
<style>
span { border-color: #9C028F; }
span { border-color: rgb(156,2,143); }
td.TdClassName
{
border-color: #9C028F;
}
.TagClassName
{
border-color: #9C028F;
}
</style>