Shades of Dark Purple #8F217A
Tints of Dark Purple #8F217A
RGB
CMYK
RGB Variations
Color information
#8F217A (or 0x8F217A) is known color: Dark Purple. HEX triplet: 8F, 21 and 7A. RGB value is (143,33,122). Sum of RGB (Red+Green+Blue) = 143+33+122=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F217A is #70DE85. Grayscale: #4B4B4B. Windows color (decimal): -7396998 or 8003983. OLE color: 8003983.
HSL color Cylindrical-coordinate representation of color #8F217A: hue angle of 311.45º 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 #8F217A is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 122 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.44 |
| HSL | 311.45º | 0.63% | 0.35% | - |
| HSV(B) | 311.45º | 0.77% | 0.56% | - |
| XYZ | 15.38 | 8.33 | 19.21 | - |
| YUV | 76.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 122 | 0 | 0.77 | 0.15 | 0.44 | 311.45 | 0.63 | 0.35 |
| Hex | 8F | 21 | 7A | 0 | 4D | F | 2C | 137 | 3E | 23 |
| Octal | 217 | 41 | 172 | 0 | 115 | 17 | 54 | 467 | 76 | 43 |
| Binary | 10001111 | 100001 | 1111010 | 0 | 1001101 | 1111 | 101100 | 100110111 | 111110 | 100011 |
Color Harmonies of #8F217A
Complementary color
Monochromatic Colors of #8F217A
Black with #8F217A
Text Example
Text Example
White with #8F217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F217A; }
p { color: rgb(143,33,122); }
H1.HeaderClassName
{
color: #8F217A;
}
.AnyTagClassName
{
color: #8F217A;
}
</style>
background-color css
<style>
a { background-color: #8F217A; }
a { background-color: rgb(143,33,122); }
div.DivClassName
{
background-color: #8F217A;
}
.BgClassName
{
background-color: #8F217A;
}
</style>
border-color css
<style>
span { border-color: #8F217A; }
span { border-color: rgb(143,33,122); }
td.TdClassName
{
border-color: #8F217A;
}
.TagClassName
{
border-color: #8F217A;
}
</style>