Shades of Vivid Violet #862D95
Tints of Vivid Violet #862D95
RGB
CMYK
RGB Variations
Color information
#862D95 (or 0x862D95) is known color: Vivid Violet. HEX triplet: 86, 2D and 95. RGB value is (134,45,149). Sum of RGB (Red+Green+Blue) = 134+45+149=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #862D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D95 is #79D26A. Grayscale: #535353. Windows color (decimal): -7983723 or 9776518. OLE color: 9776518.
HSL color Cylindrical-coordinate representation of color #862D95: hue angle of 291.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862D95 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 45 | 149 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.42 |
| HSL | 291.35º | 0.54% | 0.38% | - |
| HSV(B) | 291.35º | 0.7% | 0.58% | - |
| XYZ | 16.19 | 9.12 | 29.34 | - |
| YUV | 83.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 149 | 0.10 | 0.70 | 0 | 0.42 | 291.35 | 0.54 | 0.38 |
| Hex | 86 | 2D | 95 | A | 46 | 0 | 2A | 123 | 36 | 26 |
| Octal | 206 | 55 | 225 | 12 | 106 | 0 | 52 | 443 | 66 | 46 |
| Binary | 10000110 | 101101 | 10010101 | 1010 | 1000110 | 0 | 101010 | 100100011 | 110110 | 100110 |
Color Harmonies of #862D95
Complementary color
Monochromatic Colors of #862D95
Black with #862D95
Text Example
Text Example
White with #862D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D95; }
p { color: rgb(134,45,149); }
H1.HeaderClassName
{
color: #862D95;
}
.AnyTagClassName
{
color: #862D95;
}
</style>
background-color css
<style>
a { background-color: #862D95; }
a { background-color: rgb(134,45,149); }
div.DivClassName
{
background-color: #862D95;
}
.BgClassName
{
background-color: #862D95;
}
</style>
border-color css
<style>
span { border-color: #862D95; }
span { border-color: rgb(134,45,149); }
td.TdClassName
{
border-color: #862D95;
}
.TagClassName
{
border-color: #862D95;
}
</style>