Shades of Vivid Violet #8D479F
Tints of Vivid Violet #8D479F
RGB
CMYK
RGB Variations
Color information
#8D479F (or 0x8D479F) is known color: Vivid Violet. HEX triplet: 8D, 47 and 9F. RGB value is (141,71,159). Sum of RGB (Red+Green+Blue) = 141+71+159=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D479F is #72B860. Grayscale: #656565. Windows color (decimal): -7518305 or 10438541. OLE color: 10438541.
HSL color Cylindrical-coordinate representation of color #8D479F: hue angle of 287.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D479F is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 71 | 159 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.38 |
| HSL | 287.73º | 0.38% | 0.45% | - |
| HSV(B) | 287.73º | 0.55% | 0.62% | - |
| XYZ | 19.5 | 12.67 | 34.22 | - |
| YUV | 101.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 159 | 0.11 | 0.55 | 0 | 0.38 | 287.73 | 0.38 | 0.45 |
| Hex | 8D | 47 | 9F | B | 37 | 0 | 26 | 120 | 26 | 2D |
| Octal | 215 | 107 | 237 | 13 | 67 | 0 | 46 | 440 | 46 | 55 |
| Binary | 10001101 | 1000111 | 10011111 | 1011 | 110111 | 0 | 100110 | 100100000 | 100110 | 101101 |
Color Harmonies of #8D479F
Complementary color
Monochromatic Colors of #8D479F
Black with #8D479F
Text Example
Text Example
White with #8D479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D479F; }
p { color: rgb(141,71,159); }
H1.HeaderClassName
{
color: #8D479F;
}
.AnyTagClassName
{
color: #8D479F;
}
</style>
background-color css
<style>
a { background-color: #8D479F; }
a { background-color: rgb(141,71,159); }
div.DivClassName
{
background-color: #8D479F;
}
.BgClassName
{
background-color: #8D479F;
}
</style>
border-color css
<style>
span { border-color: #8D479F; }
span { border-color: rgb(141,71,159); }
td.TdClassName
{
border-color: #8D479F;
}
.TagClassName
{
border-color: #8D479F;
}
</style>