Shades of Dark Purple #8F206C
Tints of Dark Purple #8F206C
RGB
CMYK
RGB Variations
Color information
#8F206C (or 0x8F206C) is known color: Dark Purple. HEX triplet: 8F, 20 and 6C. RGB value is (143,32,108). Sum of RGB (Red+Green+Blue) = 143+32+108=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F206C is #70DF93. Grayscale: #494949. Windows color (decimal): -7397268 or 7086223. OLE color: 7086223.
HSL color Cylindrical-coordinate representation of color #8F206C: hue angle of 318.92º 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 #8F206C is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 108 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.44 |
| HSL | 318.92º | 0.63% | 0.34% | - |
| HSV(B) | 318.92º | 0.78% | 0.56% | - |
| XYZ | 14.55 | 7.96 | 14.96 | - |
| YUV | 73.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 108 | 0 | 0.78 | 0.24 | 0.44 | 318.92 | 0.63 | 0.34 |
| Hex | 8F | 20 | 6C | 0 | 4E | 18 | 2C | 13F | 3F | 22 |
| Octal | 217 | 40 | 154 | 0 | 116 | 30 | 54 | 477 | 77 | 42 |
| Binary | 10001111 | 100000 | 1101100 | 0 | 1001110 | 11000 | 101100 | 100111111 | 111111 | 100010 |
Color Harmonies of #8F206C
Complementary color
Monochromatic Colors of #8F206C
Black with #8F206C
Text Example
Text Example
White with #8F206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F206C; }
p { color: rgb(143,32,108); }
H1.HeaderClassName
{
color: #8F206C;
}
.AnyTagClassName
{
color: #8F206C;
}
</style>
background-color css
<style>
a { background-color: #8F206C; }
a { background-color: rgb(143,32,108); }
div.DivClassName
{
background-color: #8F206C;
}
.BgClassName
{
background-color: #8F206C;
}
</style>
border-color css
<style>
span { border-color: #8F206C; }
span { border-color: rgb(143,32,108); }
td.TdClassName
{
border-color: #8F206C;
}
.TagClassName
{
border-color: #8F206C;
}
</style>