Shades of Purple #8B047D
Tints of Purple #8B047D
RGB
CMYK
RGB Variations
Color information
#8B047D (or 0x8B047D) is known color: Purple. HEX triplet: 8B, 04 and 7D. RGB value is (139,4,125). Sum of RGB (Red+Green+Blue) = 139+4+125=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047D is #74FB82. Grayscale: #393939. Windows color (decimal): -7666563 or 8193163. OLE color: 8193163.
HSL color Cylindrical-coordinate representation of color #8B047D: hue angle of 306.22º 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 #8B047D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 125 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.45 |
| HSL | 306.22º | 0.94% | 0.28% | - |
| HSV(B) | 306.22º | 0.97% | 0.55% | - |
| XYZ | 14.39 | 7.06 | 20.01 | - |
| YUV | 58.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 125 | 0 | 0.97 | 0.10 | 0.45 | 306.22 | 0.94 | 0.28 |
| Hex | 8B | 4 | 7D | 0 | 61 | A | 2D | 132 | 5E | 1C |
| Octal | 213 | 4 | 175 | 0 | 141 | 12 | 55 | 462 | 136 | 34 |
| Binary | 10001011 | 100 | 1111101 | 0 | 1100001 | 1010 | 101101 | 100110010 | 1011110 | 11100 |
Color Harmonies of #8B047D
Complementary color
Monochromatic Colors of #8B047D
Black with #8B047D
Text Example
Text Example
White with #8B047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B047D; }
p { color: rgb(139,4,125); }
H1.HeaderClassName
{
color: #8B047D;
}
.AnyTagClassName
{
color: #8B047D;
}
</style>
background-color css
<style>
a { background-color: #8B047D; }
a { background-color: rgb(139,4,125); }
div.DivClassName
{
background-color: #8B047D;
}
.BgClassName
{
background-color: #8B047D;
}
</style>
border-color css
<style>
span { border-color: #8B047D; }
span { border-color: rgb(139,4,125); }
td.TdClassName
{
border-color: #8B047D;
}
.TagClassName
{
border-color: #8B047D;
}
</style>