Shades of Dark Magenta #9A039C
Tints of Dark Magenta #9A039C
RGB
CMYK
RGB Variations
Color information
#9A039C (or 0x9A039C) is known color: Dark Magenta. HEX triplet: 9A, 03 and 9C. RGB value is (154,3,156). Sum of RGB (Red+Green+Blue) = 154+3+156=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A039C is #65FC63. Grayscale: #414141. Windows color (decimal): -6683748 or 10224538. OLE color: 10224538.
HSL color Cylindrical-coordinate representation of color #9A039C: hue angle of 299.22º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A039C is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 3 | 156 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.39 |
| HSL | 299.22º | 0.96% | 0.31% | - |
| HSV(B) | 299.22º | 0.98% | 0.61% | - |
| XYZ | 19.36 | 9.34 | 32.23 | - |
| YUV | 65.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 156 | 0.01 | 0.98 | 0 | 0.39 | 299.22 | 0.96 | 0.31 |
| Hex | 9A | 3 | 9C | 1 | 62 | 0 | 27 | 12B | 60 | 1F |
| Octal | 232 | 3 | 234 | 1 | 142 | 0 | 47 | 453 | 140 | 37 |
| Binary | 10011010 | 11 | 10011100 | 1 | 1100010 | 0 | 100111 | 100101011 | 1100000 | 11111 |
Color Harmonies of #9A039C
Complementary color
Monochromatic Colors of #9A039C
Black with #9A039C
Text Example
Text Example
White with #9A039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A039C; }
p { color: rgb(154,3,156); }
H1.HeaderClassName
{
color: #9A039C;
}
.AnyTagClassName
{
color: #9A039C;
}
</style>
background-color css
<style>
a { background-color: #9A039C; }
a { background-color: rgb(154,3,156); }
div.DivClassName
{
background-color: #9A039C;
}
.BgClassName
{
background-color: #9A039C;
}
</style>
border-color css
<style>
span { border-color: #9A039C; }
span { border-color: rgb(154,3,156); }
td.TdClassName
{
border-color: #9A039C;
}
.TagClassName
{
border-color: #9A039C;
}
</style>