Shades of Dark Purple #8F3C77
Tints of Dark Purple #8F3C77
RGB
CMYK
RGB Variations
Color information
#8F3C77 (or 0x8F3C77) is known color: Dark Purple. HEX triplet: 8F, 3C and 77. RGB value is (143,60,119). Sum of RGB (Red+Green+Blue) = 143+60+119=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3C77 is #70C388. Grayscale: #5B5B5B. Windows color (decimal): -7390089 or 7814287. OLE color: 7814287.
HSL color Cylindrical-coordinate representation of color #8F3C77: hue angle of 317.35º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C77 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 119 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.44 |
| HSL | 317.35º | 0.41% | 0.4% | - |
| HSV(B) | 317.35º | 0.58% | 0.56% | - |
| XYZ | 16.27 | 10.4 | 18.6 | - |
| YUV | 91.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 119 | 0 | 0.58 | 0.17 | 0.44 | 317.35 | 0.41 | 0.4 |
| Hex | 8F | 3C | 77 | 0 | 3A | 11 | 2C | 13D | 29 | 28 |
| Octal | 217 | 74 | 167 | 0 | 72 | 21 | 54 | 475 | 51 | 50 |
| Binary | 10001111 | 111100 | 1110111 | 0 | 111010 | 10001 | 101100 | 100111101 | 101001 | 101000 |
Color Harmonies of #8F3C77
Complementary color
Monochromatic Colors of #8F3C77
Black with #8F3C77
Text Example
Text Example
White with #8F3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C77; }
p { color: rgb(143,60,119); }
H1.HeaderClassName
{
color: #8F3C77;
}
.AnyTagClassName
{
color: #8F3C77;
}
</style>
background-color css
<style>
a { background-color: #8F3C77; }
a { background-color: rgb(143,60,119); }
div.DivClassName
{
background-color: #8F3C77;
}
.BgClassName
{
background-color: #8F3C77;
}
</style>
border-color css
<style>
span { border-color: #8F3C77; }
span { border-color: rgb(143,60,119); }
td.TdClassName
{
border-color: #8F3C77;
}
.TagClassName
{
border-color: #8F3C77;
}
</style>