Shades of Dark Purple #8B0B72
Tints of Dark Purple #8B0B72
RGB
CMYK
RGB Variations
Color information
#8B0B72 (or 0x8B0B72) is known color: Dark Purple. HEX triplet: 8B, 0B and 72. RGB value is (139,11,114). Sum of RGB (Red+Green+Blue) = 139+11+114=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B72 is #74F48D. Grayscale: #3C3C3C. Windows color (decimal): -7664782 or 7474059. OLE color: 7474059.
HSL color Cylindrical-coordinate representation of color #8B0B72: hue angle of 311.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B72 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 114 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.45 |
| HSL | 311.72º | 0.85% | 0.29% | - |
| HSV(B) | 311.72º | 0.92% | 0.55% | - |
| XYZ | 13.8 | 6.94 | 16.53 | - |
| YUV | 61.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 114 | 0 | 0.92 | 0.18 | 0.45 | 311.72 | 0.85 | 0.29 |
| Hex | 8B | B | 72 | 0 | 5C | 12 | 2D | 138 | 55 | 1D |
| Octal | 213 | 13 | 162 | 0 | 134 | 22 | 55 | 470 | 125 | 35 |
| Binary | 10001011 | 1011 | 1110010 | 0 | 1011100 | 10010 | 101101 | 100111000 | 1010101 | 11101 |
Color Harmonies of #8B0B72
Complementary color
Monochromatic Colors of #8B0B72
Black with #8B0B72
Text Example
Text Example
White with #8B0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B72; }
p { color: rgb(139,11,114); }
H1.HeaderClassName
{
color: #8B0B72;
}
.AnyTagClassName
{
color: #8B0B72;
}
</style>
background-color css
<style>
a { background-color: #8B0B72; }
a { background-color: rgb(139,11,114); }
div.DivClassName
{
background-color: #8B0B72;
}
.BgClassName
{
background-color: #8B0B72;
}
</style>
border-color css
<style>
span { border-color: #8B0B72; }
span { border-color: rgb(139,11,114); }
td.TdClassName
{
border-color: #8B0B72;
}
.TagClassName
{
border-color: #8B0B72;
}
</style>