Shades of Dark Purple #8F2988
Tints of Dark Purple #8F2988
RGB
CMYK
RGB Variations
Color information
#8F2988 (or 0x8F2988) is known color: Dark Purple. HEX triplet: 8F, 29 and 88. RGB value is (143,41,136). Sum of RGB (Red+Green+Blue) = 143+41+136=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2988 is #70D677. Grayscale: #525252. Windows color (decimal): -7394936 or 8923535. OLE color: 8923535.
HSL color Cylindrical-coordinate representation of color #8F2988: hue angle of 304.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2988 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 136 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.44 |
| HSL | 304.12º | 0.55% | 0.36% | - |
| HSV(B) | 304.12º | 0.71% | 0.56% | - |
| XYZ | 16.56 | 9.2 | 24.2 | - |
| YUV | 82.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 136 | 0 | 0.71 | 0.05 | 0.44 | 304.12 | 0.55 | 0.36 |
| Hex | 8F | 29 | 88 | 0 | 47 | 5 | 2C | 130 | 37 | 24 |
| Octal | 217 | 51 | 210 | 0 | 107 | 5 | 54 | 460 | 67 | 44 |
| Binary | 10001111 | 101001 | 10001000 | 0 | 1000111 | 101 | 101100 | 100110000 | 110111 | 100100 |
Color Harmonies of #8F2988
Complementary color
Monochromatic Colors of #8F2988
Black with #8F2988
Text Example
Text Example
White with #8F2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2988; }
p { color: rgb(143,41,136); }
H1.HeaderClassName
{
color: #8F2988;
}
.AnyTagClassName
{
color: #8F2988;
}
</style>
background-color css
<style>
a { background-color: #8F2988; }
a { background-color: rgb(143,41,136); }
div.DivClassName
{
background-color: #8F2988;
}
.BgClassName
{
background-color: #8F2988;
}
</style>
border-color css
<style>
span { border-color: #8F2988; }
span { border-color: rgb(143,41,136); }
td.TdClassName
{
border-color: #8F2988;
}
.TagClassName
{
border-color: #8F2988;
}
</style>