Shades of Dark Purple #8F187D
Tints of Dark Purple #8F187D
RGB
CMYK
RGB Variations
Color information
#8F187D (or 0x8F187D) is known color: Dark Purple. HEX triplet: 8F, 18 and 7D. RGB value is (143,24,125). Sum of RGB (Red+Green+Blue) = 143+24+125=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F187D is #70E782. Grayscale: #464646. Windows color (decimal): -7399299 or 8198287. OLE color: 8198287.
HSL color Cylindrical-coordinate representation of color #8F187D: hue angle of 309.08º 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 #8F187D is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 125 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.44 |
| HSL | 309.08º | 0.71% | 0.33% | - |
| HSV(B) | 309.08º | 0.83% | 0.56% | - |
| XYZ | 15.36 | 7.97 | 20.13 | - |
| YUV | 71.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 125 | 0 | 0.83 | 0.13 | 0.44 | 309.08 | 0.71 | 0.33 |
| Hex | 8F | 18 | 7D | 0 | 53 | D | 2C | 135 | 47 | 21 |
| Octal | 217 | 30 | 175 | 0 | 123 | 15 | 54 | 465 | 107 | 41 |
| Binary | 10001111 | 11000 | 1111101 | 0 | 1010011 | 1101 | 101100 | 100110101 | 1000111 | 100001 |
Color Harmonies of #8F187D
Complementary color
Monochromatic Colors of #8F187D
Black with #8F187D
Text Example
Text Example
White with #8F187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F187D; }
p { color: rgb(143,24,125); }
H1.HeaderClassName
{
color: #8F187D;
}
.AnyTagClassName
{
color: #8F187D;
}
</style>
background-color css
<style>
a { background-color: #8F187D; }
a { background-color: rgb(143,24,125); }
div.DivClassName
{
background-color: #8F187D;
}
.BgClassName
{
background-color: #8F187D;
}
</style>
border-color css
<style>
span { border-color: #8F187D; }
span { border-color: rgb(143,24,125); }
td.TdClassName
{
border-color: #8F187D;
}
.TagClassName
{
border-color: #8F187D;
}
</style>