Shades of Purple #8B057A
Tints of Purple #8B057A
RGB
CMYK
RGB Variations
Color information
#8B057A (or 0x8B057A) is known color: Purple. HEX triplet: 8B, 05 and 7A. RGB value is (139,5,122). Sum of RGB (Red+Green+Blue) = 139+5+122=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B057A is #74FA85. Grayscale: #3A3A3A. Windows color (decimal): -7666310 or 7996811. OLE color: 7996811.
HSL color Cylindrical-coordinate representation of color #8B057A: hue angle of 307.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B057A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 122 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.45 |
| HSL | 307.61º | 0.93% | 0.28% | - |
| HSV(B) | 307.61º | 0.96% | 0.55% | - |
| XYZ | 14.21 | 7 | 19.01 | - |
| YUV | 58.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 122 | 0 | 0.96 | 0.12 | 0.45 | 307.61 | 0.93 | 0.28 |
| Hex | 8B | 5 | 7A | 0 | 60 | C | 2D | 134 | 5D | 1C |
| Octal | 213 | 5 | 172 | 0 | 140 | 14 | 55 | 464 | 135 | 34 |
| Binary | 10001011 | 101 | 1111010 | 0 | 1100000 | 1100 | 101101 | 100110100 | 1011101 | 11100 |
Color Harmonies of #8B057A
Complementary color
Monochromatic Colors of #8B057A
Black with #8B057A
Text Example
Text Example
White with #8B057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B057A; }
p { color: rgb(139,5,122); }
H1.HeaderClassName
{
color: #8B057A;
}
.AnyTagClassName
{
color: #8B057A;
}
</style>
background-color css
<style>
a { background-color: #8B057A; }
a { background-color: rgb(139,5,122); }
div.DivClassName
{
background-color: #8B057A;
}
.BgClassName
{
background-color: #8B057A;
}
</style>
border-color css
<style>
span { border-color: #8B057A; }
span { border-color: rgb(139,5,122); }
td.TdClassName
{
border-color: #8B057A;
}
.TagClassName
{
border-color: #8B057A;
}
</style>