Shades of Vivid Violet #8F499E
Tints of Vivid Violet #8F499E
RGB
CMYK
RGB Variations
Color information
#8F499E (or 0x8F499E) is known color: Vivid Violet. HEX triplet: 8F, 49 and 9E. RGB value is (143,73,158). Sum of RGB (Red+Green+Blue) = 143+73+158=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F499E is #70B661. Grayscale: #676767. Windows color (decimal): -7386722 or 10373519. OLE color: 10373519.
HSL color Cylindrical-coordinate representation of color #8F499E: hue angle of 289.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F499E is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 73 | 158 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.38 |
| HSL | 289.41º | 0.37% | 0.45% | - |
| HSV(B) | 289.41º | 0.54% | 0.62% | - |
| XYZ | 19.88 | 13.07 | 33.82 | - |
| YUV | 103.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 158 | 0.09 | 0.54 | 0 | 0.38 | 289.41 | 0.37 | 0.45 |
| Hex | 8F | 49 | 9E | 9 | 36 | 0 | 26 | 121 | 25 | 2D |
| Octal | 217 | 111 | 236 | 11 | 66 | 0 | 46 | 441 | 45 | 55 |
| Binary | 10001111 | 1001001 | 10011110 | 1001 | 110110 | 0 | 100110 | 100100001 | 100101 | 101101 |
Color Harmonies of #8F499E
Complementary color
Monochromatic Colors of #8F499E
Black with #8F499E
Text Example
Text Example
White with #8F499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F499E; }
p { color: rgb(143,73,158); }
H1.HeaderClassName
{
color: #8F499E;
}
.AnyTagClassName
{
color: #8F499E;
}
</style>
background-color css
<style>
a { background-color: #8F499E; }
a { background-color: rgb(143,73,158); }
div.DivClassName
{
background-color: #8F499E;
}
.BgClassName
{
background-color: #8F499E;
}
</style>
border-color css
<style>
span { border-color: #8F499E; }
span { border-color: rgb(143,73,158); }
td.TdClassName
{
border-color: #8F499E;
}
.TagClassName
{
border-color: #8F499E;
}
</style>