Shades of Dark Purple #8F208E
Tints of Dark Purple #8F208E
RGB
CMYK
RGB Variations
Color information
#8F208E (or 0x8F208E) is known color: Dark Purple. HEX triplet: 8F, 20 and 8E. RGB value is (143,32,142). Sum of RGB (Red+Green+Blue) = 143+32+142=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F208E is #70DF71. Grayscale: #4D4D4D. Windows color (decimal): -7397234 or 9314447. OLE color: 9314447.
HSL color Cylindrical-coordinate representation of color #8F208E: hue angle of 300.54º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F208E is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 142 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.44 |
| HSL | 300.54º | 0.63% | 0.34% | - |
| HSV(B) | 300.54º | 0.78% | 0.56% | - |
| XYZ | 16.73 | 8.83 | 26.41 | - |
| YUV | 77.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 142 | 0 | 0.78 | 0.01 | 0.44 | 300.54 | 0.63 | 0.34 |
| Hex | 8F | 20 | 8E | 0 | 4E | 1 | 2C | 12D | 3F | 22 |
| Octal | 217 | 40 | 216 | 0 | 116 | 1 | 54 | 455 | 77 | 42 |
| Binary | 10001111 | 100000 | 10001110 | 0 | 1001110 | 1 | 101100 | 100101101 | 111111 | 100010 |
Color Harmonies of #8F208E
Complementary color
Monochromatic Colors of #8F208E
Black with #8F208E
Text Example
Text Example
White with #8F208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F208E; }
p { color: rgb(143,32,142); }
H1.HeaderClassName
{
color: #8F208E;
}
.AnyTagClassName
{
color: #8F208E;
}
</style>
background-color css
<style>
a { background-color: #8F208E; }
a { background-color: rgb(143,32,142); }
div.DivClassName
{
background-color: #8F208E;
}
.BgClassName
{
background-color: #8F208E;
}
</style>
border-color css
<style>
span { border-color: #8F208E; }
span { border-color: rgb(143,32,142); }
td.TdClassName
{
border-color: #8F208E;
}
.TagClassName
{
border-color: #8F208E;
}
</style>