Shades of Purple #8D0679
Tints of Purple #8D0679
RGB
CMYK
RGB Variations
Color information
#8D0679 (or 0x8D0679) is known color: Purple. HEX triplet: 8D, 06 and 79. RGB value is (141,6,121). Sum of RGB (Red+Green+Blue) = 141+6+121=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0679 is #72F986. Grayscale: #3B3B3B. Windows color (decimal): -7534983 or 7931533. OLE color: 7931533.
HSL color Cylindrical-coordinate representation of color #8D0679: hue angle of 308.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0679 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.45 |
| HSL | 308.89º | 0.92% | 0.29% | - |
| HSV(B) | 308.89º | 0.96% | 0.55% | - |
| XYZ | 14.5 | 7.17 | 18.71 | - |
| YUV | 59.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 121 | 0 | 0.96 | 0.14 | 0.45 | 308.89 | 0.92 | 0.29 |
| Hex | 8D | 6 | 79 | 0 | 60 | E | 2D | 135 | 5C | 1D |
| Octal | 215 | 6 | 171 | 0 | 140 | 16 | 55 | 465 | 134 | 35 |
| Binary | 10001101 | 110 | 1111001 | 0 | 1100000 | 1110 | 101101 | 100110101 | 1011100 | 11101 |
Color Harmonies of #8D0679
Complementary color
Monochromatic Colors of #8D0679
Black with #8D0679
Text Example
Text Example
White with #8D0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0679; }
p { color: rgb(141,6,121); }
H1.HeaderClassName
{
color: #8D0679;
}
.AnyTagClassName
{
color: #8D0679;
}
</style>
background-color css
<style>
a { background-color: #8D0679; }
a { background-color: rgb(141,6,121); }
div.DivClassName
{
background-color: #8D0679;
}
.BgClassName
{
background-color: #8D0679;
}
</style>
border-color css
<style>
span { border-color: #8D0679; }
span { border-color: rgb(141,6,121); }
td.TdClassName
{
border-color: #8D0679;
}
.TagClassName
{
border-color: #8D0679;
}
</style>