Shades of Dark Magenta #8F1693
Tints of Dark Magenta #8F1693
RGB
CMYK
RGB Variations
Color information
#8F1693 (or 0x8F1693) is known color: Dark Magenta. HEX triplet: 8F, 16 and 93. RGB value is (143,22,147). Sum of RGB (Red+Green+Blue) = 143+22+147=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1693 is #70E96C. Grayscale: #484848. Windows color (decimal): -7399789 or 9639567. OLE color: 9639567.
HSL color Cylindrical-coordinate representation of color #8F1693: hue angle of 298.08º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1693 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 22 | 147 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.42 |
| HSL | 298.08º | 0.74% | 0.33% | - |
| HSV(B) | 298.08º | 0.85% | 0.58% | - |
| XYZ | 16.88 | 8.52 | 28.36 | - |
| YUV | 72.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 147 | 0.03 | 0.85 | 0 | 0.42 | 298.08 | 0.74 | 0.33 |
| Hex | 8F | 16 | 93 | 3 | 55 | 0 | 2A | 12A | 4A | 21 |
| Octal | 217 | 26 | 223 | 3 | 125 | 0 | 52 | 452 | 112 | 41 |
| Binary | 10001111 | 10110 | 10010011 | 11 | 1010101 | 0 | 101010 | 100101010 | 1001010 | 100001 |
Color Harmonies of #8F1693
Complementary color
Monochromatic Colors of #8F1693
Black with #8F1693
Text Example
Text Example
White with #8F1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1693; }
p { color: rgb(143,22,147); }
H1.HeaderClassName
{
color: #8F1693;
}
.AnyTagClassName
{
color: #8F1693;
}
</style>
background-color css
<style>
a { background-color: #8F1693; }
a { background-color: rgb(143,22,147); }
div.DivClassName
{
background-color: #8F1693;
}
.BgClassName
{
background-color: #8F1693;
}
</style>
border-color css
<style>
span { border-color: #8F1693; }
span { border-color: rgb(143,22,147); }
td.TdClassName
{
border-color: #8F1693;
}
.TagClassName
{
border-color: #8F1693;
}
</style>