Shades of Purple #8F0778
Tints of Purple #8F0778
RGB
CMYK
RGB Variations
Color information
#8F0778 (or 0x8F0778) is known color: Purple. HEX triplet: 8F, 07 and 78. RGB value is (143,7,120). Sum of RGB (Red+Green+Blue) = 143+7+120=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0778 is #70F887. Grayscale: #3C3C3C. Windows color (decimal): -7403656 or 7866255. OLE color: 7866255.
HSL color Cylindrical-coordinate representation of color #8F0778: hue angle of 310.15º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0778 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 120 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.44 |
| HSL | 310.15º | 0.91% | 0.29% | - |
| HSV(B) | 310.15º | 0.95% | 0.56% | - |
| XYZ | 14.79 | 7.35 | 18.41 | - |
| YUV | 60.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 120 | 0 | 0.95 | 0.16 | 0.44 | 310.15 | 0.91 | 0.29 |
| Hex | 8F | 7 | 78 | 0 | 5F | 10 | 2C | 136 | 5B | 1D |
| Octal | 217 | 7 | 170 | 0 | 137 | 20 | 54 | 466 | 133 | 35 |
| Binary | 10001111 | 111 | 1111000 | 0 | 1011111 | 10000 | 101100 | 100110110 | 1011011 | 11101 |
Color Harmonies of #8F0778
Complementary color
Monochromatic Colors of #8F0778
Black with #8F0778
Text Example
Text Example
White with #8F0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0778; }
p { color: rgb(143,7,120); }
H1.HeaderClassName
{
color: #8F0778;
}
.AnyTagClassName
{
color: #8F0778;
}
</style>
background-color css
<style>
a { background-color: #8F0778; }
a { background-color: rgb(143,7,120); }
div.DivClassName
{
background-color: #8F0778;
}
.BgClassName
{
background-color: #8F0778;
}
</style>
border-color css
<style>
span { border-color: #8F0778; }
span { border-color: rgb(143,7,120); }
td.TdClassName
{
border-color: #8F0778;
}
.TagClassName
{
border-color: #8F0778;
}
</style>