Shades of Dark Purple #8F1778
Tints of Dark Purple #8F1778
RGB
CMYK
RGB Variations
Color information
#8F1778 (or 0x8F1778) is known color: Dark Purple. HEX triplet: 8F, 17 and 78. RGB value is (143,23,120). Sum of RGB (Red+Green+Blue) = 143+23+120=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1778 is #70E887. Grayscale: #454545. Windows color (decimal): -7399560 or 7870351. OLE color: 7870351.
HSL color Cylindrical-coordinate representation of color #8F1778: hue angle of 311.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1778 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 120 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.44 |
| HSL | 311.5º | 0.72% | 0.33% | - |
| HSV(B) | 311.5º | 0.84% | 0.56% | - |
| XYZ | 15.02 | 7.81 | 18.48 | - |
| YUV | 69.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 120 | 0 | 0.84 | 0.16 | 0.44 | 311.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 78 | 0 | 54 | 10 | 2C | 138 | 48 | 21 |
| Octal | 217 | 27 | 170 | 0 | 124 | 20 | 54 | 470 | 110 | 41 |
| Binary | 10001111 | 10111 | 1111000 | 0 | 1010100 | 10000 | 101100 | 100111000 | 1001000 | 100001 |
Color Harmonies of #8F1778
Complementary color
Monochromatic Colors of #8F1778
Black with #8F1778
Text Example
Text Example
White with #8F1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1778; }
p { color: rgb(143,23,120); }
H1.HeaderClassName
{
color: #8F1778;
}
.AnyTagClassName
{
color: #8F1778;
}
</style>
background-color css
<style>
a { background-color: #8F1778; }
a { background-color: rgb(143,23,120); }
div.DivClassName
{
background-color: #8F1778;
}
.BgClassName
{
background-color: #8F1778;
}
</style>
border-color css
<style>
span { border-color: #8F1778; }
span { border-color: rgb(143,23,120); }
td.TdClassName
{
border-color: #8F1778;
}
.TagClassName
{
border-color: #8F1778;
}
</style>