Shades of Purple #8B0475
Tints of Purple #8B0475
RGB
CMYK
RGB Variations
Color information
#8B0475 (or 0x8B0475) is known color: Purple. HEX triplet: 8B, 04 and 75. RGB value is (139,4,117). Sum of RGB (Red+Green+Blue) = 139+4+117=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0475 is #74FB8A. Grayscale: #383838. Windows color (decimal): -7666571 or 7668875. OLE color: 7668875.
HSL color Cylindrical-coordinate representation of color #8B0475: hue angle of 309.78º 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 #8B0475 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 117 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.45 |
| HSL | 309.78º | 0.94% | 0.28% | - |
| HSV(B) | 309.78º | 0.97% | 0.55% | - |
| XYZ | 13.9 | 6.86 | 17.42 | - |
| YUV | 57.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 117 | 0 | 0.97 | 0.16 | 0.45 | 309.78 | 0.94 | 0.28 |
| Hex | 8B | 4 | 75 | 0 | 61 | 10 | 2D | 136 | 5E | 1C |
| Octal | 213 | 4 | 165 | 0 | 141 | 20 | 55 | 466 | 136 | 34 |
| Binary | 10001011 | 100 | 1110101 | 0 | 1100001 | 10000 | 101101 | 100110110 | 1011110 | 11100 |
Color Harmonies of #8B0475
Complementary color
Monochromatic Colors of #8B0475
Black with #8B0475
Text Example
Text Example
White with #8B0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0475; }
p { color: rgb(139,4,117); }
H1.HeaderClassName
{
color: #8B0475;
}
.AnyTagClassName
{
color: #8B0475;
}
</style>
background-color css
<style>
a { background-color: #8B0475; }
a { background-color: rgb(139,4,117); }
div.DivClassName
{
background-color: #8B0475;
}
.BgClassName
{
background-color: #8B0475;
}
</style>
border-color css
<style>
span { border-color: #8B0475; }
span { border-color: rgb(139,4,117); }
td.TdClassName
{
border-color: #8B0475;
}
.TagClassName
{
border-color: #8B0475;
}
</style>