Shades of Dark Purple #8F1E6B
Tints of Dark Purple #8F1E6B
RGB
CMYK
RGB Variations
Color information
#8F1E6B (or 0x8F1E6B) is known color: Dark Purple. HEX triplet: 8F, 1E and 6B. RGB value is (143,30,107). Sum of RGB (Red+Green+Blue) = 143+30+107=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1E6B is #70E194. Grayscale: #484848. Windows color (decimal): -7397781 or 7020175. OLE color: 7020175.
HSL color Cylindrical-coordinate representation of color #8F1E6B: hue angle of 319.12º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E6B is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 30 | 107 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.44 |
| HSL | 319.12º | 0.65% | 0.34% | - |
| HSV(B) | 319.12º | 0.79% | 0.56% | - |
| XYZ | 14.45 | 7.83 | 14.66 | - |
| YUV | 72.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 107 | 0 | 0.79 | 0.25 | 0.44 | 319.12 | 0.65 | 0.34 |
| Hex | 8F | 1E | 6B | 0 | 4F | 19 | 2C | 13F | 41 | 22 |
| Octal | 217 | 36 | 153 | 0 | 117 | 31 | 54 | 477 | 101 | 42 |
| Binary | 10001111 | 11110 | 1101011 | 0 | 1001111 | 11001 | 101100 | 100111111 | 1000001 | 100010 |
Color Harmonies of #8F1E6B
Complementary color
Monochromatic Colors of #8F1E6B
Black with #8F1E6B
Text Example
Text Example
White with #8F1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1E6B; }
p { color: rgb(143,30,107); }
H1.HeaderClassName
{
color: #8F1E6B;
}
.AnyTagClassName
{
color: #8F1E6B;
}
</style>
background-color css
<style>
a { background-color: #8F1E6B; }
a { background-color: rgb(143,30,107); }
div.DivClassName
{
background-color: #8F1E6B;
}
.BgClassName
{
background-color: #8F1E6B;
}
</style>
border-color css
<style>
span { border-color: #8F1E6B; }
span { border-color: rgb(143,30,107); }
td.TdClassName
{
border-color: #8F1E6B;
}
.TagClassName
{
border-color: #8F1E6B;
}
</style>