Shades of Purple #8B0676
Tints of Purple #8B0676
RGB
CMYK
RGB Variations
Color information
#8B0676 (or 0x8B0676) is known color: Purple. HEX triplet: 8B, 06 and 76. RGB value is (139,6,118). Sum of RGB (Red+Green+Blue) = 139+6+118=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0676 is #74F989. Grayscale: #3A3A3A. Windows color (decimal): -7666058 or 7734923. OLE color: 7734923.
HSL color Cylindrical-coordinate representation of color #8B0676: hue angle of 309.47º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0676 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 118 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.45 |
| HSL | 309.47º | 0.92% | 0.28% | - |
| HSV(B) | 309.47º | 0.96% | 0.55% | - |
| XYZ | 13.98 | 6.93 | 17.74 | - |
| YUV | 58.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 118 | 0 | 0.96 | 0.15 | 0.45 | 309.47 | 0.92 | 0.28 |
| Hex | 8B | 6 | 76 | 0 | 60 | F | 2D | 135 | 5C | 1C |
| Octal | 213 | 6 | 166 | 0 | 140 | 17 | 55 | 465 | 134 | 34 |
| Binary | 10001011 | 110 | 1110110 | 0 | 1100000 | 1111 | 101101 | 100110101 | 1011100 | 11100 |
Color Harmonies of #8B0676
Complementary color
Monochromatic Colors of #8B0676
Black with #8B0676
Text Example
Text Example
White with #8B0676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0676; }
p { color: rgb(139,6,118); }
H1.HeaderClassName
{
color: #8B0676;
}
.AnyTagClassName
{
color: #8B0676;
}
</style>
background-color css
<style>
a { background-color: #8B0676; }
a { background-color: rgb(139,6,118); }
div.DivClassName
{
background-color: #8B0676;
}
.BgClassName
{
background-color: #8B0676;
}
</style>
border-color css
<style>
span { border-color: #8B0676; }
span { border-color: rgb(139,6,118); }
td.TdClassName
{
border-color: #8B0676;
}
.TagClassName
{
border-color: #8B0676;
}
</style>