Shades of Dark Purple #8F3F77
Tints of Dark Purple #8F3F77
RGB
CMYK
RGB Variations
Color information
#8F3F77 (or 0x8F3F77) is known color: Dark Purple. HEX triplet: 8F, 3F and 77. RGB value is (143,63,119). Sum of RGB (Red+Green+Blue) = 143+63+119=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F77 is #70C088. Grayscale: #5D5D5D. Windows color (decimal): -7389321 or 7815055. OLE color: 7815055.
HSL color Cylindrical-coordinate representation of color #8F3F77: hue angle of 318º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F77 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 119 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.44 |
| HSL | 318º | 0.39% | 0.4% | - |
| HSV(B) | 318º | 0.56% | 0.56% | - |
| XYZ | 16.43 | 10.73 | 18.66 | - |
| YUV | 93.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 119 | 0 | 0.56 | 0.17 | 0.44 | 318 | 0.39 | 0.4 |
| Hex | 8F | 3F | 77 | 0 | 38 | 11 | 2C | 13E | 27 | 28 |
| Octal | 217 | 77 | 167 | 0 | 70 | 21 | 54 | 476 | 47 | 50 |
| Binary | 10001111 | 111111 | 1110111 | 0 | 111000 | 10001 | 101100 | 100111110 | 100111 | 101000 |
Color Harmonies of #8F3F77
Complementary color
Monochromatic Colors of #8F3F77
Black with #8F3F77
Text Example
Text Example
White with #8F3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F77; }
p { color: rgb(143,63,119); }
H1.HeaderClassName
{
color: #8F3F77;
}
.AnyTagClassName
{
color: #8F3F77;
}
</style>
background-color css
<style>
a { background-color: #8F3F77; }
a { background-color: rgb(143,63,119); }
div.DivClassName
{
background-color: #8F3F77;
}
.BgClassName
{
background-color: #8F3F77;
}
</style>
border-color css
<style>
span { border-color: #8F3F77; }
span { border-color: rgb(143,63,119); }
td.TdClassName
{
border-color: #8F3F77;
}
.TagClassName
{
border-color: #8F3F77;
}
</style>