Shades of Dark Purple #8F117A
Tints of Dark Purple #8F117A
RGB
CMYK
RGB Variations
Color information
#8F117A (or 0x8F117A) is known color: Dark Purple. HEX triplet: 8F, 11 and 7A. RGB value is (143,17,122). Sum of RGB (Red+Green+Blue) = 143+17+122=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117A is #70EE85. Grayscale: #424242. Windows color (decimal): -7401094 or 7999887. OLE color: 7999887.
HSL color Cylindrical-coordinate representation of color #8F117A: hue angle of 310º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F117A is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 122 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.44 |
| HSL | 310º | 0.79% | 0.31% | - |
| HSV(B) | 310º | 0.88% | 0.56% | - |
| XYZ | 15.04 | 7.65 | 19.1 | - |
| YUV | 66.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 122 | 0 | 0.88 | 0.15 | 0.44 | 310 | 0.79 | 0.31 |
| Hex | 8F | 11 | 7A | 0 | 58 | F | 2C | 136 | 4F | 1F |
| Octal | 217 | 21 | 172 | 0 | 130 | 17 | 54 | 466 | 117 | 37 |
| Binary | 10001111 | 10001 | 1111010 | 0 | 1011000 | 1111 | 101100 | 100110110 | 1001111 | 11111 |
Color Harmonies of #8F117A
Complementary color
Monochromatic Colors of #8F117A
Black with #8F117A
Text Example
Text Example
White with #8F117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F117A; }
p { color: rgb(143,17,122); }
H1.HeaderClassName
{
color: #8F117A;
}
.AnyTagClassName
{
color: #8F117A;
}
</style>
background-color css
<style>
a { background-color: #8F117A; }
a { background-color: rgb(143,17,122); }
div.DivClassName
{
background-color: #8F117A;
}
.BgClassName
{
background-color: #8F117A;
}
</style>
border-color css
<style>
span { border-color: #8F117A; }
span { border-color: rgb(143,17,122); }
td.TdClassName
{
border-color: #8F117A;
}
.TagClassName
{
border-color: #8F117A;
}
</style>