Shades of Purple #8B047B
Tints of Purple #8B047B
RGB
CMYK
RGB Variations
Color information
#8B047B (or 0x8B047B) is known color: Purple. HEX triplet: 8B, 04 and 7B. RGB value is (139,4,123). Sum of RGB (Red+Green+Blue) = 139+4+123=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047B is #74FB84. Grayscale: #393939. Windows color (decimal): -7666565 or 8062091. OLE color: 8062091.
HSL color Cylindrical-coordinate representation of color #8B047B: hue angle of 307.11º 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 #8B047B is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.45 |
| HSL | 307.11º | 0.94% | 0.28% | - |
| HSV(B) | 307.11º | 0.97% | 0.55% | - |
| XYZ | 14.27 | 7.01 | 19.34 | - |
| YUV | 57.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 123 | 0 | 0.97 | 0.12 | 0.45 | 307.11 | 0.94 | 0.28 |
| Hex | 8B | 4 | 7B | 0 | 61 | C | 2D | 133 | 5E | 1C |
| Octal | 213 | 4 | 173 | 0 | 141 | 14 | 55 | 463 | 136 | 34 |
| Binary | 10001011 | 100 | 1111011 | 0 | 1100001 | 1100 | 101101 | 100110011 | 1011110 | 11100 |
Color Harmonies of #8B047B
Complementary color
Monochromatic Colors of #8B047B
Black with #8B047B
Text Example
Text Example
White with #8B047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B047B; }
p { color: rgb(139,4,123); }
H1.HeaderClassName
{
color: #8B047B;
}
.AnyTagClassName
{
color: #8B047B;
}
</style>
background-color css
<style>
a { background-color: #8B047B; }
a { background-color: rgb(139,4,123); }
div.DivClassName
{
background-color: #8B047B;
}
.BgClassName
{
background-color: #8B047B;
}
</style>
border-color css
<style>
span { border-color: #8B047B; }
span { border-color: rgb(139,4,123); }
td.TdClassName
{
border-color: #8B047B;
}
.TagClassName
{
border-color: #8B047B;
}
</style>