Shades of Vivid Violet #86259A
Tints of Vivid Violet #86259A
RGB
CMYK
RGB Variations
Color information
#86259A (or 0x86259A) is known color: Vivid Violet. HEX triplet: 86, 25 and 9A. RGB value is (134,37,154). Sum of RGB (Red+Green+Blue) = 134+37+154=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #86259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86259A is #79DA65. Grayscale: #4E4E4E. Windows color (decimal): -7985766 or 10102150. OLE color: 10102150.
HSL color Cylindrical-coordinate representation of color #86259A: hue angle of 289.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86259A is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 37 | 154 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.40 |
| HSL | 289.74º | 0.61% | 0.37% | - |
| HSV(B) | 289.74º | 0.76% | 0.6% | - |
| XYZ | 16.33 | 8.72 | 31.4 | - |
| YUV | 79.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 154 | 0.13 | 0.76 | 0 | 0.40 | 289.74 | 0.61 | 0.37 |
| Hex | 86 | 25 | 9A | D | 4C | 0 | 28 | 122 | 3D | 25 |
| Octal | 206 | 45 | 232 | 15 | 114 | 0 | 50 | 442 | 75 | 45 |
| Binary | 10000110 | 100101 | 10011010 | 1101 | 1001100 | 0 | 101000 | 100100010 | 111101 | 100101 |
Color Harmonies of #86259A
Complementary color
Monochromatic Colors of #86259A
Black with #86259A
Text Example
Text Example
White with #86259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86259A; }
p { color: rgb(134,37,154); }
H1.HeaderClassName
{
color: #86259A;
}
.AnyTagClassName
{
color: #86259A;
}
</style>
background-color css
<style>
a { background-color: #86259A; }
a { background-color: rgb(134,37,154); }
div.DivClassName
{
background-color: #86259A;
}
.BgClassName
{
background-color: #86259A;
}
</style>
border-color css
<style>
span { border-color: #86259A; }
span { border-color: rgb(134,37,154); }
td.TdClassName
{
border-color: #86259A;
}
.TagClassName
{
border-color: #86259A;
}
</style>