Shades of Vivid Violet #862FAD
Tints of Vivid Violet #862FAD
RGB
CMYK
RGB Variations
Color information
#862FAD (or 0x862FAD) is known color: Vivid Violet. HEX triplet: 86, 2F and AD. RGB value is (134,47,173). Sum of RGB (Red+Green+Blue) = 134+47+173=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #862FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862FAD is #79D052. Grayscale: #565656. Windows color (decimal): -7983187 or 11349894. OLE color: 11349894.
HSL color Cylindrical-coordinate representation of color #862FAD: hue angle of 281.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862FAD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 47 | 173 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.32 |
| HSL | 281.43º | 0.57% | 0.43% | - |
| HSV(B) | 281.43º | 0.73% | 0.68% | - |
| XYZ | 18.39 | 10.12 | 40.52 | - |
| YUV | 87.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 173 | 0.23 | 0.73 | 0 | 0.32 | 281.43 | 0.57 | 0.43 |
| Hex | 86 | 2F | AD | 17 | 49 | 0 | 20 | 119 | 39 | 2B |
| Octal | 206 | 57 | 255 | 27 | 111 | 0 | 40 | 431 | 71 | 53 |
| Binary | 10000110 | 101111 | 10101101 | 10111 | 1001001 | 0 | 100000 | 100011001 | 111001 | 101011 |
Color Harmonies of #862FAD
Complementary color
Monochromatic Colors of #862FAD
Black with #862FAD
Text Example
Text Example
White with #862FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FAD; }
p { color: rgb(134,47,173); }
H1.HeaderClassName
{
color: #862FAD;
}
.AnyTagClassName
{
color: #862FAD;
}
</style>
background-color css
<style>
a { background-color: #862FAD; }
a { background-color: rgb(134,47,173); }
div.DivClassName
{
background-color: #862FAD;
}
.BgClassName
{
background-color: #862FAD;
}
</style>
border-color css
<style>
span { border-color: #862FAD; }
span { border-color: rgb(134,47,173); }
td.TdClassName
{
border-color: #862FAD;
}
.TagClassName
{
border-color: #862FAD;
}
</style>