Shades of Dark Purple #8F208C
Tints of Dark Purple #8F208C
RGB
CMYK
RGB Variations
Color information
#8F208C (or 0x8F208C) is known color: Dark Purple. HEX triplet: 8F, 20 and 8C. RGB value is (143,32,140). Sum of RGB (Red+Green+Blue) = 143+32+140=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F208C is #70DF73. Grayscale: #4D4D4D. Windows color (decimal): -7397236 or 9183375. OLE color: 9183375.
HSL color Cylindrical-coordinate representation of color #8F208C: hue angle of 301.62º 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 #8F208C is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 140 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.44 |
| HSL | 301.62º | 0.63% | 0.34% | - |
| HSV(B) | 301.62º | 0.78% | 0.56% | - |
| XYZ | 16.58 | 8.77 | 25.63 | - |
| YUV | 77.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 140 | 0 | 0.78 | 0.02 | 0.44 | 301.62 | 0.63 | 0.34 |
| Hex | 8F | 20 | 8C | 0 | 4E | 2 | 2C | 12E | 3F | 22 |
| Octal | 217 | 40 | 214 | 0 | 116 | 2 | 54 | 456 | 77 | 42 |
| Binary | 10001111 | 100000 | 10001100 | 0 | 1001110 | 10 | 101100 | 100101110 | 111111 | 100010 |
Color Harmonies of #8F208C
Complementary color
Monochromatic Colors of #8F208C
Black with #8F208C
Text Example
Text Example
White with #8F208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F208C; }
p { color: rgb(143,32,140); }
H1.HeaderClassName
{
color: #8F208C;
}
.AnyTagClassName
{
color: #8F208C;
}
</style>
background-color css
<style>
a { background-color: #8F208C; }
a { background-color: rgb(143,32,140); }
div.DivClassName
{
background-color: #8F208C;
}
.BgClassName
{
background-color: #8F208C;
}
</style>
border-color css
<style>
span { border-color: #8F208C; }
span { border-color: rgb(143,32,140); }
td.TdClassName
{
border-color: #8F208C;
}
.TagClassName
{
border-color: #8F208C;
}
</style>