Shades of Dark Magenta #8F17A4
Tints of Dark Magenta #8F17A4
RGB
CMYK
RGB Variations
Color information
#8F17A4 (or 0x8F17A4) is known color: Dark Magenta. HEX triplet: 8F, 17 and A4. RGB value is (143,23,164). Sum of RGB (Red+Green+Blue) = 143+23+164=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F17A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F17A4 is #70E85B. Grayscale: #4A4A4A. Windows color (decimal): -7399516 or 10753935. OLE color: 10753935.
HSL color Cylindrical-coordinate representation of color #8F17A4: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F17A4 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 23 | 164 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.36 |
| HSL | 291.06º | 0.75% | 0.37% | - |
| HSV(B) | 291.06º | 0.86% | 0.64% | - |
| XYZ | 18.33 | 9.13 | 35.92 | - |
| YUV | 74.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 164 | 0.13 | 0.86 | 0 | 0.36 | 291.06 | 0.75 | 0.37 |
| Hex | 8F | 17 | A4 | D | 56 | 0 | 24 | 123 | 4B | 25 |
| Octal | 217 | 27 | 244 | 15 | 126 | 0 | 44 | 443 | 113 | 45 |
| Binary | 10001111 | 10111 | 10100100 | 1101 | 1010110 | 0 | 100100 | 100100011 | 1001011 | 100101 |
Color Harmonies of #8F17A4
Complementary color
Monochromatic Colors of #8F17A4
Black with #8F17A4
Text Example
Text Example
White with #8F17A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F17A4; }
p { color: rgb(143,23,164); }
H1.HeaderClassName
{
color: #8F17A4;
}
.AnyTagClassName
{
color: #8F17A4;
}
</style>
background-color css
<style>
a { background-color: #8F17A4; }
a { background-color: rgb(143,23,164); }
div.DivClassName
{
background-color: #8F17A4;
}
.BgClassName
{
background-color: #8F17A4;
}
</style>
border-color css
<style>
span { border-color: #8F17A4; }
span { border-color: rgb(143,23,164); }
td.TdClassName
{
border-color: #8F17A4;
}
.TagClassName
{
border-color: #8F17A4;
}
</style>