Shades of Dark Purple #8F2182
Tints of Dark Purple #8F2182
RGB
CMYK
RGB Variations
Color information
#8F2182 (or 0x8F2182) is known color: Dark Purple. HEX triplet: 8F, 21 and 82. RGB value is (143,33,130). Sum of RGB (Red+Green+Blue) = 143+33+130=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2182 is #70DE7D. Grayscale: #4C4C4C. Windows color (decimal): -7396990 or 8528271. OLE color: 8528271.
HSL color Cylindrical-coordinate representation of color #8F2182: hue angle of 307.09º 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 #8F2182 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 130 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.44 |
| HSL | 307.09º | 0.63% | 0.35% | - |
| HSV(B) | 307.09º | 0.77% | 0.56% | - |
| XYZ | 15.9 | 8.54 | 21.93 | - |
| YUV | 76.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 130 | 0 | 0.77 | 0.09 | 0.44 | 307.09 | 0.63 | 0.35 |
| Hex | 8F | 21 | 82 | 0 | 4D | 9 | 2C | 133 | 3E | 23 |
| Octal | 217 | 41 | 202 | 0 | 115 | 11 | 54 | 463 | 76 | 43 |
| Binary | 10001111 | 100001 | 10000010 | 0 | 1001101 | 1001 | 101100 | 100110011 | 111110 | 100011 |
Color Harmonies of #8F2182
Complementary color
Monochromatic Colors of #8F2182
Black with #8F2182
Text Example
Text Example
White with #8F2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2182; }
p { color: rgb(143,33,130); }
H1.HeaderClassName
{
color: #8F2182;
}
.AnyTagClassName
{
color: #8F2182;
}
</style>
background-color css
<style>
a { background-color: #8F2182; }
a { background-color: rgb(143,33,130); }
div.DivClassName
{
background-color: #8F2182;
}
.BgClassName
{
background-color: #8F2182;
}
</style>
border-color css
<style>
span { border-color: #8F2182; }
span { border-color: rgb(143,33,130); }
td.TdClassName
{
border-color: #8F2182;
}
.TagClassName
{
border-color: #8F2182;
}
</style>