Shades of Vivid Violet #861F99
Tints of Vivid Violet #861F99
RGB
CMYK
RGB Variations
Color information
#861F99 (or 0x861F99) is known color: Vivid Violet. HEX triplet: 86, 1F and 99. RGB value is (134,31,153). Sum of RGB (Red+Green+Blue) = 134+31+153=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #861F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861F99 is #79E066. Grayscale: #4B4B4B. Windows color (decimal): -7987303 or 10035078. OLE color: 10035078.
HSL color Cylindrical-coordinate representation of color #861F99: hue angle of 290.66º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861F99 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 31 | 153 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.4 |
| HSL | 290.66º | 0.66% | 0.36% | - |
| HSV(B) | 290.66º | 0.8% | 0.6% | - |
| XYZ | 16.07 | 8.35 | 30.9 | - |
| YUV | 75.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 153 | 0.12 | 0.80 | 0 | 0.4 | 290.66 | 0.66 | 0.36 |
| Hex | 86 | 1F | 99 | C | 50 | 0 | 28 | 123 | 42 | 24 |
| Octal | 206 | 37 | 231 | 14 | 120 | 0 | 50 | 443 | 102 | 44 |
| Binary | 10000110 | 11111 | 10011001 | 1100 | 1010000 | 0 | 101000 | 100100011 | 1000010 | 100100 |
Color Harmonies of #861F99
Complementary color
Monochromatic Colors of #861F99
Black with #861F99
Text Example
Text Example
White with #861F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F99; }
p { color: rgb(134,31,153); }
H1.HeaderClassName
{
color: #861F99;
}
.AnyTagClassName
{
color: #861F99;
}
</style>
background-color css
<style>
a { background-color: #861F99; }
a { background-color: rgb(134,31,153); }
div.DivClassName
{
background-color: #861F99;
}
.BgClassName
{
background-color: #861F99;
}
</style>
border-color css
<style>
span { border-color: #861F99; }
span { border-color: rgb(134,31,153); }
td.TdClassName
{
border-color: #861F99;
}
.TagClassName
{
border-color: #861F99;
}
</style>