Shades of Dark Magenta #9A0C93
Tints of Dark Magenta #9A0C93
RGB
CMYK
RGB Variations
Color information
#9A0C93 (or 0x9A0C93) is known color: Dark Magenta. HEX triplet: 9A, 0C and 93. RGB value is (154,12,147). Sum of RGB (Red+Green+Blue) = 154+12+147=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0C93 is #65F36C. Grayscale: #454545. Windows color (decimal): -6681453 or 9637018. OLE color: 9637018.
HSL color Cylindrical-coordinate representation of color #9A0C93: hue angle of 302.96º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C93 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 147 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.40 |
| HSL | 302.96º | 0.86% | 0.33% | - |
| HSV(B) | 302.96º | 0.92% | 0.6% | - |
| XYZ | 18.72 | 9.24 | 28.4 | - |
| YUV | 69.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 147 | 0 | 0.92 | 0.05 | 0.40 | 302.96 | 0.86 | 0.33 |
| Hex | 9A | C | 93 | 0 | 5C | 5 | 28 | 12F | 56 | 21 |
| Octal | 232 | 14 | 223 | 0 | 134 | 5 | 50 | 457 | 126 | 41 |
| Binary | 10011010 | 1100 | 10010011 | 0 | 1011100 | 101 | 101000 | 100101111 | 1010110 | 100001 |
Color Harmonies of #9A0C93
Complementary color
Monochromatic Colors of #9A0C93
Black with #9A0C93
Text Example
Text Example
White with #9A0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C93; }
p { color: rgb(154,12,147); }
H1.HeaderClassName
{
color: #9A0C93;
}
.AnyTagClassName
{
color: #9A0C93;
}
</style>
background-color css
<style>
a { background-color: #9A0C93; }
a { background-color: rgb(154,12,147); }
div.DivClassName
{
background-color: #9A0C93;
}
.BgClassName
{
background-color: #9A0C93;
}
</style>
border-color css
<style>
span { border-color: #9A0C93; }
span { border-color: rgb(154,12,147); }
td.TdClassName
{
border-color: #9A0C93;
}
.TagClassName
{
border-color: #9A0C93;
}
</style>