Shades of Dark Purple #8F206D
Tints of Dark Purple #8F206D
RGB
CMYK
RGB Variations
Color information
#8F206D (or 0x8F206D) is known color: Dark Purple. HEX triplet: 8F, 20 and 6D. RGB value is (143,32,109). Sum of RGB (Red+Green+Blue) = 143+32+109=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F206D is #70DF92. Grayscale: #494949. Windows color (decimal): -7397267 or 7151759. OLE color: 7151759.
HSL color Cylindrical-coordinate representation of color #8F206D: hue angle of 318.38º 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 #8F206D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 109 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.44 |
| HSL | 318.38º | 0.63% | 0.34% | - |
| HSV(B) | 318.38º | 0.78% | 0.56% | - |
| XYZ | 14.6 | 7.98 | 15.24 | - |
| YUV | 73.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 109 | 0 | 0.78 | 0.24 | 0.44 | 318.38 | 0.63 | 0.34 |
| Hex | 8F | 20 | 6D | 0 | 4E | 18 | 2C | 13E | 3F | 22 |
| Octal | 217 | 40 | 155 | 0 | 116 | 30 | 54 | 476 | 77 | 42 |
| Binary | 10001111 | 100000 | 1101101 | 0 | 1001110 | 11000 | 101100 | 100111110 | 111111 | 100010 |
Color Harmonies of #8F206D
Complementary color
Monochromatic Colors of #8F206D
Black with #8F206D
Text Example
Text Example
White with #8F206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F206D; }
p { color: rgb(143,32,109); }
H1.HeaderClassName
{
color: #8F206D;
}
.AnyTagClassName
{
color: #8F206D;
}
</style>
background-color css
<style>
a { background-color: #8F206D; }
a { background-color: rgb(143,32,109); }
div.DivClassName
{
background-color: #8F206D;
}
.BgClassName
{
background-color: #8F206D;
}
</style>
border-color css
<style>
span { border-color: #8F206D; }
span { border-color: rgb(143,32,109); }
td.TdClassName
{
border-color: #8F206D;
}
.TagClassName
{
border-color: #8F206D;
}
</style>