Shades of Vivid Violet #862999
Tints of Vivid Violet #862999
RGB
CMYK
RGB Variations
Color information
#862999 (or 0x862999) is known color: Vivid Violet. HEX triplet: 86, 29 and 99. RGB value is (134,41,153). Sum of RGB (Red+Green+Blue) = 134+41+153=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #862999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862999 is #79D666. Grayscale: #515151. Windows color (decimal): -7984743 or 10037638. OLE color: 10037638.
HSL color Cylindrical-coordinate representation of color #862999: hue angle of 289.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862999 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 41 | 153 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.4 |
| HSL | 289.82º | 0.58% | 0.38% | - |
| HSV(B) | 289.82º | 0.73% | 0.6% | - |
| XYZ | 16.37 | 8.95 | 31 | - |
| YUV | 81.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 153 | 0.12 | 0.73 | 0 | 0.4 | 289.82 | 0.58 | 0.38 |
| Hex | 86 | 29 | 99 | C | 49 | 0 | 28 | 122 | 3A | 26 |
| Octal | 206 | 51 | 231 | 14 | 111 | 0 | 50 | 442 | 72 | 46 |
| Binary | 10000110 | 101001 | 10011001 | 1100 | 1001001 | 0 | 101000 | 100100010 | 111010 | 100110 |
Color Harmonies of #862999
Complementary color
Monochromatic Colors of #862999
Black with #862999
Text Example
Text Example
White with #862999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862999; }
p { color: rgb(134,41,153); }
H1.HeaderClassName
{
color: #862999;
}
.AnyTagClassName
{
color: #862999;
}
</style>
background-color css
<style>
a { background-color: #862999; }
a { background-color: rgb(134,41,153); }
div.DivClassName
{
background-color: #862999;
}
.BgClassName
{
background-color: #862999;
}
</style>
border-color css
<style>
span { border-color: #862999; }
span { border-color: rgb(134,41,153); }
td.TdClassName
{
border-color: #862999;
}
.TagClassName
{
border-color: #862999;
}
</style>