Shades of Purple #8B0679
Tints of Purple #8B0679
RGB
CMYK
RGB Variations
Color information
#8B0679 (or 0x8B0679) is known color: Purple. HEX triplet: 8B, 06 and 79. RGB value is (139,6,121). Sum of RGB (Red+Green+Blue) = 139+6+121=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0679 is #74F986. Grayscale: #3A3A3A. Windows color (decimal): -7666055 or 7931531. OLE color: 7931531.
HSL color Cylindrical-coordinate representation of color #8B0679: hue angle of 308.12º 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 #8B0679 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.45 |
| HSL | 308.12º | 0.92% | 0.28% | - |
| HSV(B) | 308.12º | 0.96% | 0.55% | - |
| XYZ | 14.16 | 7 | 18.69 | - |
| YUV | 58.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 121 | 0 | 0.96 | 0.13 | 0.45 | 308.12 | 0.92 | 0.28 |
| Hex | 8B | 6 | 79 | 0 | 60 | D | 2D | 134 | 5C | 1C |
| Octal | 213 | 6 | 171 | 0 | 140 | 15 | 55 | 464 | 134 | 34 |
| Binary | 10001011 | 110 | 1111001 | 0 | 1100000 | 1101 | 101101 | 100110100 | 1011100 | 11100 |
Color Harmonies of #8B0679
Complementary color
Monochromatic Colors of #8B0679
Black with #8B0679
Text Example
Text Example
White with #8B0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0679; }
p { color: rgb(139,6,121); }
H1.HeaderClassName
{
color: #8B0679;
}
.AnyTagClassName
{
color: #8B0679;
}
</style>
background-color css
<style>
a { background-color: #8B0679; }
a { background-color: rgb(139,6,121); }
div.DivClassName
{
background-color: #8B0679;
}
.BgClassName
{
background-color: #8B0679;
}
</style>
border-color css
<style>
span { border-color: #8B0679; }
span { border-color: rgb(139,6,121); }
td.TdClassName
{
border-color: #8B0679;
}
.TagClassName
{
border-color: #8B0679;
}
</style>