Shades of Dark Purple #8F2B8B
Tints of Dark Purple #8F2B8B
RGB
CMYK
RGB Variations
Color information
#8F2B8B (or 0x8F2B8B) is known color: Dark Purple. HEX triplet: 8F, 2B and 8B. RGB value is (143,43,139). Sum of RGB (Red+Green+Blue) = 143+43+139=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2B8B is #70D474. Grayscale: #535353. Windows color (decimal): -7394421 or 9120655. OLE color: 9120655.
HSL color Cylindrical-coordinate representation of color #8F2B8B: hue angle of 302.4º 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 #8F2B8B is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 139 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.44 |
| HSL | 302.4º | 0.54% | 0.36% | - |
| HSV(B) | 302.4º | 0.7% | 0.56% | - |
| XYZ | 16.85 | 9.43 | 25.36 | - |
| YUV | 83.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 139 | 0 | 0.70 | 0.03 | 0.44 | 302.4 | 0.54 | 0.36 |
| Hex | 8F | 2B | 8B | 0 | 46 | 3 | 2C | 12E | 36 | 24 |
| Octal | 217 | 53 | 213 | 0 | 106 | 3 | 54 | 456 | 66 | 44 |
| Binary | 10001111 | 101011 | 10001011 | 0 | 1000110 | 11 | 101100 | 100101110 | 110110 | 100100 |
Color Harmonies of #8F2B8B
Complementary color
Monochromatic Colors of #8F2B8B
Black with #8F2B8B
Text Example
Text Example
White with #8F2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B8B; }
p { color: rgb(143,43,139); }
H1.HeaderClassName
{
color: #8F2B8B;
}
.AnyTagClassName
{
color: #8F2B8B;
}
</style>
background-color css
<style>
a { background-color: #8F2B8B; }
a { background-color: rgb(143,43,139); }
div.DivClassName
{
background-color: #8F2B8B;
}
.BgClassName
{
background-color: #8F2B8B;
}
</style>
border-color css
<style>
span { border-color: #8F2B8B; }
span { border-color: rgb(143,43,139); }
td.TdClassName
{
border-color: #8F2B8B;
}
.TagClassName
{
border-color: #8F2B8B;
}
</style>