Shades of Dark Purple #8B0D76
Tints of Dark Purple #8B0D76
RGB
CMYK
RGB Variations
Color information
#8B0D76 (or 0x8B0D76) is known color: Dark Purple. HEX triplet: 8B, 0D and 76. RGB value is (139,13,118). Sum of RGB (Red+Green+Blue) = 139+13+118=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D76 is #74F289. Grayscale: #3E3E3E. Windows color (decimal): -7664266 or 7736715. OLE color: 7736715.
HSL color Cylindrical-coordinate representation of color #8B0D76: hue angle of 310º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D76 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 118 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.45 |
| HSL | 310º | 0.83% | 0.3% | - |
| HSV(B) | 310º | 0.91% | 0.55% | - |
| XYZ | 14.06 | 7.08 | 17.77 | - |
| YUV | 62.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 118 | 0 | 0.91 | 0.15 | 0.45 | 310 | 0.83 | 0.3 |
| Hex | 8B | D | 76 | 0 | 5B | F | 2D | 136 | 53 | 1E |
| Octal | 213 | 15 | 166 | 0 | 133 | 17 | 55 | 466 | 123 | 36 |
| Binary | 10001011 | 1101 | 1110110 | 0 | 1011011 | 1111 | 101101 | 100110110 | 1010011 | 11110 |
Color Harmonies of #8B0D76
Complementary color
Monochromatic Colors of #8B0D76
Black with #8B0D76
Text Example
Text Example
White with #8B0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D76; }
p { color: rgb(139,13,118); }
H1.HeaderClassName
{
color: #8B0D76;
}
.AnyTagClassName
{
color: #8B0D76;
}
</style>
background-color css
<style>
a { background-color: #8B0D76; }
a { background-color: rgb(139,13,118); }
div.DivClassName
{
background-color: #8B0D76;
}
.BgClassName
{
background-color: #8B0D76;
}
</style>
border-color css
<style>
span { border-color: #8B0D76; }
span { border-color: rgb(139,13,118); }
td.TdClassName
{
border-color: #8B0D76;
}
.TagClassName
{
border-color: #8B0D76;
}
</style>