Shades of Dark Magenta #9A099B
Tints of Dark Magenta #9A099B
RGB
CMYK
RGB Variations
Color information
#9A099B (or 0x9A099B) is known color: Dark Magenta. HEX triplet: 9A, 09 and 9B. RGB value is (154,9,155). Sum of RGB (Red+Green+Blue) = 154+9+155=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A099B is #65F664. Grayscale: #444444. Windows color (decimal): -6682213 or 10160538. OLE color: 10160538.
HSL color Cylindrical-coordinate representation of color #9A099B: hue angle of 299.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A099B is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 9 | 155 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.39 |
| HSL | 299.59º | 0.89% | 0.32% | - |
| HSV(B) | 299.59º | 0.94% | 0.61% | - |
| XYZ | 19.34 | 9.43 | 31.81 | - |
| YUV | 69 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 155 | 0.01 | 0.94 | 0 | 0.39 | 299.59 | 0.89 | 0.32 |
| Hex | 9A | 9 | 9B | 1 | 5E | 0 | 27 | 12C | 59 | 20 |
| Octal | 232 | 11 | 233 | 1 | 136 | 0 | 47 | 454 | 131 | 40 |
| Binary | 10011010 | 1001 | 10011011 | 1 | 1011110 | 0 | 100111 | 100101100 | 1011001 | 100000 |
Color Harmonies of #9A099B
Complementary color
Monochromatic Colors of #9A099B
Black with #9A099B
Text Example
Text Example
White with #9A099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A099B; }
p { color: rgb(154,9,155); }
H1.HeaderClassName
{
color: #9A099B;
}
.AnyTagClassName
{
color: #9A099B;
}
</style>
background-color css
<style>
a { background-color: #9A099B; }
a { background-color: rgb(154,9,155); }
div.DivClassName
{
background-color: #9A099B;
}
.BgClassName
{
background-color: #9A099B;
}
</style>
border-color css
<style>
span { border-color: #9A099B; }
span { border-color: rgb(154,9,155); }
td.TdClassName
{
border-color: #9A099B;
}
.TagClassName
{
border-color: #9A099B;
}
</style>