Shades of Dark Purple #8F218B
Tints of Dark Purple #8F218B
RGB
CMYK
RGB Variations
Color information
#8F218B (or 0x8F218B) is known color: Dark Purple. HEX triplet: 8F, 21 and 8B. RGB value is (143,33,139). Sum of RGB (Red+Green+Blue) = 143+33+139=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F218B is #70DE74. Grayscale: #4D4D4D. Windows color (decimal): -7396981 or 9118095. OLE color: 9118095.
HSL color Cylindrical-coordinate representation of color #8F218B: hue angle of 302.18º 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 #8F218B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 139 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.44 |
| HSL | 302.18º | 0.63% | 0.35% | - |
| HSV(B) | 302.18º | 0.77% | 0.56% | - |
| XYZ | 16.53 | 8.79 | 25.25 | - |
| YUV | 77.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 139 | 0 | 0.77 | 0.03 | 0.44 | 302.18 | 0.63 | 0.35 |
| Hex | 8F | 21 | 8B | 0 | 4D | 3 | 2C | 12E | 3E | 23 |
| Octal | 217 | 41 | 213 | 0 | 115 | 3 | 54 | 456 | 76 | 43 |
| Binary | 10001111 | 100001 | 10001011 | 0 | 1001101 | 11 | 101100 | 100101110 | 111110 | 100011 |
Color Harmonies of #8F218B
Complementary color
Monochromatic Colors of #8F218B
Black with #8F218B
Text Example
Text Example
White with #8F218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F218B; }
p { color: rgb(143,33,139); }
H1.HeaderClassName
{
color: #8F218B;
}
.AnyTagClassName
{
color: #8F218B;
}
</style>
background-color css
<style>
a { background-color: #8F218B; }
a { background-color: rgb(143,33,139); }
div.DivClassName
{
background-color: #8F218B;
}
.BgClassName
{
background-color: #8F218B;
}
</style>
border-color css
<style>
span { border-color: #8F218B; }
span { border-color: rgb(143,33,139); }
td.TdClassName
{
border-color: #8F218B;
}
.TagClassName
{
border-color: #8F218B;
}
</style>