Shades of Purple #8B0976
Tints of Purple #8B0976
RGB
CMYK
RGB Variations
Color information
#8B0976 (or 0x8B0976) is known color: Purple. HEX triplet: 8B, 09 and 76. RGB value is (139,9,118). Sum of RGB (Red+Green+Blue) = 139+9+118=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0976 is #74F689. Grayscale: #3B3B3B. Windows color (decimal): -7665290 or 7735691. OLE color: 7735691.
HSL color Cylindrical-coordinate representation of color #8B0976: hue angle of 309.69º 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 #8B0976 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 118 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.45 |
| HSL | 309.69º | 0.88% | 0.29% | - |
| HSV(B) | 309.69º | 0.94% | 0.55% | - |
| XYZ | 14.02 | 6.99 | 17.75 | - |
| YUV | 60.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 118 | 0 | 0.94 | 0.15 | 0.45 | 309.69 | 0.88 | 0.29 |
| Hex | 8B | 9 | 76 | 0 | 5E | F | 2D | 136 | 58 | 1D |
| Octal | 213 | 11 | 166 | 0 | 136 | 17 | 55 | 466 | 130 | 35 |
| Binary | 10001011 | 1001 | 1110110 | 0 | 1011110 | 1111 | 101101 | 100110110 | 1011000 | 11101 |
Color Harmonies of #8B0976
Complementary color
Monochromatic Colors of #8B0976
Black with #8B0976
Text Example
Text Example
White with #8B0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0976; }
p { color: rgb(139,9,118); }
H1.HeaderClassName
{
color: #8B0976;
}
.AnyTagClassName
{
color: #8B0976;
}
</style>
background-color css
<style>
a { background-color: #8B0976; }
a { background-color: rgb(139,9,118); }
div.DivClassName
{
background-color: #8B0976;
}
.BgClassName
{
background-color: #8B0976;
}
</style>
border-color css
<style>
span { border-color: #8B0976; }
span { border-color: rgb(139,9,118); }
td.TdClassName
{
border-color: #8B0976;
}
.TagClassName
{
border-color: #8B0976;
}
</style>