Shades of Vivid Violet #8D478C
Tints of Vivid Violet #8D478C
RGB
CMYK
RGB Variations
Color information
#8D478C (or 0x8D478C) is known color: Vivid Violet. HEX triplet: 8D, 47 and 8C. RGB value is (141,71,140). Sum of RGB (Red+Green+Blue) = 141+71+140=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D478C is #72B873. Grayscale: #636363. Windows color (decimal): -7518324 or 9193357. OLE color: 9193357.
HSL color Cylindrical-coordinate representation of color #8D478C: hue angle of 300.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D478C is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 140 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.45 |
| HSL | 300.86º | 0.33% | 0.42% | - |
| HSV(B) | 300.86º | 0.5% | 0.55% | - |
| XYZ | 17.97 | 12.06 | 26.19 | - |
| YUV | 99.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 140 | 0 | 0.50 | 0.01 | 0.45 | 300.86 | 0.33 | 0.42 |
| Hex | 8D | 47 | 8C | 0 | 32 | 1 | 2D | 12D | 21 | 2A |
| Octal | 215 | 107 | 214 | 0 | 62 | 1 | 55 | 455 | 41 | 52 |
| Binary | 10001101 | 1000111 | 10001100 | 0 | 110010 | 1 | 101101 | 100101101 | 100001 | 101010 |
Color Harmonies of #8D478C
Complementary color
Monochromatic Colors of #8D478C
Black with #8D478C
Text Example
Text Example
White with #8D478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D478C; }
p { color: rgb(141,71,140); }
H1.HeaderClassName
{
color: #8D478C;
}
.AnyTagClassName
{
color: #8D478C;
}
</style>
background-color css
<style>
a { background-color: #8D478C; }
a { background-color: rgb(141,71,140); }
div.DivClassName
{
background-color: #8D478C;
}
.BgClassName
{
background-color: #8D478C;
}
</style>
border-color css
<style>
span { border-color: #8D478C; }
span { border-color: rgb(141,71,140); }
td.TdClassName
{
border-color: #8D478C;
}
.TagClassName
{
border-color: #8D478C;
}
</style>