Shades of Dark Purple #8F1E66
Tints of Dark Purple #8F1E66
RGB
CMYK
RGB Variations
Color information
#8F1E66 (or 0x8F1E66) is known color: Dark Purple. HEX triplet: 8F, 1E and 66. RGB value is (143,30,102). Sum of RGB (Red+Green+Blue) = 143+30+102=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1E66 is #70E199. Grayscale: #474747. Windows color (decimal): -7397786 or 6692495. OLE color: 6692495.
HSL color Cylindrical-coordinate representation of color #8F1E66: hue angle of 321.77º 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 #8F1E66 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 30 | 102 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.44 |
| HSL | 321.77º | 0.65% | 0.34% | - |
| HSV(B) | 321.77º | 0.79% | 0.56% | - |
| XYZ | 14.19 | 7.73 | 13.31 | - |
| YUV | 72 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 102 | 0 | 0.79 | 0.29 | 0.44 | 321.77 | 0.65 | 0.34 |
| Hex | 8F | 1E | 66 | 0 | 4F | 1D | 2C | 142 | 41 | 22 |
| Octal | 217 | 36 | 146 | 0 | 117 | 35 | 54 | 502 | 101 | 42 |
| Binary | 10001111 | 11110 | 1100110 | 0 | 1001111 | 11101 | 101100 | 101000010 | 1000001 | 100010 |
Color Harmonies of #8F1E66
Complementary color
Monochromatic Colors of #8F1E66
Black with #8F1E66
Text Example
Text Example
White with #8F1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1E66; }
p { color: rgb(143,30,102); }
H1.HeaderClassName
{
color: #8F1E66;
}
.AnyTagClassName
{
color: #8F1E66;
}
</style>
background-color css
<style>
a { background-color: #8F1E66; }
a { background-color: rgb(143,30,102); }
div.DivClassName
{
background-color: #8F1E66;
}
.BgClassName
{
background-color: #8F1E66;
}
</style>
border-color css
<style>
span { border-color: #8F1E66; }
span { border-color: rgb(143,30,102); }
td.TdClassName
{
border-color: #8F1E66;
}
.TagClassName
{
border-color: #8F1E66;
}
</style>