Shades of Dark Purple #8F2B80
Tints of Dark Purple #8F2B80
RGB
CMYK
RGB Variations
Color information
#8F2B80 (or 0x8F2B80) is known color: Dark Purple. HEX triplet: 8F, 2B and 80. RGB value is (143,43,128). Sum of RGB (Red+Green+Blue) = 143+43+128=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2B80 is #70D47F. Grayscale: #525252. Windows color (decimal): -7394432 or 8399759. OLE color: 8399759.
HSL color Cylindrical-coordinate representation of color #8F2B80: hue angle of 309º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B80 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 128 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.44 |
| HSL | 309º | 0.54% | 0.36% | - |
| HSV(B) | 309º | 0.7% | 0.56% | - |
| XYZ | 16.09 | 9.13 | 21.34 | - |
| YUV | 82.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 128 | 0 | 0.70 | 0.10 | 0.44 | 309 | 0.54 | 0.36 |
| Hex | 8F | 2B | 80 | 0 | 46 | A | 2C | 135 | 36 | 24 |
| Octal | 217 | 53 | 200 | 0 | 106 | 12 | 54 | 465 | 66 | 44 |
| Binary | 10001111 | 101011 | 10000000 | 0 | 1000110 | 1010 | 101100 | 100110101 | 110110 | 100100 |
Color Harmonies of #8F2B80
Complementary color
Monochromatic Colors of #8F2B80
Black with #8F2B80
Text Example
Text Example
White with #8F2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B80; }
p { color: rgb(143,43,128); }
H1.HeaderClassName
{
color: #8F2B80;
}
.AnyTagClassName
{
color: #8F2B80;
}
</style>
background-color css
<style>
a { background-color: #8F2B80; }
a { background-color: rgb(143,43,128); }
div.DivClassName
{
background-color: #8F2B80;
}
.BgClassName
{
background-color: #8F2B80;
}
</style>
border-color css
<style>
span { border-color: #8F2B80; }
span { border-color: rgb(143,43,128); }
td.TdClassName
{
border-color: #8F2B80;
}
.TagClassName
{
border-color: #8F2B80;
}
</style>