Shades of Dark Purple #8F218F
Tints of Dark Purple #8F218F
RGB
CMYK
RGB Variations
Color information
#8F218F (or 0x8F218F) is known color: Dark Purple. HEX triplet: 8F, 21 and 8F. RGB value is (143,33,143). Sum of RGB (Red+Green+Blue) = 143+33+143=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F218F is #70DE70. Grayscale: #4E4E4E. Windows color (decimal): -7396977 or 9380239. OLE color: 9380239.
HSL color Cylindrical-coordinate representation of color #8F218F: hue angle of 300º 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 #8F218F is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 143 | - |
| CMYK | 0 | 0.77 | 0 | 0.44 |
| HSL | 300º | 0.63% | 0.35% | - |
| HSV(B) | 300º | 0.77% | 0.56% | - |
| XYZ | 16.83 | 8.91 | 26.82 | - |
| YUV | 78.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 143 | 0 | 0.77 | 0 | 0.44 | 300 | 0.63 | 0.35 |
| Hex | 8F | 21 | 8F | 0 | 4D | 0 | 2C | 12C | 3E | 23 |
| Octal | 217 | 41 | 217 | 0 | 115 | 0 | 54 | 454 | 76 | 43 |
| Binary | 10001111 | 100001 | 10001111 | 0 | 1001101 | 0 | 101100 | 100101100 | 111110 | 100011 |
Color Harmonies of #8F218F
Complementary color
Monochromatic Colors of #8F218F
Black with #8F218F
Text Example
Text Example
White with #8F218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F218F; }
p { color: rgb(143,33,143); }
H1.HeaderClassName
{
color: #8F218F;
}
.AnyTagClassName
{
color: #8F218F;
}
</style>
background-color css
<style>
a { background-color: #8F218F; }
a { background-color: rgb(143,33,143); }
div.DivClassName
{
background-color: #8F218F;
}
.BgClassName
{
background-color: #8F218F;
}
</style>
border-color css
<style>
span { border-color: #8F218F; }
span { border-color: rgb(143,33,143); }
td.TdClassName
{
border-color: #8F218F;
}
.TagClassName
{
border-color: #8F218F;
}
</style>