Shades of Dark Purple #8F2078
Tints of Dark Purple #8F2078
RGB
CMYK
RGB Variations
Color information
#8F2078 (or 0x8F2078) is known color: Dark Purple. HEX triplet: 8F, 20 and 78. RGB value is (143,32,120). Sum of RGB (Red+Green+Blue) = 143+32+120=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2078 is #70DF87. Grayscale: #4A4A4A. Windows color (decimal): -7397256 or 7872655. OLE color: 7872655.
HSL color Cylindrical-coordinate representation of color #8F2078: hue angle of 312.43º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2078 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 120 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.44 |
| HSL | 312.43º | 0.63% | 0.34% | - |
| HSV(B) | 312.43º | 0.78% | 0.56% | - |
| XYZ | 15.23 | 8.23 | 18.55 | - |
| YUV | 75.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 120 | 0 | 0.78 | 0.16 | 0.44 | 312.43 | 0.63 | 0.34 |
| Hex | 8F | 20 | 78 | 0 | 4E | 10 | 2C | 138 | 3F | 22 |
| Octal | 217 | 40 | 170 | 0 | 116 | 20 | 54 | 470 | 77 | 42 |
| Binary | 10001111 | 100000 | 1111000 | 0 | 1001110 | 10000 | 101100 | 100111000 | 111111 | 100010 |
Color Harmonies of #8F2078
Complementary color
Monochromatic Colors of #8F2078
Black with #8F2078
Text Example
Text Example
White with #8F2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2078; }
p { color: rgb(143,32,120); }
H1.HeaderClassName
{
color: #8F2078;
}
.AnyTagClassName
{
color: #8F2078;
}
</style>
background-color css
<style>
a { background-color: #8F2078; }
a { background-color: rgb(143,32,120); }
div.DivClassName
{
background-color: #8F2078;
}
.BgClassName
{
background-color: #8F2078;
}
</style>
border-color css
<style>
span { border-color: #8F2078; }
span { border-color: rgb(143,32,120); }
td.TdClassName
{
border-color: #8F2078;
}
.TagClassName
{
border-color: #8F2078;
}
</style>