Shades of Purple #8B0B7B
Tints of Purple #8B0B7B
RGB
CMYK
RGB Variations
Color information
#8B0B7B (or 0x8B0B7B) is known color: Purple. HEX triplet: 8B, 0B and 7B. RGB value is (139,11,123). Sum of RGB (Red+Green+Blue) = 139+11+123=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B7B is #74F484. Grayscale: #3D3D3D. Windows color (decimal): -7664773 or 8063883. OLE color: 8063883.
HSL color Cylindrical-coordinate representation of color #8B0B7B: hue angle of 307.5º 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 #8B0B7B is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 123 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.45 |
| HSL | 307.5º | 0.85% | 0.29% | - |
| HSV(B) | 307.5º | 0.92% | 0.55% | - |
| XYZ | 14.34 | 7.16 | 19.36 | - |
| YUV | 62.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 123 | 0 | 0.92 | 0.12 | 0.45 | 307.5 | 0.85 | 0.29 |
| Hex | 8B | B | 7B | 0 | 5C | C | 2D | 134 | 55 | 1D |
| Octal | 213 | 13 | 173 | 0 | 134 | 14 | 55 | 464 | 125 | 35 |
| Binary | 10001011 | 1011 | 1111011 | 0 | 1011100 | 1100 | 101101 | 100110100 | 1010101 | 11101 |
Color Harmonies of #8B0B7B
Complementary color
Monochromatic Colors of #8B0B7B
Black with #8B0B7B
Text Example
Text Example
White with #8B0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B7B; }
p { color: rgb(139,11,123); }
H1.HeaderClassName
{
color: #8B0B7B;
}
.AnyTagClassName
{
color: #8B0B7B;
}
</style>
background-color css
<style>
a { background-color: #8B0B7B; }
a { background-color: rgb(139,11,123); }
div.DivClassName
{
background-color: #8B0B7B;
}
.BgClassName
{
background-color: #8B0B7B;
}
</style>
border-color css
<style>
span { border-color: #8B0B7B; }
span { border-color: rgb(139,11,123); }
td.TdClassName
{
border-color: #8B0B7B;
}
.TagClassName
{
border-color: #8B0B7B;
}
</style>