Shades of Purple #8D0478
Tints of Purple #8D0478
RGB
CMYK
RGB Variations
Color information
#8D0478 (or 0x8D0478) is known color: Purple. HEX triplet: 8D, 04 and 78. RGB value is (141,4,120). Sum of RGB (Red+Green+Blue) = 141+4+120=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0478 is #72FB87. Grayscale: #393939. Windows color (decimal): -7535496 or 7865485. OLE color: 7865485.
HSL color Cylindrical-coordinate representation of color #8D0478: hue angle of 309.2º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0478 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 120 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.45 |
| HSL | 309.2º | 0.94% | 0.28% | - |
| HSV(B) | 309.2º | 0.97% | 0.55% | - |
| XYZ | 14.42 | 7.11 | 18.38 | - |
| YUV | 58.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 120 | 0 | 0.97 | 0.15 | 0.45 | 309.2 | 0.94 | 0.28 |
| Hex | 8D | 4 | 78 | 0 | 61 | F | 2D | 135 | 5E | 1C |
| Octal | 215 | 4 | 170 | 0 | 141 | 17 | 55 | 465 | 136 | 34 |
| Binary | 10001101 | 100 | 1111000 | 0 | 1100001 | 1111 | 101101 | 100110101 | 1011110 | 11100 |
Color Harmonies of #8D0478
Complementary color
Monochromatic Colors of #8D0478
Black with #8D0478
Text Example
Text Example
White with #8D0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0478; }
p { color: rgb(141,4,120); }
H1.HeaderClassName
{
color: #8D0478;
}
.AnyTagClassName
{
color: #8D0478;
}
</style>
background-color css
<style>
a { background-color: #8D0478; }
a { background-color: rgb(141,4,120); }
div.DivClassName
{
background-color: #8D0478;
}
.BgClassName
{
background-color: #8D0478;
}
</style>
border-color css
<style>
span { border-color: #8D0478; }
span { border-color: rgb(141,4,120); }
td.TdClassName
{
border-color: #8D0478;
}
.TagClassName
{
border-color: #8D0478;
}
</style>