Shades of Dark Magenta #8814A3
Tints of Dark Magenta #8814A3
RGB
CMYK
RGB Variations
Color information
#8814A3 (or 0x8814A3) is known color: Dark Magenta. HEX triplet: 88, 14 and A3. RGB value is (136,20,163). Sum of RGB (Red+Green+Blue) = 136+20+163=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #8814A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8814A3 is #77EB5C. Grayscale: #464646. Windows color (decimal): -7859037 or 10687624. OLE color: 10687624.
HSL color Cylindrical-coordinate representation of color #8814A3: hue angle of 288.67º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8814A3 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 20 | 163 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.36 |
| HSL | 288.67º | 0.78% | 0.36% | - |
| HSV(B) | 288.67º | 0.88% | 0.64% | - |
| XYZ | 17.01 | 8.38 | 35.37 | - |
| YUV | 70.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 163 | 0.17 | 0.88 | 0 | 0.36 | 288.67 | 0.78 | 0.36 |
| Hex | 88 | 14 | A3 | 11 | 58 | 0 | 24 | 121 | 4E | 24 |
| Octal | 210 | 24 | 243 | 21 | 130 | 0 | 44 | 441 | 116 | 44 |
| Binary | 10001000 | 10100 | 10100011 | 10001 | 1011000 | 0 | 100100 | 100100001 | 1001110 | 100100 |
Color Harmonies of #8814A3
Complementary color
Monochromatic Colors of #8814A3
Black with #8814A3
Text Example
Text Example
White with #8814A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814A3; }
p { color: rgb(136,20,163); }
H1.HeaderClassName
{
color: #8814A3;
}
.AnyTagClassName
{
color: #8814A3;
}
</style>
background-color css
<style>
a { background-color: #8814A3; }
a { background-color: rgb(136,20,163); }
div.DivClassName
{
background-color: #8814A3;
}
.BgClassName
{
background-color: #8814A3;
}
</style>
border-color css
<style>
span { border-color: #8814A3; }
span { border-color: rgb(136,20,163); }
td.TdClassName
{
border-color: #8814A3;
}
.TagClassName
{
border-color: #8814A3;
}
</style>