Shades of Dark Magenta #80068B
Tints of Dark Magenta #80068B
RGB
CMYK
RGB Variations
Color information
#80068B (or 0x80068B) is known color: Dark Magenta. HEX triplet: 80, 06 and 8B. RGB value is (128,6,139). Sum of RGB (Red+Green+Blue) = 128+6+139=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #80068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80068B is #7FF974. Grayscale: #393939. Windows color (decimal): -8386933 or 9111168. OLE color: 9111168.
HSL color Cylindrical-coordinate representation of color #80068B: hue angle of 295.04º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80068B is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 6 | 139 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.45 |
| HSL | 295.04º | 0.92% | 0.28% | - |
| HSV(B) | 295.04º | 0.96% | 0.55% | - |
| XYZ | 13.63 | 6.58 | 24.98 | - |
| YUV | 57.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 139 | 0.08 | 0.96 | 0 | 0.45 | 295.04 | 0.92 | 0.28 |
| Hex | 80 | 6 | 8B | 8 | 60 | 0 | 2D | 127 | 5C | 1C |
| Octal | 200 | 6 | 213 | 10 | 140 | 0 | 55 | 447 | 134 | 34 |
| Binary | 10000000 | 110 | 10001011 | 1000 | 1100000 | 0 | 101101 | 100100111 | 1011100 | 11100 |
Color Harmonies of #80068B
Complementary color
Monochromatic Colors of #80068B
Black with #80068B
Text Example
Text Example
White with #80068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80068B; }
p { color: rgb(128,6,139); }
H1.HeaderClassName
{
color: #80068B;
}
.AnyTagClassName
{
color: #80068B;
}
</style>
background-color css
<style>
a { background-color: #80068B; }
a { background-color: rgb(128,6,139); }
div.DivClassName
{
background-color: #80068B;
}
.BgClassName
{
background-color: #80068B;
}
</style>
border-color css
<style>
span { border-color: #80068B; }
span { border-color: rgb(128,6,139); }
td.TdClassName
{
border-color: #80068B;
}
.TagClassName
{
border-color: #80068B;
}
</style>