Shades of Vivid Violet #862899
Tints of Vivid Violet #862899
RGB
CMYK
RGB Variations
Color information
#862899 (or 0x862899) is known color: Vivid Violet. HEX triplet: 86, 28 and 99. RGB value is (134,40,153). Sum of RGB (Red+Green+Blue) = 134+40+153=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #862899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862899 is #79D766. Grayscale: #505050. Windows color (decimal): -7984999 or 10037382. OLE color: 10037382.
HSL color Cylindrical-coordinate representation of color #862899: hue angle of 289.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862899 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 40 | 153 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.4 |
| HSL | 289.91º | 0.59% | 0.38% | - |
| HSV(B) | 289.91º | 0.74% | 0.6% | - |
| XYZ | 16.34 | 8.89 | 30.99 | - |
| YUV | 80.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 153 | 0.12 | 0.74 | 0 | 0.4 | 289.91 | 0.59 | 0.38 |
| Hex | 86 | 28 | 99 | C | 4A | 0 | 28 | 122 | 3B | 26 |
| Octal | 206 | 50 | 231 | 14 | 112 | 0 | 50 | 442 | 73 | 46 |
| Binary | 10000110 | 101000 | 10011001 | 1100 | 1001010 | 0 | 101000 | 100100010 | 111011 | 100110 |
Color Harmonies of #862899
Complementary color
Monochromatic Colors of #862899
Black with #862899
Text Example
Text Example
White with #862899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862899; }
p { color: rgb(134,40,153); }
H1.HeaderClassName
{
color: #862899;
}
.AnyTagClassName
{
color: #862899;
}
</style>
background-color css
<style>
a { background-color: #862899; }
a { background-color: rgb(134,40,153); }
div.DivClassName
{
background-color: #862899;
}
.BgClassName
{
background-color: #862899;
}
</style>
border-color css
<style>
span { border-color: #862899; }
span { border-color: rgb(134,40,153); }
td.TdClassName
{
border-color: #862899;
}
.TagClassName
{
border-color: #862899;
}
</style>