Shades of Dark Magenta #8608A1
Tints of Dark Magenta #8608A1
RGB
CMYK
RGB Variations
Color information
#8608A1 (or 0x8608A1) is known color: Dark Magenta. HEX triplet: 86, 08 and A1. RGB value is (134,8,161). Sum of RGB (Red+Green+Blue) = 134+8+161=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #8608A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8608A1 is #79F75E. Grayscale: #3E3E3E. Windows color (decimal): -7993183 or 10553478. OLE color: 10553478.
HSL color Cylindrical-coordinate representation of color #8608A1: hue angle of 289.41º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8608A1 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 8 | 161 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.37 |
| HSL | 289.41º | 0.91% | 0.33% | - |
| HSV(B) | 289.41º | 0.95% | 0.63% | - |
| XYZ | 16.35 | 7.82 | 34.36 | - |
| YUV | 63.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 161 | 0.17 | 0.95 | 0 | 0.37 | 289.41 | 0.91 | 0.33 |
| Hex | 86 | 8 | A1 | 11 | 5F | 0 | 25 | 121 | 5B | 21 |
| Octal | 206 | 10 | 241 | 21 | 137 | 0 | 45 | 441 | 133 | 41 |
| Binary | 10000110 | 1000 | 10100001 | 10001 | 1011111 | 0 | 100101 | 100100001 | 1011011 | 100001 |
Color Harmonies of #8608A1
Complementary color
Monochromatic Colors of #8608A1
Black with #8608A1
Text Example
Text Example
White with #8608A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608A1; }
p { color: rgb(134,8,161); }
H1.HeaderClassName
{
color: #8608A1;
}
.AnyTagClassName
{
color: #8608A1;
}
</style>
background-color css
<style>
a { background-color: #8608A1; }
a { background-color: rgb(134,8,161); }
div.DivClassName
{
background-color: #8608A1;
}
.BgClassName
{
background-color: #8608A1;
}
</style>
border-color css
<style>
span { border-color: #8608A1; }
span { border-color: rgb(134,8,161); }
td.TdClassName
{
border-color: #8608A1;
}
.TagClassName
{
border-color: #8608A1;
}
</style>