Shades of Dark Purple #8F2B84
Tints of Dark Purple #8F2B84
RGB
CMYK
RGB Variations
Color information
#8F2B84 (or 0x8F2B84) is known color: Dark Purple. HEX triplet: 8F, 2B and 84. RGB value is (143,43,132). Sum of RGB (Red+Green+Blue) = 143+43+132=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2B84 is #70D47B. Grayscale: #525252. Windows color (decimal): -7394428 or 8661903. OLE color: 8661903.
HSL color Cylindrical-coordinate representation of color #8F2B84: hue angle of 306.6º 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 #8F2B84 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 132 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.44 |
| HSL | 306.6º | 0.54% | 0.36% | - |
| HSV(B) | 306.6º | 0.7% | 0.56% | - |
| XYZ | 16.36 | 9.23 | 22.75 | - |
| YUV | 83.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 132 | 0 | 0.70 | 0.08 | 0.44 | 306.6 | 0.54 | 0.36 |
| Hex | 8F | 2B | 84 | 0 | 46 | 8 | 2C | 133 | 36 | 24 |
| Octal | 217 | 53 | 204 | 0 | 106 | 10 | 54 | 463 | 66 | 44 |
| Binary | 10001111 | 101011 | 10000100 | 0 | 1000110 | 1000 | 101100 | 100110011 | 110110 | 100100 |
Color Harmonies of #8F2B84
Complementary color
Monochromatic Colors of #8F2B84
Black with #8F2B84
Text Example
Text Example
White with #8F2B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B84; }
p { color: rgb(143,43,132); }
H1.HeaderClassName
{
color: #8F2B84;
}
.AnyTagClassName
{
color: #8F2B84;
}
</style>
background-color css
<style>
a { background-color: #8F2B84; }
a { background-color: rgb(143,43,132); }
div.DivClassName
{
background-color: #8F2B84;
}
.BgClassName
{
background-color: #8F2B84;
}
</style>
border-color css
<style>
span { border-color: #8F2B84; }
span { border-color: rgb(143,43,132); }
td.TdClassName
{
border-color: #8F2B84;
}
.TagClassName
{
border-color: #8F2B84;
}
</style>