Shades of Dark Magenta #80069B
Tints of Dark Magenta #80069B
RGB
CMYK
RGB Variations
Color information
#80069B (or 0x80069B) is known color: Dark Magenta. HEX triplet: 80, 06 and 9B. RGB value is (128,6,155). Sum of RGB (Red+Green+Blue) = 128+6+155=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #80069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80069B is #7FF964. Grayscale: #3A3A3A. Windows color (decimal): -8386917 or 10159744. OLE color: 10159744.
HSL color Cylindrical-coordinate representation of color #80069B: hue angle of 289.13º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80069B is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 6 | 155 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.39 |
| HSL | 289.13º | 0.93% | 0.32% | - |
| HSV(B) | 289.13º | 0.96% | 0.61% | - |
| XYZ | 14.88 | 7.09 | 31.59 | - |
| YUV | 59.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 155 | 0.17 | 0.96 | 0 | 0.39 | 289.13 | 0.93 | 0.32 |
| Hex | 80 | 6 | 9B | 11 | 60 | 0 | 27 | 121 | 5D | 20 |
| Octal | 200 | 6 | 233 | 21 | 140 | 0 | 47 | 441 | 135 | 40 |
| Binary | 10000000 | 110 | 10011011 | 10001 | 1100000 | 0 | 100111 | 100100001 | 1011101 | 100000 |
Color Harmonies of #80069B
Complementary color
Monochromatic Colors of #80069B
Black with #80069B
Text Example
Text Example
White with #80069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80069B; }
p { color: rgb(128,6,155); }
H1.HeaderClassName
{
color: #80069B;
}
.AnyTagClassName
{
color: #80069B;
}
</style>
background-color css
<style>
a { background-color: #80069B; }
a { background-color: rgb(128,6,155); }
div.DivClassName
{
background-color: #80069B;
}
.BgClassName
{
background-color: #80069B;
}
</style>
border-color css
<style>
span { border-color: #80069B; }
span { border-color: rgb(128,6,155); }
td.TdClassName
{
border-color: #80069B;
}
.TagClassName
{
border-color: #80069B;
}
</style>