Shades of Purple #8B0978
Tints of Purple #8B0978
RGB
CMYK
RGB Variations
Color information
#8B0978 (or 0x8B0978) is known color: Purple. HEX triplet: 8B, 09 and 78. RGB value is (139,9,120). Sum of RGB (Red+Green+Blue) = 139+9+120=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0978 is #74F687. Grayscale: #3C3C3C. Windows color (decimal): -7665288 or 7866763. OLE color: 7866763.
HSL color Cylindrical-coordinate representation of color #8B0978: hue angle of 308.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0978 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.45 |
| HSL | 308.77º | 0.88% | 0.29% | - |
| HSV(B) | 308.77º | 0.94% | 0.55% | - |
| XYZ | 14.14 | 7.04 | 18.38 | - |
| YUV | 60.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 120 | 0 | 0.94 | 0.14 | 0.45 | 308.77 | 0.88 | 0.29 |
| Hex | 8B | 9 | 78 | 0 | 5E | E | 2D | 135 | 58 | 1D |
| Octal | 213 | 11 | 170 | 0 | 136 | 16 | 55 | 465 | 130 | 35 |
| Binary | 10001011 | 1001 | 1111000 | 0 | 1011110 | 1110 | 101101 | 100110101 | 1011000 | 11101 |
Color Harmonies of #8B0978
Complementary color
Monochromatic Colors of #8B0978
Black with #8B0978
Text Example
Text Example
White with #8B0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0978; }
p { color: rgb(139,9,120); }
H1.HeaderClassName
{
color: #8B0978;
}
.AnyTagClassName
{
color: #8B0978;
}
</style>
background-color css
<style>
a { background-color: #8B0978; }
a { background-color: rgb(139,9,120); }
div.DivClassName
{
background-color: #8B0978;
}
.BgClassName
{
background-color: #8B0978;
}
</style>
border-color css
<style>
span { border-color: #8B0978; }
span { border-color: rgb(139,9,120); }
td.TdClassName
{
border-color: #8B0978;
}
.TagClassName
{
border-color: #8B0978;
}
</style>