Shades of Vivid Violet #862F9A
Tints of Vivid Violet #862F9A
RGB
CMYK
RGB Variations
Color information
#862F9A (or 0x862F9A) is known color: Vivid Violet. HEX triplet: 86, 2F and 9A. RGB value is (134,47,154). Sum of RGB (Red+Green+Blue) = 134+47+154=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #862F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862F9A is #79D065. Grayscale: #545454. Windows color (decimal): -7983206 or 10104710. OLE color: 10104710.
HSL color Cylindrical-coordinate representation of color #862F9A: hue angle of 288.79º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862F9A is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 47 | 154 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.40 |
| HSL | 288.79º | 0.53% | 0.39% | - |
| HSV(B) | 288.79º | 0.69% | 0.6% | - |
| XYZ | 16.68 | 9.43 | 31.51 | - |
| YUV | 85.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 154 | 0.13 | 0.69 | 0 | 0.40 | 288.79 | 0.53 | 0.39 |
| Hex | 86 | 2F | 9A | D | 45 | 0 | 28 | 121 | 35 | 27 |
| Octal | 206 | 57 | 232 | 15 | 105 | 0 | 50 | 441 | 65 | 47 |
| Binary | 10000110 | 101111 | 10011010 | 1101 | 1000101 | 0 | 101000 | 100100001 | 110101 | 100111 |
Color Harmonies of #862F9A
Complementary color
Monochromatic Colors of #862F9A
Black with #862F9A
Text Example
Text Example
White with #862F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F9A; }
p { color: rgb(134,47,154); }
H1.HeaderClassName
{
color: #862F9A;
}
.AnyTagClassName
{
color: #862F9A;
}
</style>
background-color css
<style>
a { background-color: #862F9A; }
a { background-color: rgb(134,47,154); }
div.DivClassName
{
background-color: #862F9A;
}
.BgClassName
{
background-color: #862F9A;
}
</style>
border-color css
<style>
span { border-color: #862F9A; }
span { border-color: rgb(134,47,154); }
td.TdClassName
{
border-color: #862F9A;
}
.TagClassName
{
border-color: #862F9A;
}
</style>