Shades of Dark Purple #8F2079
Tints of Dark Purple #8F2079
RGB
CMYK
RGB Variations
Color information
#8F2079 (or 0x8F2079) is known color: Dark Purple. HEX triplet: 8F, 20 and 79. RGB value is (143,32,121). Sum of RGB (Red+Green+Blue) = 143+32+121=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2079 is #70DF86. Grayscale: #4B4B4B. Windows color (decimal): -7397255 or 7938191. OLE color: 7938191.
HSL color Cylindrical-coordinate representation of color #8F2079: hue angle of 311.89º 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 #8F2079 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 121 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.44 |
| HSL | 311.89º | 0.63% | 0.34% | - |
| HSV(B) | 311.89º | 0.78% | 0.56% | - |
| XYZ | 15.3 | 8.25 | 18.88 | - |
| YUV | 75.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 121 | 0 | 0.78 | 0.15 | 0.44 | 311.89 | 0.63 | 0.34 |
| Hex | 8F | 20 | 79 | 0 | 4E | F | 2C | 138 | 3F | 22 |
| Octal | 217 | 40 | 171 | 0 | 116 | 17 | 54 | 470 | 77 | 42 |
| Binary | 10001111 | 100000 | 1111001 | 0 | 1001110 | 1111 | 101100 | 100111000 | 111111 | 100010 |
Color Harmonies of #8F2079
Complementary color
Monochromatic Colors of #8F2079
Black with #8F2079
Text Example
Text Example
White with #8F2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2079; }
p { color: rgb(143,32,121); }
H1.HeaderClassName
{
color: #8F2079;
}
.AnyTagClassName
{
color: #8F2079;
}
</style>
background-color css
<style>
a { background-color: #8F2079; }
a { background-color: rgb(143,32,121); }
div.DivClassName
{
background-color: #8F2079;
}
.BgClassName
{
background-color: #8F2079;
}
</style>
border-color css
<style>
span { border-color: #8F2079; }
span { border-color: rgb(143,32,121); }
td.TdClassName
{
border-color: #8F2079;
}
.TagClassName
{
border-color: #8F2079;
}
</style>