Shades of Vivid Violet #86249A
Tints of Vivid Violet #86249A
RGB
CMYK
RGB Variations
Color information
#86249A (or 0x86249A) is known color: Vivid Violet. HEX triplet: 86, 24 and 9A. RGB value is (134,36,154). Sum of RGB (Red+Green+Blue) = 134+36+154=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #86249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86249A is #79DB65. Grayscale: #4E4E4E. Windows color (decimal): -7986022 or 10101894. OLE color: 10101894.
HSL color Cylindrical-coordinate representation of color #86249A: hue angle of 289.83º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86249A is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 36 | 154 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.40 |
| HSL | 289.83º | 0.62% | 0.37% | - |
| HSV(B) | 289.83º | 0.77% | 0.6% | - |
| XYZ | 16.3 | 8.66 | 31.39 | - |
| YUV | 78.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 154 | 0.13 | 0.77 | 0 | 0.40 | 289.83 | 0.62 | 0.37 |
| Hex | 86 | 24 | 9A | D | 4D | 0 | 28 | 122 | 3E | 25 |
| Octal | 206 | 44 | 232 | 15 | 115 | 0 | 50 | 442 | 76 | 45 |
| Binary | 10000110 | 100100 | 10011010 | 1101 | 1001101 | 0 | 101000 | 100100010 | 111110 | 100101 |
Color Harmonies of #86249A
Complementary color
Monochromatic Colors of #86249A
Black with #86249A
Text Example
Text Example
White with #86249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86249A; }
p { color: rgb(134,36,154); }
H1.HeaderClassName
{
color: #86249A;
}
.AnyTagClassName
{
color: #86249A;
}
</style>
background-color css
<style>
a { background-color: #86249A; }
a { background-color: rgb(134,36,154); }
div.DivClassName
{
background-color: #86249A;
}
.BgClassName
{
background-color: #86249A;
}
</style>
border-color css
<style>
span { border-color: #86249A; }
span { border-color: rgb(134,36,154); }
td.TdClassName
{
border-color: #86249A;
}
.TagClassName
{
border-color: #86249A;
}
</style>