Shades of Vivid Violet #86299D
Tints of Vivid Violet #86299D
RGB
CMYK
RGB Variations
Color information
#86299D (or 0x86299D) is known color: Vivid Violet. HEX triplet: 86, 29 and 9D. RGB value is (134,41,157). Sum of RGB (Red+Green+Blue) = 134+41+157=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #86299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86299D is #79D662. Grayscale: #515151. Windows color (decimal): -7984739 or 10299782. OLE color: 10299782.
HSL color Cylindrical-coordinate representation of color #86299D: hue angle of 288.1º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86299D is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 41 | 157 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.38 |
| HSL | 288.1º | 0.59% | 0.39% | - |
| HSV(B) | 288.1º | 0.74% | 0.62% | - |
| XYZ | 16.71 | 9.09 | 32.77 | - |
| YUV | 82.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 157 | 0.15 | 0.74 | 0 | 0.38 | 288.1 | 0.59 | 0.39 |
| Hex | 86 | 29 | 9D | F | 4A | 0 | 26 | 120 | 3B | 27 |
| Octal | 206 | 51 | 235 | 17 | 112 | 0 | 46 | 440 | 73 | 47 |
| Binary | 10000110 | 101001 | 10011101 | 1111 | 1001010 | 0 | 100110 | 100100000 | 111011 | 100111 |
Color Harmonies of #86299D
Complementary color
Monochromatic Colors of #86299D
Black with #86299D
Text Example
Text Example
White with #86299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86299D; }
p { color: rgb(134,41,157); }
H1.HeaderClassName
{
color: #86299D;
}
.AnyTagClassName
{
color: #86299D;
}
</style>
background-color css
<style>
a { background-color: #86299D; }
a { background-color: rgb(134,41,157); }
div.DivClassName
{
background-color: #86299D;
}
.BgClassName
{
background-color: #86299D;
}
</style>
border-color css
<style>
span { border-color: #86299D; }
span { border-color: rgb(134,41,157); }
td.TdClassName
{
border-color: #86299D;
}
.TagClassName
{
border-color: #86299D;
}
</style>