Shades of Dark Magenta #9A069A
Tints of Dark Magenta #9A069A
RGB
CMYK
RGB Variations
Color information
#9A069A (or 0x9A069A) is known color: Dark Magenta. HEX triplet: 9A, 06 and 9A. RGB value is (154,6,154). Sum of RGB (Red+Green+Blue) = 154+6+154=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A069A is #65F965. Grayscale: #424242. Windows color (decimal): -6682982 or 10094234. OLE color: 10094234.
HSL color Cylindrical-coordinate representation of color #9A069A: hue angle of 300º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A069A is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 154 | - |
| CMYK | 0 | 0.96 | 0 | 0.40 |
| HSL | 300º | 0.93% | 0.31% | - |
| HSV(B) | 300º | 0.96% | 0.6% | - |
| XYZ | 19.22 | 9.33 | 31.36 | - |
| YUV | 67.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 154 | 0 | 0.96 | 0 | 0.40 | 300 | 0.93 | 0.31 |
| Hex | 9A | 6 | 9A | 0 | 60 | 0 | 28 | 12C | 5C | 1F |
| Octal | 232 | 6 | 232 | 0 | 140 | 0 | 50 | 454 | 134 | 37 |
| Binary | 10011010 | 110 | 10011010 | 0 | 1100000 | 0 | 101000 | 100101100 | 1011100 | 11111 |
Color Harmonies of #9A069A
Complementary color
Monochromatic Colors of #9A069A
Black with #9A069A
Text Example
Text Example
White with #9A069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A069A; }
p { color: rgb(154,6,154); }
H1.HeaderClassName
{
color: #9A069A;
}
.AnyTagClassName
{
color: #9A069A;
}
</style>
background-color css
<style>
a { background-color: #9A069A; }
a { background-color: rgb(154,6,154); }
div.DivClassName
{
background-color: #9A069A;
}
.BgClassName
{
background-color: #9A069A;
}
</style>
border-color css
<style>
span { border-color: #9A069A; }
span { border-color: rgb(154,6,154); }
td.TdClassName
{
border-color: #9A069A;
}
.TagClassName
{
border-color: #9A069A;
}
</style>