Shades of Vivid Violet #8F49A0
Tints of Vivid Violet #8F49A0
RGB
CMYK
RGB Variations
Color information
#8F49A0 (or 0x8F49A0) is known color: Vivid Violet. HEX triplet: 8F, 49 and A0. RGB value is (143,73,160). Sum of RGB (Red+Green+Blue) = 143+73+160=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #8F49A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F49A0 is #70B65F. Grayscale: #676767. Windows color (decimal): -7386720 or 10504591. OLE color: 10504591.
HSL color Cylindrical-coordinate representation of color #8F49A0: hue angle of 288.28º 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 #8F49A0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 73 | 160 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.37 |
| HSL | 288.28º | 0.37% | 0.46% | - |
| HSV(B) | 288.28º | 0.54% | 0.63% | - |
| XYZ | 20.06 | 13.14 | 34.74 | - |
| YUV | 103.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 160 | 0.11 | 0.54 | 0 | 0.37 | 288.28 | 0.37 | 0.46 |
| Hex | 8F | 49 | A0 | B | 36 | 0 | 25 | 120 | 25 | 2E |
| Octal | 217 | 111 | 240 | 13 | 66 | 0 | 45 | 440 | 45 | 56 |
| Binary | 10001111 | 1001001 | 10100000 | 1011 | 110110 | 0 | 100101 | 100100000 | 100101 | 101110 |
Color Harmonies of #8F49A0
Complementary color
Monochromatic Colors of #8F49A0
Black with #8F49A0
Text Example
Text Example
White with #8F49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49A0; }
p { color: rgb(143,73,160); }
H1.HeaderClassName
{
color: #8F49A0;
}
.AnyTagClassName
{
color: #8F49A0;
}
</style>
background-color css
<style>
a { background-color: #8F49A0; }
a { background-color: rgb(143,73,160); }
div.DivClassName
{
background-color: #8F49A0;
}
.BgClassName
{
background-color: #8F49A0;
}
</style>
border-color css
<style>
span { border-color: #8F49A0; }
span { border-color: rgb(143,73,160); }
td.TdClassName
{
border-color: #8F49A0;
}
.TagClassName
{
border-color: #8F49A0;
}
</style>