Shades of Dark Purple #8F207A
Tints of Dark Purple #8F207A
RGB
CMYK
RGB Variations
Color information
#8F207A (or 0x8F207A) is known color: Dark Purple. HEX triplet: 8F, 20 and 7A. RGB value is (143,32,122). Sum of RGB (Red+Green+Blue) = 143+32+122=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F207A is #70DF85. Grayscale: #4B4B4B. Windows color (decimal): -7397254 or 8003727. OLE color: 8003727.
HSL color Cylindrical-coordinate representation of color #8F207A: hue angle of 311.35º 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 #8F207A is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 122 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.44 |
| HSL | 311.35º | 0.63% | 0.34% | - |
| HSV(B) | 311.35º | 0.78% | 0.56% | - |
| XYZ | 15.36 | 8.28 | 19.2 | - |
| YUV | 75.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 122 | 0 | 0.78 | 0.15 | 0.44 | 311.35 | 0.63 | 0.34 |
| Hex | 8F | 20 | 7A | 0 | 4E | F | 2C | 137 | 3F | 22 |
| Octal | 217 | 40 | 172 | 0 | 116 | 17 | 54 | 467 | 77 | 42 |
| Binary | 10001111 | 100000 | 1111010 | 0 | 1001110 | 1111 | 101100 | 100110111 | 111111 | 100010 |
Color Harmonies of #8F207A
Complementary color
Monochromatic Colors of #8F207A
Black with #8F207A
Text Example
Text Example
White with #8F207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F207A; }
p { color: rgb(143,32,122); }
H1.HeaderClassName
{
color: #8F207A;
}
.AnyTagClassName
{
color: #8F207A;
}
</style>
background-color css
<style>
a { background-color: #8F207A; }
a { background-color: rgb(143,32,122); }
div.DivClassName
{
background-color: #8F207A;
}
.BgClassName
{
background-color: #8F207A;
}
</style>
border-color css
<style>
span { border-color: #8F207A; }
span { border-color: rgb(143,32,122); }
td.TdClassName
{
border-color: #8F207A;
}
.TagClassName
{
border-color: #8F207A;
}
</style>