Shades of Purple #8F0378
Tints of Purple #8F0378
RGB
CMYK
RGB Variations
Color information
#8F0378 (or 0x8F0378) is known color: Purple. HEX triplet: 8F, 03 and 78. RGB value is (143,3,120). Sum of RGB (Red+Green+Blue) = 143+3+120=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0378 is #70FC87. Grayscale: #393939. Windows color (decimal): -7404680 or 7865231. OLE color: 7865231.
HSL color Cylindrical-coordinate representation of color #8F0378: hue angle of 309.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0378 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.44 |
| HSL | 309.86º | 0.96% | 0.29% | - |
| HSV(B) | 309.86º | 0.98% | 0.56% | - |
| XYZ | 14.75 | 7.26 | 18.39 | - |
| YUV | 58.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 120 | 0 | 0.98 | 0.16 | 0.44 | 309.86 | 0.96 | 0.29 |
| Hex | 8F | 3 | 78 | 0 | 62 | 10 | 2C | 136 | 60 | 1D |
| Octal | 217 | 3 | 170 | 0 | 142 | 20 | 54 | 466 | 140 | 35 |
| Binary | 10001111 | 11 | 1111000 | 0 | 1100010 | 10000 | 101100 | 100110110 | 1100000 | 11101 |
Color Harmonies of #8F0378
Complementary color
Monochromatic Colors of #8F0378
Black with #8F0378
Text Example
Text Example
White with #8F0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0378; }
p { color: rgb(143,3,120); }
H1.HeaderClassName
{
color: #8F0378;
}
.AnyTagClassName
{
color: #8F0378;
}
</style>
background-color css
<style>
a { background-color: #8F0378; }
a { background-color: rgb(143,3,120); }
div.DivClassName
{
background-color: #8F0378;
}
.BgClassName
{
background-color: #8F0378;
}
</style>
border-color css
<style>
span { border-color: #8F0378; }
span { border-color: rgb(143,3,120); }
td.TdClassName
{
border-color: #8F0378;
}
.TagClassName
{
border-color: #8F0378;
}
</style>