Shades of Purple #8D0677
Tints of Purple #8D0677
RGB
CMYK
RGB Variations
Color information
#8D0677 (or 0x8D0677) is known color: Purple. HEX triplet: 8D, 06 and 77. RGB value is (141,6,119). Sum of RGB (Red+Green+Blue) = 141+6+119=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0677 is #72F988. Grayscale: #3A3A3A. Windows color (decimal): -7534985 or 7800461. OLE color: 7800461.
HSL color Cylindrical-coordinate representation of color #8D0677: hue angle of 309.78º 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 #8D0677 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 119 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.45 |
| HSL | 309.78º | 0.92% | 0.29% | - |
| HSV(B) | 309.78º | 0.96% | 0.55% | - |
| XYZ | 14.38 | 7.12 | 18.07 | - |
| YUV | 59.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 119 | 0 | 0.96 | 0.16 | 0.45 | 309.78 | 0.92 | 0.29 |
| Hex | 8D | 6 | 77 | 0 | 60 | 10 | 2D | 136 | 5C | 1D |
| Octal | 215 | 6 | 167 | 0 | 140 | 20 | 55 | 466 | 134 | 35 |
| Binary | 10001101 | 110 | 1110111 | 0 | 1100000 | 10000 | 101101 | 100110110 | 1011100 | 11101 |
Color Harmonies of #8D0677
Complementary color
Monochromatic Colors of #8D0677
Black with #8D0677
Text Example
Text Example
White with #8D0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0677; }
p { color: rgb(141,6,119); }
H1.HeaderClassName
{
color: #8D0677;
}
.AnyTagClassName
{
color: #8D0677;
}
</style>
background-color css
<style>
a { background-color: #8D0677; }
a { background-color: rgb(141,6,119); }
div.DivClassName
{
background-color: #8D0677;
}
.BgClassName
{
background-color: #8D0677;
}
</style>
border-color css
<style>
span { border-color: #8D0677; }
span { border-color: rgb(141,6,119); }
td.TdClassName
{
border-color: #8D0677;
}
.TagClassName
{
border-color: #8D0677;
}
</style>