Shades of Dark Purple #8F2F79
Tints of Dark Purple #8F2F79
RGB
CMYK
RGB Variations
Color information
#8F2F79 (or 0x8F2F79) is known color: Dark Purple. HEX triplet: 8F, 2F and 79. RGB value is (143,47,121). Sum of RGB (Red+Green+Blue) = 143+47+121=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2F79 is #70D086. Grayscale: #535353. Windows color (decimal): -7393415 or 7942031. OLE color: 7942031.
HSL color Cylindrical-coordinate representation of color #8F2F79: hue angle of 313.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F2F79 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 121 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.44 |
| HSL | 313.75º | 0.51% | 0.37% | - |
| HSV(B) | 313.75º | 0.67% | 0.56% | - |
| XYZ | 15.8 | 9.25 | 19.04 | - |
| YUV | 84.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 121 | 0 | 0.67 | 0.15 | 0.44 | 313.75 | 0.51 | 0.37 |
| Hex | 8F | 2F | 79 | 0 | 43 | F | 2C | 13A | 33 | 25 |
| Octal | 217 | 57 | 171 | 0 | 103 | 17 | 54 | 472 | 63 | 45 |
| Binary | 10001111 | 101111 | 1111001 | 0 | 1000011 | 1111 | 101100 | 100111010 | 110011 | 100101 |
Color Harmonies of #8F2F79
Complementary color
Monochromatic Colors of #8F2F79
Black with #8F2F79
Text Example
Text Example
White with #8F2F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F79; }
p { color: rgb(143,47,121); }
H1.HeaderClassName
{
color: #8F2F79;
}
.AnyTagClassName
{
color: #8F2F79;
}
</style>
background-color css
<style>
a { background-color: #8F2F79; }
a { background-color: rgb(143,47,121); }
div.DivClassName
{
background-color: #8F2F79;
}
.BgClassName
{
background-color: #8F2F79;
}
</style>
border-color css
<style>
span { border-color: #8F2F79; }
span { border-color: rgb(143,47,121); }
td.TdClassName
{
border-color: #8F2F79;
}
.TagClassName
{
border-color: #8F2F79;
}
</style>