Shades of Purple #8F0377
Tints of Purple #8F0377
RGB
CMYK
RGB Variations
Color information
#8F0377 (or 0x8F0377) is known color: Purple. HEX triplet: 8F, 03 and 77. RGB value is (143,3,119). Sum of RGB (Red+Green+Blue) = 143+3+119=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0377 is #70FC88. Grayscale: #393939. Windows color (decimal): -7404681 or 7799695. OLE color: 7799695.
HSL color Cylindrical-coordinate representation of color #8F0377: hue angle of 310.29º 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 #8F0377 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.44 |
| HSL | 310.29º | 0.96% | 0.29% | - |
| HSV(B) | 310.29º | 0.98% | 0.56% | - |
| XYZ | 14.69 | 7.24 | 18.08 | - |
| YUV | 58.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 119 | 0 | 0.98 | 0.17 | 0.44 | 310.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 77 | 0 | 62 | 11 | 2C | 136 | 60 | 1D |
| Octal | 217 | 3 | 167 | 0 | 142 | 21 | 54 | 466 | 140 | 35 |
| Binary | 10001111 | 11 | 1110111 | 0 | 1100010 | 10001 | 101100 | 100110110 | 1100000 | 11101 |
Color Harmonies of #8F0377
Complementary color
Monochromatic Colors of #8F0377
Black with #8F0377
Text Example
Text Example
White with #8F0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0377; }
p { color: rgb(143,3,119); }
H1.HeaderClassName
{
color: #8F0377;
}
.AnyTagClassName
{
color: #8F0377;
}
</style>
background-color css
<style>
a { background-color: #8F0377; }
a { background-color: rgb(143,3,119); }
div.DivClassName
{
background-color: #8F0377;
}
.BgClassName
{
background-color: #8F0377;
}
</style>
border-color css
<style>
span { border-color: #8F0377; }
span { border-color: rgb(143,3,119); }
td.TdClassName
{
border-color: #8F0377;
}
.TagClassName
{
border-color: #8F0377;
}
</style>