Shades of Purple #8B0A7E
Tints of Purple #8B0A7E
RGB
CMYK
RGB Variations
Color information
#8B0A7E (or 0x8B0A7E) is known color: Purple. HEX triplet: 8B, 0A and 7E. RGB value is (139,10,126). Sum of RGB (Red+Green+Blue) = 139+10+126=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A7E is #74F581. Grayscale: #3D3D3D. Windows color (decimal): -7665026 or 8260235. OLE color: 8260235.
HSL color Cylindrical-coordinate representation of color #8B0A7E: hue angle of 306.05º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A7E is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 126 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.45 |
| HSL | 306.05º | 0.87% | 0.29% | - |
| HSV(B) | 306.05º | 0.93% | 0.55% | - |
| XYZ | 14.52 | 7.21 | 20.37 | - |
| YUV | 61.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 126 | 0 | 0.93 | 0.09 | 0.45 | 306.05 | 0.87 | 0.29 |
| Hex | 8B | A | 7E | 0 | 5D | 9 | 2D | 132 | 57 | 1D |
| Octal | 213 | 12 | 176 | 0 | 135 | 11 | 55 | 462 | 127 | 35 |
| Binary | 10001011 | 1010 | 1111110 | 0 | 1011101 | 1001 | 101101 | 100110010 | 1010111 | 11101 |
Color Harmonies of #8B0A7E
Complementary color
Monochromatic Colors of #8B0A7E
Black with #8B0A7E
Text Example
Text Example
White with #8B0A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A7E; }
p { color: rgb(139,10,126); }
H1.HeaderClassName
{
color: #8B0A7E;
}
.AnyTagClassName
{
color: #8B0A7E;
}
</style>
background-color css
<style>
a { background-color: #8B0A7E; }
a { background-color: rgb(139,10,126); }
div.DivClassName
{
background-color: #8B0A7E;
}
.BgClassName
{
background-color: #8B0A7E;
}
</style>
border-color css
<style>
span { border-color: #8B0A7E; }
span { border-color: rgb(139,10,126); }
td.TdClassName
{
border-color: #8B0A7E;
}
.TagClassName
{
border-color: #8B0A7E;
}
</style>