Shades of Vivid Violet #86299B
Tints of Vivid Violet #86299B
RGB
CMYK
RGB Variations
Color information
#86299B (or 0x86299B) is known color: Vivid Violet. HEX triplet: 86, 29 and 9B. RGB value is (134,41,155). Sum of RGB (Red+Green+Blue) = 134+41+155=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #86299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86299B is #79D664. Grayscale: #515151. Windows color (decimal): -7984741 or 10168710. OLE color: 10168710.
HSL color Cylindrical-coordinate representation of color #86299B: hue angle of 288.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86299B is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 41 | 155 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.39 |
| HSL | 288.95º | 0.58% | 0.38% | - |
| HSV(B) | 288.95º | 0.74% | 0.61% | - |
| XYZ | 16.54 | 9.02 | 31.88 | - |
| YUV | 81.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 155 | 0.14 | 0.74 | 0 | 0.39 | 288.95 | 0.58 | 0.38 |
| Hex | 86 | 29 | 9B | E | 4A | 0 | 27 | 121 | 3A | 26 |
| Octal | 206 | 51 | 233 | 16 | 112 | 0 | 47 | 441 | 72 | 46 |
| Binary | 10000110 | 101001 | 10011011 | 1110 | 1001010 | 0 | 100111 | 100100001 | 111010 | 100110 |
Color Harmonies of #86299B
Complementary color
Monochromatic Colors of #86299B
Black with #86299B
Text Example
Text Example
White with #86299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86299B; }
p { color: rgb(134,41,155); }
H1.HeaderClassName
{
color: #86299B;
}
.AnyTagClassName
{
color: #86299B;
}
</style>
background-color css
<style>
a { background-color: #86299B; }
a { background-color: rgb(134,41,155); }
div.DivClassName
{
background-color: #86299B;
}
.BgClassName
{
background-color: #86299B;
}
</style>
border-color css
<style>
span { border-color: #86299B; }
span { border-color: rgb(134,41,155); }
td.TdClassName
{
border-color: #86299B;
}
.TagClassName
{
border-color: #86299B;
}
</style>