Shades of Dark Purple #8F207F
Tints of Dark Purple #8F207F
RGB
CMYK
RGB Variations
Color information
#8F207F (or 0x8F207F) is known color: Dark Purple. HEX triplet: 8F, 20 and 7F. RGB value is (143,32,127). Sum of RGB (Red+Green+Blue) = 143+32+127=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F207F is #70DF80. Grayscale: #4B4B4B. Windows color (decimal): -7397249 or 8331407. OLE color: 8331407.
HSL color Cylindrical-coordinate representation of color #8F207F: hue angle of 308.65º 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 #8F207F is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 127 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.44 |
| HSL | 308.65º | 0.63% | 0.34% | - |
| HSV(B) | 308.65º | 0.78% | 0.56% | - |
| XYZ | 15.67 | 8.4 | 20.87 | - |
| YUV | 76.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 127 | 0 | 0.78 | 0.11 | 0.44 | 308.65 | 0.63 | 0.34 |
| Hex | 8F | 20 | 7F | 0 | 4E | B | 2C | 135 | 3F | 22 |
| Octal | 217 | 40 | 177 | 0 | 116 | 13 | 54 | 465 | 77 | 42 |
| Binary | 10001111 | 100000 | 1111111 | 0 | 1001110 | 1011 | 101100 | 100110101 | 111111 | 100010 |
Color Harmonies of #8F207F
Complementary color
Monochromatic Colors of #8F207F
Black with #8F207F
Text Example
Text Example
White with #8F207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F207F; }
p { color: rgb(143,32,127); }
H1.HeaderClassName
{
color: #8F207F;
}
.AnyTagClassName
{
color: #8F207F;
}
</style>
background-color css
<style>
a { background-color: #8F207F; }
a { background-color: rgb(143,32,127); }
div.DivClassName
{
background-color: #8F207F;
}
.BgClassName
{
background-color: #8F207F;
}
</style>
border-color css
<style>
span { border-color: #8F207F; }
span { border-color: rgb(143,32,127); }
td.TdClassName
{
border-color: #8F207F;
}
.TagClassName
{
border-color: #8F207F;
}
</style>