Shades of Dark Purple #8F2188
Tints of Dark Purple #8F2188
RGB
CMYK
RGB Variations
Color information
#8F2188 (or 0x8F2188) is known color: Dark Purple. HEX triplet: 8F, 21 and 88. RGB value is (143,33,136). Sum of RGB (Red+Green+Blue) = 143+33+136=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2188 is #70DE77. Grayscale: #4D4D4D. Windows color (decimal): -7396984 or 8921487. OLE color: 8921487.
HSL color Cylindrical-coordinate representation of color #8F2188: hue angle of 303.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2188 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 136 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.44 |
| HSL | 303.82º | 0.63% | 0.35% | - |
| HSV(B) | 303.82º | 0.77% | 0.56% | - |
| XYZ | 16.32 | 8.7 | 24.11 | - |
| YUV | 77.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 136 | 0 | 0.77 | 0.05 | 0.44 | 303.82 | 0.63 | 0.35 |
| Hex | 8F | 21 | 88 | 0 | 4D | 5 | 2C | 130 | 3E | 23 |
| Octal | 217 | 41 | 210 | 0 | 115 | 5 | 54 | 460 | 76 | 43 |
| Binary | 10001111 | 100001 | 10001000 | 0 | 1001101 | 101 | 101100 | 100110000 | 111110 | 100011 |
Color Harmonies of #8F2188
Complementary color
Monochromatic Colors of #8F2188
Black with #8F2188
Text Example
Text Example
White with #8F2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2188; }
p { color: rgb(143,33,136); }
H1.HeaderClassName
{
color: #8F2188;
}
.AnyTagClassName
{
color: #8F2188;
}
</style>
background-color css
<style>
a { background-color: #8F2188; }
a { background-color: rgb(143,33,136); }
div.DivClassName
{
background-color: #8F2188;
}
.BgClassName
{
background-color: #8F2188;
}
</style>
border-color css
<style>
span { border-color: #8F2188; }
span { border-color: rgb(143,33,136); }
td.TdClassName
{
border-color: #8F2188;
}
.TagClassName
{
border-color: #8F2188;
}
</style>