Shades of Vivid Violet #86418F
Tints of Vivid Violet #86418F
RGB
CMYK
RGB Variations
Color information
#86418F (or 0x86418F) is known color: Vivid Violet. HEX triplet: 86, 41 and 8F. RGB value is (134,65,143). Sum of RGB (Red+Green+Blue) = 134+65+143=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #86418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86418F is #79BE70. Grayscale: #5E5E5E. Windows color (decimal): -7978609 or 9388422. OLE color: 9388422.
HSL color Cylindrical-coordinate representation of color #86418F: hue angle of 293.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86418F is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 65 | 143 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.44 |
| HSL | 293.08º | 0.38% | 0.41% | - |
| HSV(B) | 293.08º | 0.55% | 0.56% | - |
| XYZ | 16.68 | 10.83 | 27.2 | - |
| YUV | 94.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 143 | 0.06 | 0.55 | 0 | 0.44 | 293.08 | 0.38 | 0.41 |
| Hex | 86 | 41 | 8F | 6 | 37 | 0 | 2C | 125 | 26 | 29 |
| Octal | 206 | 101 | 217 | 6 | 67 | 0 | 54 | 445 | 46 | 51 |
| Binary | 10000110 | 1000001 | 10001111 | 110 | 110111 | 0 | 101100 | 100100101 | 100110 | 101001 |
Color Harmonies of #86418F
Complementary color
Monochromatic Colors of #86418F
Black with #86418F
Text Example
Text Example
White with #86418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86418F; }
p { color: rgb(134,65,143); }
H1.HeaderClassName
{
color: #86418F;
}
.AnyTagClassName
{
color: #86418F;
}
</style>
background-color css
<style>
a { background-color: #86418F; }
a { background-color: rgb(134,65,143); }
div.DivClassName
{
background-color: #86418F;
}
.BgClassName
{
background-color: #86418F;
}
</style>
border-color css
<style>
span { border-color: #86418F; }
span { border-color: rgb(134,65,143); }
td.TdClassName
{
border-color: #86418F;
}
.TagClassName
{
border-color: #86418F;
}
</style>