Shades of Dark Purple #8F0E78
Tints of Dark Purple #8F0E78
RGB
CMYK
RGB Variations
Color information
#8F0E78 (or 0x8F0E78) is known color: Dark Purple. HEX triplet: 8F, 0E and 78. RGB value is (143,14,120). Sum of RGB (Red+Green+Blue) = 143+14+120=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E78 is #70F187. Grayscale: #404040. Windows color (decimal): -7401864 or 7868047. OLE color: 7868047.
HSL color Cylindrical-coordinate representation of color #8F0E78: hue angle of 310.7º 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 #8F0E78 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 120 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.44 |
| HSL | 310.7º | 0.82% | 0.31% | - |
| HSV(B) | 310.7º | 0.9% | 0.56% | - |
| XYZ | 14.87 | 7.51 | 18.43 | - |
| YUV | 64.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 120 | 0 | 0.90 | 0.16 | 0.44 | 310.7 | 0.82 | 0.31 |
| Hex | 8F | E | 78 | 0 | 5A | 10 | 2C | 137 | 52 | 1F |
| Octal | 217 | 16 | 170 | 0 | 132 | 20 | 54 | 467 | 122 | 37 |
| Binary | 10001111 | 1110 | 1111000 | 0 | 1011010 | 10000 | 101100 | 100110111 | 1010010 | 11111 |
Color Harmonies of #8F0E78
Complementary color
Monochromatic Colors of #8F0E78
Black with #8F0E78
Text Example
Text Example
White with #8F0E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E78; }
p { color: rgb(143,14,120); }
H1.HeaderClassName
{
color: #8F0E78;
}
.AnyTagClassName
{
color: #8F0E78;
}
</style>
background-color css
<style>
a { background-color: #8F0E78; }
a { background-color: rgb(143,14,120); }
div.DivClassName
{
background-color: #8F0E78;
}
.BgClassName
{
background-color: #8F0E78;
}
</style>
border-color css
<style>
span { border-color: #8F0E78; }
span { border-color: rgb(143,14,120); }
td.TdClassName
{
border-color: #8F0E78;
}
.TagClassName
{
border-color: #8F0E78;
}
</style>