Shades of Vivid Violet #8F4199
Tints of Vivid Violet #8F4199
RGB
CMYK
RGB Variations
Color information
#8F4199 (or 0x8F4199) is known color: Vivid Violet. HEX triplet: 8F, 41 and 99. RGB value is (143,65,153). Sum of RGB (Red+Green+Blue) = 143+65+153=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4199 is #70BE66. Grayscale: #626262. Windows color (decimal): -7388775 or 10043791. OLE color: 10043791.
HSL color Cylindrical-coordinate representation of color #8F4199: hue angle of 293.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F4199 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 65 | 153 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.4 |
| HSL | 293.18º | 0.4% | 0.43% | - |
| HSV(B) | 293.18º | 0.58% | 0.6% | - |
| XYZ | 18.97 | 11.92 | 31.44 | - |
| YUV | 98.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 153 | 0.07 | 0.58 | 0 | 0.4 | 293.18 | 0.4 | 0.43 |
| Hex | 8F | 41 | 99 | 7 | 3A | 0 | 28 | 125 | 28 | 2B |
| Octal | 217 | 101 | 231 | 7 | 72 | 0 | 50 | 445 | 50 | 53 |
| Binary | 10001111 | 1000001 | 10011001 | 111 | 111010 | 0 | 101000 | 100100101 | 101000 | 101011 |
Color Harmonies of #8F4199
Complementary color
Monochromatic Colors of #8F4199
Black with #8F4199
Text Example
Text Example
White with #8F4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4199; }
p { color: rgb(143,65,153); }
H1.HeaderClassName
{
color: #8F4199;
}
.AnyTagClassName
{
color: #8F4199;
}
</style>
background-color css
<style>
a { background-color: #8F4199; }
a { background-color: rgb(143,65,153); }
div.DivClassName
{
background-color: #8F4199;
}
.BgClassName
{
background-color: #8F4199;
}
</style>
border-color css
<style>
span { border-color: #8F4199; }
span { border-color: rgb(143,65,153); }
td.TdClassName
{
border-color: #8F4199;
}
.TagClassName
{
border-color: #8F4199;
}
</style>