Shades of Purple #8B027E
Tints of Purple #8B027E
RGB
CMYK
RGB Variations
Color information
#8B027E (or 0x8B027E) is known color: Purple. HEX triplet: 8B, 02 and 7E. RGB value is (139,2,126). Sum of RGB (Red+Green+Blue) = 139+2+126=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B027E is #74FD81. Grayscale: #383838. Windows color (decimal): -7667074 or 8258187. OLE color: 8258187.
HSL color Cylindrical-coordinate representation of color #8B027E: hue angle of 305.69º 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 #8B027E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.45 |
| HSL | 305.69º | 0.97% | 0.28% | - |
| HSV(B) | 305.69º | 0.99% | 0.55% | - |
| XYZ | 14.44 | 7.04 | 20.34 | - |
| YUV | 57.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 126 | 0 | 0.99 | 0.09 | 0.45 | 305.69 | 0.97 | 0.28 |
| Hex | 8B | 2 | 7E | 0 | 63 | 9 | 2D | 132 | 61 | 1C |
| Octal | 213 | 2 | 176 | 0 | 143 | 11 | 55 | 462 | 141 | 34 |
| Binary | 10001011 | 10 | 1111110 | 0 | 1100011 | 1001 | 101101 | 100110010 | 1100001 | 11100 |
Color Harmonies of #8B027E
Complementary color
Monochromatic Colors of #8B027E
Black with #8B027E
Text Example
Text Example
White with #8B027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B027E; }
p { color: rgb(139,2,126); }
H1.HeaderClassName
{
color: #8B027E;
}
.AnyTagClassName
{
color: #8B027E;
}
</style>
background-color css
<style>
a { background-color: #8B027E; }
a { background-color: rgb(139,2,126); }
div.DivClassName
{
background-color: #8B027E;
}
.BgClassName
{
background-color: #8B027E;
}
</style>
border-color css
<style>
span { border-color: #8B027E; }
span { border-color: rgb(139,2,126); }
td.TdClassName
{
border-color: #8B027E;
}
.TagClassName
{
border-color: #8B027E;
}
</style>