Shades of Dark Purple #8F208D
Tints of Dark Purple #8F208D
RGB
CMYK
RGB Variations
Color information
#8F208D (or 0x8F208D) is known color: Dark Purple. HEX triplet: 8F, 20 and 8D. RGB value is (143,32,141). Sum of RGB (Red+Green+Blue) = 143+32+141=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F208D is #70DF72. Grayscale: #4D4D4D. Windows color (decimal): -7397235 or 9248911. OLE color: 9248911.
HSL color Cylindrical-coordinate representation of color #8F208D: hue angle of 301.08º 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 #8F208D is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 141 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.44 |
| HSL | 301.08º | 0.63% | 0.34% | - |
| HSV(B) | 301.08º | 0.78% | 0.56% | - |
| XYZ | 16.65 | 8.8 | 26.02 | - |
| YUV | 77.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 141 | 0 | 0.78 | 0.01 | 0.44 | 301.08 | 0.63 | 0.34 |
| Hex | 8F | 20 | 8D | 0 | 4E | 1 | 2C | 12D | 3F | 22 |
| Octal | 217 | 40 | 215 | 0 | 116 | 1 | 54 | 455 | 77 | 42 |
| Binary | 10001111 | 100000 | 10001101 | 0 | 1001110 | 1 | 101100 | 100101101 | 111111 | 100010 |
Color Harmonies of #8F208D
Complementary color
Monochromatic Colors of #8F208D
Black with #8F208D
Text Example
Text Example
White with #8F208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F208D; }
p { color: rgb(143,32,141); }
H1.HeaderClassName
{
color: #8F208D;
}
.AnyTagClassName
{
color: #8F208D;
}
</style>
background-color css
<style>
a { background-color: #8F208D; }
a { background-color: rgb(143,32,141); }
div.DivClassName
{
background-color: #8F208D;
}
.BgClassName
{
background-color: #8F208D;
}
</style>
border-color css
<style>
span { border-color: #8F208D; }
span { border-color: rgb(143,32,141); }
td.TdClassName
{
border-color: #8F208D;
}
.TagClassName
{
border-color: #8F208D;
}
</style>