Shades of Vivid Violet #862A9A
Tints of Vivid Violet #862A9A
RGB
CMYK
RGB Variations
Color information
#862A9A (or 0x862A9A) is known color: Vivid Violet. HEX triplet: 86, 2A and 9A. RGB value is (134,42,154). Sum of RGB (Red+Green+Blue) = 134+42+154=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #862A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862A9A is #79D565. Grayscale: #515151. Windows color (decimal): -7984486 or 10103430. OLE color: 10103430.
HSL color Cylindrical-coordinate representation of color #862A9A: hue angle of 289.29º degrees, saturation: 0.57, 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 #862A9A is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 42 | 154 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.40 |
| HSL | 289.29º | 0.57% | 0.38% | - |
| HSV(B) | 289.29º | 0.73% | 0.6% | - |
| XYZ | 16.49 | 9.06 | 31.45 | - |
| YUV | 82.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 154 | 0.13 | 0.73 | 0 | 0.40 | 289.29 | 0.57 | 0.38 |
| Hex | 86 | 2A | 9A | D | 49 | 0 | 28 | 121 | 39 | 26 |
| Octal | 206 | 52 | 232 | 15 | 111 | 0 | 50 | 441 | 71 | 46 |
| Binary | 10000110 | 101010 | 10011010 | 1101 | 1001001 | 0 | 101000 | 100100001 | 111001 | 100110 |
Color Harmonies of #862A9A
Complementary color
Monochromatic Colors of #862A9A
Black with #862A9A
Text Example
Text Example
White with #862A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A9A; }
p { color: rgb(134,42,154); }
H1.HeaderClassName
{
color: #862A9A;
}
.AnyTagClassName
{
color: #862A9A;
}
</style>
background-color css
<style>
a { background-color: #862A9A; }
a { background-color: rgb(134,42,154); }
div.DivClassName
{
background-color: #862A9A;
}
.BgClassName
{
background-color: #862A9A;
}
</style>
border-color css
<style>
span { border-color: #862A9A; }
span { border-color: rgb(134,42,154); }
td.TdClassName
{
border-color: #862A9A;
}
.TagClassName
{
border-color: #862A9A;
}
</style>