Shades of Dark Purple #8F1072
Tints of Dark Purple #8F1072
RGB
CMYK
RGB Variations
Color information
#8F1072 (or 0x8F1072) is known color: Dark Purple. HEX triplet: 8F, 10 and 72. RGB value is (143,16,114). Sum of RGB (Red+Green+Blue) = 143+16+114=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1072 is #70EF8D. Grayscale: #404040. Windows color (decimal): -7401358 or 7475343. OLE color: 7475343.
HSL color Cylindrical-coordinate representation of color #8F1072: hue angle of 313.7º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1072 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 114 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.44 |
| HSL | 313.7º | 0.8% | 0.31% | - |
| HSV(B) | 313.7º | 0.89% | 0.56% | - |
| XYZ | 14.55 | 7.43 | 16.59 | - |
| YUV | 65.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 114 | 0 | 0.89 | 0.20 | 0.44 | 313.7 | 0.8 | 0.31 |
| Hex | 8F | 10 | 72 | 0 | 59 | 14 | 2C | 13A | 50 | 1F |
| Octal | 217 | 20 | 162 | 0 | 131 | 24 | 54 | 472 | 120 | 37 |
| Binary | 10001111 | 10000 | 1110010 | 0 | 1011001 | 10100 | 101100 | 100111010 | 1010000 | 11111 |
Color Harmonies of #8F1072
Complementary color
Monochromatic Colors of #8F1072
Black with #8F1072
Text Example
Text Example
White with #8F1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1072; }
p { color: rgb(143,16,114); }
H1.HeaderClassName
{
color: #8F1072;
}
.AnyTagClassName
{
color: #8F1072;
}
</style>
background-color css
<style>
a { background-color: #8F1072; }
a { background-color: rgb(143,16,114); }
div.DivClassName
{
background-color: #8F1072;
}
.BgClassName
{
background-color: #8F1072;
}
</style>
border-color css
<style>
span { border-color: #8F1072; }
span { border-color: rgb(143,16,114); }
td.TdClassName
{
border-color: #8F1072;
}
.TagClassName
{
border-color: #8F1072;
}
</style>