Shades of Purple #8B0B7E
Tints of Purple #8B0B7E
RGB
CMYK
RGB Variations
Color information
#8B0B7E (or 0x8B0B7E) is known color: Purple. HEX triplet: 8B, 0B and 7E. RGB value is (139,11,126). Sum of RGB (Red+Green+Blue) = 139+11+126=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B7E is #74F481. Grayscale: #3E3E3E. Windows color (decimal): -7664770 or 8260491. OLE color: 8260491.
HSL color Cylindrical-coordinate representation of color #8B0B7E: hue angle of 306.09º 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 #8B0B7E is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 126 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.45 |
| HSL | 306.09º | 0.85% | 0.29% | - |
| HSV(B) | 306.09º | 0.92% | 0.55% | - |
| XYZ | 14.53 | 7.23 | 20.37 | - |
| YUV | 62.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 126 | 0 | 0.92 | 0.09 | 0.45 | 306.09 | 0.85 | 0.29 |
| Hex | 8B | B | 7E | 0 | 5C | 9 | 2D | 132 | 55 | 1D |
| Octal | 213 | 13 | 176 | 0 | 134 | 11 | 55 | 462 | 125 | 35 |
| Binary | 10001011 | 1011 | 1111110 | 0 | 1011100 | 1001 | 101101 | 100110010 | 1010101 | 11101 |
Color Harmonies of #8B0B7E
Complementary color
Monochromatic Colors of #8B0B7E
Black with #8B0B7E
Text Example
Text Example
White with #8B0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B7E; }
p { color: rgb(139,11,126); }
H1.HeaderClassName
{
color: #8B0B7E;
}
.AnyTagClassName
{
color: #8B0B7E;
}
</style>
background-color css
<style>
a { background-color: #8B0B7E; }
a { background-color: rgb(139,11,126); }
div.DivClassName
{
background-color: #8B0B7E;
}
.BgClassName
{
background-color: #8B0B7E;
}
</style>
border-color css
<style>
span { border-color: #8B0B7E; }
span { border-color: rgb(139,11,126); }
td.TdClassName
{
border-color: #8B0B7E;
}
.TagClassName
{
border-color: #8B0B7E;
}
</style>