Shades of Dark Magenta #99028A
Tints of Dark Magenta #99028A
RGB
CMYK
RGB Variations
Color information
#99028A (or 0x99028A) is known color: Dark Magenta. HEX triplet: 99, 02 and 8A. RGB value is (153,2,138). Sum of RGB (Red+Green+Blue) = 153+2+138=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99028A is #66FD75. Grayscale: #3E3E3E. Windows color (decimal): -6749558 or 9044633. OLE color: 9044633.
HSL color Cylindrical-coordinate representation of color #99028A: hue angle of 305.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99028A is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.4 |
| HSL | 305.96º | 0.97% | 0.3% | - |
| HSV(B) | 305.96º | 0.99% | 0.6% | - |
| XYZ | 17.75 | 8.65 | 24.78 | - |
| YUV | 62.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 138 | 0 | 0.99 | 0.10 | 0.4 | 305.96 | 0.97 | 0.3 |
| Hex | 99 | 2 | 8A | 0 | 63 | A | 28 | 132 | 61 | 1E |
| Octal | 231 | 2 | 212 | 0 | 143 | 12 | 50 | 462 | 141 | 36 |
| Binary | 10011001 | 10 | 10001010 | 0 | 1100011 | 1010 | 101000 | 100110010 | 1100001 | 11110 |
Color Harmonies of #99028A
Complementary color
Monochromatic Colors of #99028A
Black with #99028A
Text Example
Text Example
White with #99028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99028A; }
p { color: rgb(153,2,138); }
H1.HeaderClassName
{
color: #99028A;
}
.AnyTagClassName
{
color: #99028A;
}
</style>
background-color css
<style>
a { background-color: #99028A; }
a { background-color: rgb(153,2,138); }
div.DivClassName
{
background-color: #99028A;
}
.BgClassName
{
background-color: #99028A;
}
</style>
border-color css
<style>
span { border-color: #99028A; }
span { border-color: rgb(153,2,138); }
td.TdClassName
{
border-color: #99028A;
}
.TagClassName
{
border-color: #99028A;
}
</style>