Shades of Dark Magenta #88069A
Tints of Dark Magenta #88069A
RGB
CMYK
RGB Variations
Color information
#88069A (or 0x88069A) is known color: Dark Magenta. HEX triplet: 88, 06 and 9A. RGB value is (136,6,154). Sum of RGB (Red+Green+Blue) = 136+6+154=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #88069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88069A is #77F965. Grayscale: #3D3D3D. Windows color (decimal): -7862630 or 10094216. OLE color: 10094216.
HSL color Cylindrical-coordinate representation of color #88069A: hue angle of 292.7º 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 #88069A is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 6 | 154 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.40 |
| HSL | 292.7º | 0.93% | 0.31% | - |
| HSV(B) | 292.7º | 0.96% | 0.6% | - |
| XYZ | 16.05 | 7.7 | 31.21 | - |
| YUV | 61.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 154 | 0.12 | 0.96 | 0 | 0.40 | 292.7 | 0.93 | 0.31 |
| Hex | 88 | 6 | 9A | C | 60 | 0 | 28 | 125 | 5C | 1F |
| Octal | 210 | 6 | 232 | 14 | 140 | 0 | 50 | 445 | 134 | 37 |
| Binary | 10001000 | 110 | 10011010 | 1100 | 1100000 | 0 | 101000 | 100100101 | 1011100 | 11111 |
Color Harmonies of #88069A
Complementary color
Monochromatic Colors of #88069A
Black with #88069A
Text Example
Text Example
White with #88069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88069A; }
p { color: rgb(136,6,154); }
H1.HeaderClassName
{
color: #88069A;
}
.AnyTagClassName
{
color: #88069A;
}
</style>
background-color css
<style>
a { background-color: #88069A; }
a { background-color: rgb(136,6,154); }
div.DivClassName
{
background-color: #88069A;
}
.BgClassName
{
background-color: #88069A;
}
</style>
border-color css
<style>
span { border-color: #88069A; }
span { border-color: rgb(136,6,154); }
td.TdClassName
{
border-color: #88069A;
}
.TagClassName
{
border-color: #88069A;
}
</style>