Shades of Vivid Violet #8D49A0
Tints of Vivid Violet #8D49A0
RGB
CMYK
RGB Variations
Color information
#8D49A0 (or 0x8D49A0) is known color: Vivid Violet. HEX triplet: 8D, 49 and A0. RGB value is (141,73,160). Sum of RGB (Red+Green+Blue) = 141+73+160=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D49A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D49A0 is #72B65F. Grayscale: #666666. Windows color (decimal): -7517792 or 10504589. OLE color: 10504589.
HSL color Cylindrical-coordinate representation of color #8D49A0: hue angle of 286.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D49A0 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 73 | 160 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.37 |
| HSL | 286.9º | 0.37% | 0.46% | - |
| HSV(B) | 286.9º | 0.54% | 0.63% | - |
| XYZ | 19.71 | 12.97 | 34.72 | - |
| YUV | 103.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 160 | 0.12 | 0.54 | 0 | 0.37 | 286.9 | 0.37 | 0.46 |
| Hex | 8D | 49 | A0 | C | 36 | 0 | 25 | 11F | 25 | 2E |
| Octal | 215 | 111 | 240 | 14 | 66 | 0 | 45 | 437 | 45 | 56 |
| Binary | 10001101 | 1001001 | 10100000 | 1100 | 110110 | 0 | 100101 | 100011111 | 100101 | 101110 |
Color Harmonies of #8D49A0
Complementary color
Monochromatic Colors of #8D49A0
Black with #8D49A0
Text Example
Text Example
White with #8D49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49A0; }
p { color: rgb(141,73,160); }
H1.HeaderClassName
{
color: #8D49A0;
}
.AnyTagClassName
{
color: #8D49A0;
}
</style>
background-color css
<style>
a { background-color: #8D49A0; }
a { background-color: rgb(141,73,160); }
div.DivClassName
{
background-color: #8D49A0;
}
.BgClassName
{
background-color: #8D49A0;
}
</style>
border-color css
<style>
span { border-color: #8D49A0; }
span { border-color: rgb(141,73,160); }
td.TdClassName
{
border-color: #8D49A0;
}
.TagClassName
{
border-color: #8D49A0;
}
</style>