Shades of Vivid Violet #8F499A
Tints of Vivid Violet #8F499A
RGB
CMYK
RGB Variations
Color information
#8F499A (or 0x8F499A) is known color: Vivid Violet. HEX triplet: 8F, 49 and 9A. RGB value is (143,73,154). Sum of RGB (Red+Green+Blue) = 143+73+154=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F499A is #70B665. Grayscale: #666666. Windows color (decimal): -7386726 or 10111375. OLE color: 10111375.
HSL color Cylindrical-coordinate representation of color #8F499A: hue angle of 291.85º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F499A is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 73 | 154 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.40 |
| HSL | 291.85º | 0.36% | 0.45% | - |
| HSV(B) | 291.85º | 0.53% | 0.6% | - |
| XYZ | 19.54 | 12.94 | 32.04 | - |
| YUV | 103.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 154 | 0.07 | 0.53 | 0 | 0.40 | 291.85 | 0.36 | 0.45 |
| Hex | 8F | 49 | 9A | 7 | 35 | 0 | 28 | 124 | 24 | 2D |
| Octal | 217 | 111 | 232 | 7 | 65 | 0 | 50 | 444 | 44 | 55 |
| Binary | 10001111 | 1001001 | 10011010 | 111 | 110101 | 0 | 101000 | 100100100 | 100100 | 101101 |
Color Harmonies of #8F499A
Complementary color
Monochromatic Colors of #8F499A
Black with #8F499A
Text Example
Text Example
White with #8F499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F499A; }
p { color: rgb(143,73,154); }
H1.HeaderClassName
{
color: #8F499A;
}
.AnyTagClassName
{
color: #8F499A;
}
</style>
background-color css
<style>
a { background-color: #8F499A; }
a { background-color: rgb(143,73,154); }
div.DivClassName
{
background-color: #8F499A;
}
.BgClassName
{
background-color: #8F499A;
}
</style>
border-color css
<style>
span { border-color: #8F499A; }
span { border-color: rgb(143,73,154); }
td.TdClassName
{
border-color: #8F499A;
}
.TagClassName
{
border-color: #8F499A;
}
</style>