Shades of Dark Magenta #8F08AA
Tints of Dark Magenta #8F08AA
RGB
CMYK
RGB Variations
Color information
#8F08AA (or 0x8F08AA) is known color: Dark Magenta. HEX triplet: 8F, 08 and AA. RGB value is (143,8,170). Sum of RGB (Red+Green+Blue) = 143+8+170=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F08AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F08AA is #70F755. Grayscale: #424242. Windows color (decimal): -7403350 or 11143311. OLE color: 11143311.
HSL color Cylindrical-coordinate representation of color #8F08AA: hue angle of 290º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F08AA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 8 | 170 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.33 |
| HSL | 290º | 0.91% | 0.35% | - |
| HSV(B) | 290º | 0.95% | 0.67% | - |
| XYZ | 18.67 | 8.92 | 38.77 | - |
| YUV | 66.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 170 | 0.16 | 0.95 | 0 | 0.33 | 290 | 0.91 | 0.35 |
| Hex | 8F | 8 | AA | 10 | 5F | 0 | 21 | 122 | 5B | 23 |
| Octal | 217 | 10 | 252 | 20 | 137 | 0 | 41 | 442 | 133 | 43 |
| Binary | 10001111 | 1000 | 10101010 | 10000 | 1011111 | 0 | 100001 | 100100010 | 1011011 | 100011 |
Color Harmonies of #8F08AA
Complementary color
Monochromatic Colors of #8F08AA
Black with #8F08AA
Text Example
Text Example
White with #8F08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F08AA; }
p { color: rgb(143,8,170); }
H1.HeaderClassName
{
color: #8F08AA;
}
.AnyTagClassName
{
color: #8F08AA;
}
</style>
background-color css
<style>
a { background-color: #8F08AA; }
a { background-color: rgb(143,8,170); }
div.DivClassName
{
background-color: #8F08AA;
}
.BgClassName
{
background-color: #8F08AA;
}
</style>
border-color css
<style>
span { border-color: #8F08AA; }
span { border-color: rgb(143,8,170); }
td.TdClassName
{
border-color: #8F08AA;
}
.TagClassName
{
border-color: #8F08AA;
}
</style>