Shades of Purple #8B047F
Tints of Purple #8B047F
RGB
CMYK
RGB Variations
Color information
#8B047F (or 0x8B047F) is known color: Purple. HEX triplet: 8B, 04 and 7F. RGB value is (139,4,127). Sum of RGB (Red+Green+Blue) = 139+4+127=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047F is #74FB80. Grayscale: #3A3A3A. Windows color (decimal): -7666561 or 8324235. OLE color: 8324235.
HSL color Cylindrical-coordinate representation of color #8B047F: hue angle of 305.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B047F is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.45 |
| HSL | 305.33º | 0.94% | 0.28% | - |
| HSV(B) | 305.33º | 0.97% | 0.55% | - |
| XYZ | 14.52 | 7.11 | 20.69 | - |
| YUV | 58.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 127 | 0 | 0.97 | 0.09 | 0.45 | 305.33 | 0.94 | 0.28 |
| Hex | 8B | 4 | 7F | 0 | 61 | 9 | 2D | 131 | 5E | 1C |
| Octal | 213 | 4 | 177 | 0 | 141 | 11 | 55 | 461 | 136 | 34 |
| Binary | 10001011 | 100 | 1111111 | 0 | 1100001 | 1001 | 101101 | 100110001 | 1011110 | 11100 |
Color Harmonies of #8B047F
Complementary color
Monochromatic Colors of #8B047F
Black with #8B047F
Text Example
Text Example
White with #8B047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B047F; }
p { color: rgb(139,4,127); }
H1.HeaderClassName
{
color: #8B047F;
}
.AnyTagClassName
{
color: #8B047F;
}
</style>
background-color css
<style>
a { background-color: #8B047F; }
a { background-color: rgb(139,4,127); }
div.DivClassName
{
background-color: #8B047F;
}
.BgClassName
{
background-color: #8B047F;
}
</style>
border-color css
<style>
span { border-color: #8B047F; }
span { border-color: rgb(139,4,127); }
td.TdClassName
{
border-color: #8B047F;
}
.TagClassName
{
border-color: #8B047F;
}
</style>