Shades of Vivid Violet #86419F
Tints of Vivid Violet #86419F
RGB
CMYK
RGB Variations
Color information
#86419F (or 0x86419F) is known color: Vivid Violet. HEX triplet: 86, 41 and 9F. RGB value is (134,65,159). Sum of RGB (Red+Green+Blue) = 134+65+159=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #86419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86419F is #79BE60. Grayscale: #606060. Windows color (decimal): -7978593 or 10436998. OLE color: 10436998.
HSL color Cylindrical-coordinate representation of color #86419F: hue angle of 284.04º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86419F is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 65 | 159 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.38 |
| HSL | 284.04º | 0.42% | 0.44% | - |
| HSV(B) | 284.04º | 0.59% | 0.62% | - |
| XYZ | 17.98 | 11.35 | 34.04 | - |
| YUV | 96.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 159 | 0.16 | 0.59 | 0 | 0.38 | 284.04 | 0.42 | 0.44 |
| Hex | 86 | 41 | 9F | 10 | 3B | 0 | 26 | 11C | 2A | 2C |
| Octal | 206 | 101 | 237 | 20 | 73 | 0 | 46 | 434 | 52 | 54 |
| Binary | 10000110 | 1000001 | 10011111 | 10000 | 111011 | 0 | 100110 | 100011100 | 101010 | 101100 |
Color Harmonies of #86419F
Complementary color
Monochromatic Colors of #86419F
Black with #86419F
Text Example
Text Example
White with #86419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86419F; }
p { color: rgb(134,65,159); }
H1.HeaderClassName
{
color: #86419F;
}
.AnyTagClassName
{
color: #86419F;
}
</style>
background-color css
<style>
a { background-color: #86419F; }
a { background-color: rgb(134,65,159); }
div.DivClassName
{
background-color: #86419F;
}
.BgClassName
{
background-color: #86419F;
}
</style>
border-color css
<style>
span { border-color: #86419F; }
span { border-color: rgb(134,65,159); }
td.TdClassName
{
border-color: #86419F;
}
.TagClassName
{
border-color: #86419F;
}
</style>