Shades of Dark Magenta #9C0283
Tints of Dark Magenta #9C0283
RGB
CMYK
RGB Variations
Color information
#9C0283 (or 0x9C0283) is known color: Dark Magenta. HEX triplet: 9C, 02 and 83. RGB value is (156,2,131). Sum of RGB (Red+Green+Blue) = 156+2+131=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0283 is #63FD7C. Grayscale: #3E3E3E. Windows color (decimal): -6552957 or 8585884. OLE color: 8585884.
HSL color Cylindrical-coordinate representation of color #9C0283: hue angle of 309.74º 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 #9C0283 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.39 |
| HSL | 309.74º | 0.97% | 0.31% | - |
| HSV(B) | 309.74º | 0.99% | 0.61% | - |
| XYZ | 17.83 | 8.75 | 22.22 | - |
| YUV | 62.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 131 | 0 | 0.99 | 0.16 | 0.39 | 309.74 | 0.97 | 0.31 |
| Hex | 9C | 2 | 83 | 0 | 63 | 10 | 27 | 136 | 61 | 1F |
| Octal | 234 | 2 | 203 | 0 | 143 | 20 | 47 | 466 | 141 | 37 |
| Binary | 10011100 | 10 | 10000011 | 0 | 1100011 | 10000 | 100111 | 100110110 | 1100001 | 11111 |
Color Harmonies of #9C0283
Complementary color
Monochromatic Colors of #9C0283
Black with #9C0283
Text Example
Text Example
White with #9C0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0283; }
p { color: rgb(156,2,131); }
H1.HeaderClassName
{
color: #9C0283;
}
.AnyTagClassName
{
color: #9C0283;
}
</style>
background-color css
<style>
a { background-color: #9C0283; }
a { background-color: rgb(156,2,131); }
div.DivClassName
{
background-color: #9C0283;
}
.BgClassName
{
background-color: #9C0283;
}
</style>
border-color css
<style>
span { border-color: #9C0283; }
span { border-color: rgb(156,2,131); }
td.TdClassName
{
border-color: #9C0283;
}
.TagClassName
{
border-color: #9C0283;
}
</style>