Shades of Dark Purple #8F187F
Tints of Dark Purple #8F187F
RGB
CMYK
RGB Variations
Color information
#8F187F (or 0x8F187F) is known color: Dark Purple. HEX triplet: 8F, 18 and 7F. RGB value is (143,24,127). Sum of RGB (Red+Green+Blue) = 143+24+127=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F187F is #70E780. Grayscale: #474747. Windows color (decimal): -7399297 or 8329359. OLE color: 8329359.
HSL color Cylindrical-coordinate representation of color #8F187F: hue angle of 308.07º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F187F is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 127 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.44 |
| HSL | 308.07º | 0.71% | 0.33% | - |
| HSV(B) | 308.07º | 0.83% | 0.56% | - |
| XYZ | 15.49 | 8.03 | 20.81 | - |
| YUV | 71.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 127 | 0 | 0.83 | 0.11 | 0.44 | 308.07 | 0.71 | 0.33 |
| Hex | 8F | 18 | 7F | 0 | 53 | B | 2C | 134 | 47 | 21 |
| Octal | 217 | 30 | 177 | 0 | 123 | 13 | 54 | 464 | 107 | 41 |
| Binary | 10001111 | 11000 | 1111111 | 0 | 1010011 | 1011 | 101100 | 100110100 | 1000111 | 100001 |
Color Harmonies of #8F187F
Complementary color
Monochromatic Colors of #8F187F
Black with #8F187F
Text Example
Text Example
White with #8F187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F187F; }
p { color: rgb(143,24,127); }
H1.HeaderClassName
{
color: #8F187F;
}
.AnyTagClassName
{
color: #8F187F;
}
</style>
background-color css
<style>
a { background-color: #8F187F; }
a { background-color: rgb(143,24,127); }
div.DivClassName
{
background-color: #8F187F;
}
.BgClassName
{
background-color: #8F187F;
}
</style>
border-color css
<style>
span { border-color: #8F187F; }
span { border-color: rgb(143,24,127); }
td.TdClassName
{
border-color: #8F187F;
}
.TagClassName
{
border-color: #8F187F;
}
</style>