Shades of Purple #8B0277
Tints of Purple #8B0277
RGB
CMYK
RGB Variations
Color information
#8B0277 (or 0x8B0277) is known color: Purple. HEX triplet: 8B, 02 and 77. RGB value is (139,2,119). Sum of RGB (Red+Green+Blue) = 139+2+119=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0277 is #74FD88. Grayscale: #373737. Windows color (decimal): -7667081 or 7799435. OLE color: 7799435.
HSL color Cylindrical-coordinate representation of color #8B0277: hue angle of 308.76º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0277 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.45 |
| HSL | 308.76º | 0.97% | 0.28% | - |
| HSV(B) | 308.76º | 0.99% | 0.55% | - |
| XYZ | 14 | 6.86 | 18.04 | - |
| YUV | 56.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 119 | 0 | 0.99 | 0.14 | 0.45 | 308.76 | 0.97 | 0.28 |
| Hex | 8B | 2 | 77 | 0 | 63 | E | 2D | 135 | 61 | 1C |
| Octal | 213 | 2 | 167 | 0 | 143 | 16 | 55 | 465 | 141 | 34 |
| Binary | 10001011 | 10 | 1110111 | 0 | 1100011 | 1110 | 101101 | 100110101 | 1100001 | 11100 |
Color Harmonies of #8B0277
Complementary color
Monochromatic Colors of #8B0277
Black with #8B0277
Text Example
Text Example
White with #8B0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0277; }
p { color: rgb(139,2,119); }
H1.HeaderClassName
{
color: #8B0277;
}
.AnyTagClassName
{
color: #8B0277;
}
</style>
background-color css
<style>
a { background-color: #8B0277; }
a { background-color: rgb(139,2,119); }
div.DivClassName
{
background-color: #8B0277;
}
.BgClassName
{
background-color: #8B0277;
}
</style>
border-color css
<style>
span { border-color: #8B0277; }
span { border-color: rgb(139,2,119); }
td.TdClassName
{
border-color: #8B0277;
}
.TagClassName
{
border-color: #8B0277;
}
</style>