Shades of Dark Purple #8F0E7B
Tints of Dark Purple #8F0E7B
RGB
CMYK
RGB Variations
Color information
#8F0E7B (or 0x8F0E7B) is known color: Dark Purple. HEX triplet: 8F, 0E and 7B. RGB value is (143,14,123). Sum of RGB (Red+Green+Blue) = 143+14+123=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E7B is #70F184. Grayscale: #404040. Windows color (decimal): -7401861 or 8064655. OLE color: 8064655.
HSL color Cylindrical-coordinate representation of color #8F0E7B: hue angle of 309.3º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E7B is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 123 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.44 |
| HSL | 309.3º | 0.82% | 0.31% | - |
| HSV(B) | 309.3º | 0.9% | 0.56% | - |
| XYZ | 15.06 | 7.58 | 19.41 | - |
| YUV | 65 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 123 | 0 | 0.90 | 0.14 | 0.44 | 309.3 | 0.82 | 0.31 |
| Hex | 8F | E | 7B | 0 | 5A | E | 2C | 135 | 52 | 1F |
| Octal | 217 | 16 | 173 | 0 | 132 | 16 | 54 | 465 | 122 | 37 |
| Binary | 10001111 | 1110 | 1111011 | 0 | 1011010 | 1110 | 101100 | 100110101 | 1010010 | 11111 |
Color Harmonies of #8F0E7B
Complementary color
Monochromatic Colors of #8F0E7B
Black with #8F0E7B
Text Example
Text Example
White with #8F0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E7B; }
p { color: rgb(143,14,123); }
H1.HeaderClassName
{
color: #8F0E7B;
}
.AnyTagClassName
{
color: #8F0E7B;
}
</style>
background-color css
<style>
a { background-color: #8F0E7B; }
a { background-color: rgb(143,14,123); }
div.DivClassName
{
background-color: #8F0E7B;
}
.BgClassName
{
background-color: #8F0E7B;
}
</style>
border-color css
<style>
span { border-color: #8F0E7B; }
span { border-color: rgb(143,14,123); }
td.TdClassName
{
border-color: #8F0E7B;
}
.TagClassName
{
border-color: #8F0E7B;
}
</style>