Shades of Dark Purple #8F197E
Tints of Dark Purple #8F197E
RGB
CMYK
RGB Variations
Color information
#8F197E (or 0x8F197E) is known color: Dark Purple. HEX triplet: 8F, 19 and 7E. RGB value is (143,25,126). Sum of RGB (Red+Green+Blue) = 143+25+126=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F197E is #70E681. Grayscale: #474747. Windows color (decimal): -7399042 or 8264079. OLE color: 8264079.
HSL color Cylindrical-coordinate representation of color #8F197E: hue angle of 308.64º degrees, saturation: 0.7, 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 #8F197E is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 126 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.44 |
| HSL | 308.64º | 0.7% | 0.33% | - |
| HSV(B) | 308.64º | 0.83% | 0.56% | - |
| XYZ | 15.44 | 8.04 | 20.48 | - |
| YUV | 71.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 126 | 0 | 0.83 | 0.12 | 0.44 | 308.64 | 0.7 | 0.33 |
| Hex | 8F | 19 | 7E | 0 | 53 | C | 2C | 135 | 46 | 21 |
| Octal | 217 | 31 | 176 | 0 | 123 | 14 | 54 | 465 | 106 | 41 |
| Binary | 10001111 | 11001 | 1111110 | 0 | 1010011 | 1100 | 101100 | 100110101 | 1000110 | 100001 |
Color Harmonies of #8F197E
Complementary color
Monochromatic Colors of #8F197E
Black with #8F197E
Text Example
Text Example
White with #8F197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F197E; }
p { color: rgb(143,25,126); }
H1.HeaderClassName
{
color: #8F197E;
}
.AnyTagClassName
{
color: #8F197E;
}
</style>
background-color css
<style>
a { background-color: #8F197E; }
a { background-color: rgb(143,25,126); }
div.DivClassName
{
background-color: #8F197E;
}
.BgClassName
{
background-color: #8F197E;
}
</style>
border-color css
<style>
span { border-color: #8F197E; }
span { border-color: rgb(143,25,126); }
td.TdClassName
{
border-color: #8F197E;
}
.TagClassName
{
border-color: #8F197E;
}
</style>