Shades of Dark Purple #8B0C76
Tints of Dark Purple #8B0C76
RGB
CMYK
RGB Variations
Color information
#8B0C76 (or 0x8B0C76) is known color: Dark Purple. HEX triplet: 8B, 0C and 76. RGB value is (139,12,118). Sum of RGB (Red+Green+Blue) = 139+12+118=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C76 is #74F389. Grayscale: #3D3D3D. Windows color (decimal): -7664522 or 7736459. OLE color: 7736459.
HSL color Cylindrical-coordinate representation of color #8B0C76: hue angle of 309.92º degrees, saturation: 0.84, 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 #8B0C76 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 118 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.45 |
| HSL | 309.92º | 0.84% | 0.3% | - |
| HSV(B) | 309.92º | 0.91% | 0.55% | - |
| XYZ | 14.05 | 7.06 | 17.76 | - |
| YUV | 62.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 118 | 0 | 0.91 | 0.15 | 0.45 | 309.92 | 0.84 | 0.3 |
| Hex | 8B | C | 76 | 0 | 5B | F | 2D | 136 | 54 | 1E |
| Octal | 213 | 14 | 166 | 0 | 133 | 17 | 55 | 466 | 124 | 36 |
| Binary | 10001011 | 1100 | 1110110 | 0 | 1011011 | 1111 | 101101 | 100110110 | 1010100 | 11110 |
Color Harmonies of #8B0C76
Complementary color
Monochromatic Colors of #8B0C76
Black with #8B0C76
Text Example
Text Example
White with #8B0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C76; }
p { color: rgb(139,12,118); }
H1.HeaderClassName
{
color: #8B0C76;
}
.AnyTagClassName
{
color: #8B0C76;
}
</style>
background-color css
<style>
a { background-color: #8B0C76; }
a { background-color: rgb(139,12,118); }
div.DivClassName
{
background-color: #8B0C76;
}
.BgClassName
{
background-color: #8B0C76;
}
</style>
border-color css
<style>
span { border-color: #8B0C76; }
span { border-color: rgb(139,12,118); }
td.TdClassName
{
border-color: #8B0C76;
}
.TagClassName
{
border-color: #8B0C76;
}
</style>