Shades of Dark Purple #8F3077
Tints of Dark Purple #8F3077
RGB
CMYK
RGB Variations
Color information
#8F3077 (or 0x8F3077) is known color: Dark Purple. HEX triplet: 8F, 30 and 77. RGB value is (143,48,119). Sum of RGB (Red+Green+Blue) = 143+48+119=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3077 is #70CF88. Grayscale: #545454. Windows color (decimal): -7393161 or 7811215. OLE color: 7811215.
HSL color Cylindrical-coordinate representation of color #8F3077: hue angle of 315.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3077 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 119 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.44 |
| HSL | 315.16º | 0.5% | 0.37% | - |
| HSV(B) | 315.16º | 0.66% | 0.56% | - |
| XYZ | 15.71 | 9.29 | 18.42 | - |
| YUV | 84.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 119 | 0 | 0.66 | 0.17 | 0.44 | 315.16 | 0.5 | 0.37 |
| Hex | 8F | 30 | 77 | 0 | 42 | 11 | 2C | 13B | 32 | 25 |
| Octal | 217 | 60 | 167 | 0 | 102 | 21 | 54 | 473 | 62 | 45 |
| Binary | 10001111 | 110000 | 1110111 | 0 | 1000010 | 10001 | 101100 | 100111011 | 110010 | 100101 |
Color Harmonies of #8F3077
Complementary color
Monochromatic Colors of #8F3077
Black with #8F3077
Text Example
Text Example
White with #8F3077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3077; }
p { color: rgb(143,48,119); }
H1.HeaderClassName
{
color: #8F3077;
}
.AnyTagClassName
{
color: #8F3077;
}
</style>
background-color css
<style>
a { background-color: #8F3077; }
a { background-color: rgb(143,48,119); }
div.DivClassName
{
background-color: #8F3077;
}
.BgClassName
{
background-color: #8F3077;
}
</style>
border-color css
<style>
span { border-color: #8F3077; }
span { border-color: rgb(143,48,119); }
td.TdClassName
{
border-color: #8F3077;
}
.TagClassName
{
border-color: #8F3077;
}
</style>