Shades of Purple #8B0B7C
Tints of Purple #8B0B7C
RGB
CMYK
RGB Variations
Color information
#8B0B7C (or 0x8B0B7C) is known color: Purple. HEX triplet: 8B, 0B and 7C. RGB value is (139,11,124). Sum of RGB (Red+Green+Blue) = 139+11+124=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B7C is #74F483. Grayscale: #3D3D3D. Windows color (decimal): -7664772 or 8129419. OLE color: 8129419.
HSL color Cylindrical-coordinate representation of color #8B0B7C: hue angle of 307.03º 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 #8B0B7C is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 124 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.45 |
| HSL | 307.03º | 0.85% | 0.29% | - |
| HSV(B) | 307.03º | 0.92% | 0.55% | - |
| XYZ | 14.41 | 7.18 | 19.7 | - |
| YUV | 62.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 124 | 0 | 0.92 | 0.11 | 0.45 | 307.03 | 0.85 | 0.29 |
| Hex | 8B | B | 7C | 0 | 5C | B | 2D | 133 | 55 | 1D |
| Octal | 213 | 13 | 174 | 0 | 134 | 13 | 55 | 463 | 125 | 35 |
| Binary | 10001011 | 1011 | 1111100 | 0 | 1011100 | 1011 | 101101 | 100110011 | 1010101 | 11101 |
Color Harmonies of #8B0B7C
Complementary color
Monochromatic Colors of #8B0B7C
Black with #8B0B7C
Text Example
Text Example
White with #8B0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B7C; }
p { color: rgb(139,11,124); }
H1.HeaderClassName
{
color: #8B0B7C;
}
.AnyTagClassName
{
color: #8B0B7C;
}
</style>
background-color css
<style>
a { background-color: #8B0B7C; }
a { background-color: rgb(139,11,124); }
div.DivClassName
{
background-color: #8B0B7C;
}
.BgClassName
{
background-color: #8B0B7C;
}
</style>
border-color css
<style>
span { border-color: #8B0B7C; }
span { border-color: rgb(139,11,124); }
td.TdClassName
{
border-color: #8B0B7C;
}
.TagClassName
{
border-color: #8B0B7C;
}
</style>