Shades of Purple #8B0B7D
Tints of Purple #8B0B7D
RGB
CMYK
RGB Variations
Color information
#8B0B7D (or 0x8B0B7D) is known color: Purple. HEX triplet: 8B, 0B and 7D. RGB value is (139,11,125). Sum of RGB (Red+Green+Blue) = 139+11+125=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B7D is #74F482. Grayscale: #3D3D3D. Windows color (decimal): -7664771 or 8194955. OLE color: 8194955.
HSL color Cylindrical-coordinate representation of color #8B0B7D: hue angle of 306.56º 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 #8B0B7D is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.45 |
| HSL | 306.56º | 0.85% | 0.29% | - |
| HSV(B) | 306.56º | 0.92% | 0.55% | - |
| XYZ | 14.47 | 7.21 | 20.03 | - |
| YUV | 62.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 125 | 0 | 0.92 | 0.10 | 0.45 | 306.56 | 0.85 | 0.29 |
| Hex | 8B | B | 7D | 0 | 5C | A | 2D | 133 | 55 | 1D |
| Octal | 213 | 13 | 175 | 0 | 134 | 12 | 55 | 463 | 125 | 35 |
| Binary | 10001011 | 1011 | 1111101 | 0 | 1011100 | 1010 | 101101 | 100110011 | 1010101 | 11101 |
Color Harmonies of #8B0B7D
Complementary color
Monochromatic Colors of #8B0B7D
Black with #8B0B7D
Text Example
Text Example
White with #8B0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B7D; }
p { color: rgb(139,11,125); }
H1.HeaderClassName
{
color: #8B0B7D;
}
.AnyTagClassName
{
color: #8B0B7D;
}
</style>
background-color css
<style>
a { background-color: #8B0B7D; }
a { background-color: rgb(139,11,125); }
div.DivClassName
{
background-color: #8B0B7D;
}
.BgClassName
{
background-color: #8B0B7D;
}
</style>
border-color css
<style>
span { border-color: #8B0B7D; }
span { border-color: rgb(139,11,125); }
td.TdClassName
{
border-color: #8B0B7D;
}
.TagClassName
{
border-color: #8B0B7D;
}
</style>