Shades of Dark Purple #8B0F76
Tints of Dark Purple #8B0F76
RGB
CMYK
RGB Variations
Color information
#8B0F76 (or 0x8B0F76) is known color: Dark Purple. HEX triplet: 8B, 0F and 76. RGB value is (139,15,118). Sum of RGB (Red+Green+Blue) = 139+15+118=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F76 is #74F089. Grayscale: #3F3F3F. Windows color (decimal): -7663754 or 7737227. OLE color: 7737227.
HSL color Cylindrical-coordinate representation of color #8B0F76: hue angle of 310.16º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F76 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 118 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.45 |
| HSL | 310.16º | 0.81% | 0.3% | - |
| HSV(B) | 310.16º | 0.89% | 0.55% | - |
| XYZ | 14.09 | 7.14 | 17.77 | - |
| YUV | 63.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 118 | 0 | 0.89 | 0.15 | 0.45 | 310.16 | 0.81 | 0.3 |
| Hex | 8B | F | 76 | 0 | 59 | F | 2D | 136 | 51 | 1E |
| Octal | 213 | 17 | 166 | 0 | 131 | 17 | 55 | 466 | 121 | 36 |
| Binary | 10001011 | 1111 | 1110110 | 0 | 1011001 | 1111 | 101101 | 100110110 | 1010001 | 11110 |
Color Harmonies of #8B0F76
Complementary color
Monochromatic Colors of #8B0F76
Black with #8B0F76
Text Example
Text Example
White with #8B0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F76; }
p { color: rgb(139,15,118); }
H1.HeaderClassName
{
color: #8B0F76;
}
.AnyTagClassName
{
color: #8B0F76;
}
</style>
background-color css
<style>
a { background-color: #8B0F76; }
a { background-color: rgb(139,15,118); }
div.DivClassName
{
background-color: #8B0F76;
}
.BgClassName
{
background-color: #8B0F76;
}
</style>
border-color css
<style>
span { border-color: #8B0F76; }
span { border-color: rgb(139,15,118); }
td.TdClassName
{
border-color: #8B0F76;
}
.TagClassName
{
border-color: #8B0F76;
}
</style>