Shades of Dark Purple #8F2180
Tints of Dark Purple #8F2180
RGB
CMYK
RGB Variations
Color information
#8F2180 (or 0x8F2180) is known color: Dark Purple. HEX triplet: 8F, 21 and 80. RGB value is (143,33,128). Sum of RGB (Red+Green+Blue) = 143+33+128=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2180 is #70DE7F. Grayscale: #4C4C4C. Windows color (decimal): -7396992 or 8397199. OLE color: 8397199.
HSL color Cylindrical-coordinate representation of color #8F2180: hue angle of 308.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 #8F2180 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 128 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.44 |
| HSL | 308.18º | 0.63% | 0.35% | - |
| HSV(B) | 308.18º | 0.77% | 0.56% | - |
| XYZ | 15.77 | 8.49 | 21.23 | - |
| YUV | 76.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 128 | 0 | 0.77 | 0.10 | 0.44 | 308.18 | 0.63 | 0.35 |
| Hex | 8F | 21 | 80 | 0 | 4D | A | 2C | 134 | 3E | 23 |
| Octal | 217 | 41 | 200 | 0 | 115 | 12 | 54 | 464 | 76 | 43 |
| Binary | 10001111 | 100001 | 10000000 | 0 | 1001101 | 1010 | 101100 | 100110100 | 111110 | 100011 |
Color Harmonies of #8F2180
Complementary color
Monochromatic Colors of #8F2180
Black with #8F2180
Text Example
Text Example
White with #8F2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2180; }
p { color: rgb(143,33,128); }
H1.HeaderClassName
{
color: #8F2180;
}
.AnyTagClassName
{
color: #8F2180;
}
</style>
background-color css
<style>
a { background-color: #8F2180; }
a { background-color: rgb(143,33,128); }
div.DivClassName
{
background-color: #8F2180;
}
.BgClassName
{
background-color: #8F2180;
}
</style>
border-color css
<style>
span { border-color: #8F2180; }
span { border-color: rgb(143,33,128); }
td.TdClassName
{
border-color: #8F2180;
}
.TagClassName
{
border-color: #8F2180;
}
</style>