Shades of Vivid Violet #86258E
Tints of Vivid Violet #86258E
RGB
CMYK
RGB Variations
Color information
#86258E (or 0x86258E) is known color: Vivid Violet. HEX triplet: 86, 25 and 8E. RGB value is (134,37,142). Sum of RGB (Red+Green+Blue) = 134+37+142=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #86258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86258E is #79DA71. Grayscale: #4D4D4D. Windows color (decimal): -7985778 or 9315718. OLE color: 9315718.
HSL color Cylindrical-coordinate representation of color #86258E: hue angle of 295.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86258E is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 37 | 142 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.44 |
| HSL | 295.43º | 0.59% | 0.35% | - |
| HSV(B) | 295.43º | 0.74% | 0.56% | - |
| XYZ | 15.38 | 8.34 | 26.39 | - |
| YUV | 77.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 142 | 0.06 | 0.74 | 0 | 0.44 | 295.43 | 0.59 | 0.35 |
| Hex | 86 | 25 | 8E | 6 | 4A | 0 | 2C | 127 | 3B | 23 |
| Octal | 206 | 45 | 216 | 6 | 112 | 0 | 54 | 447 | 73 | 43 |
| Binary | 10000110 | 100101 | 10001110 | 110 | 1001010 | 0 | 101100 | 100100111 | 111011 | 100011 |
Color Harmonies of #86258E
Complementary color
Monochromatic Colors of #86258E
Black with #86258E
Text Example
Text Example
White with #86258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86258E; }
p { color: rgb(134,37,142); }
H1.HeaderClassName
{
color: #86258E;
}
.AnyTagClassName
{
color: #86258E;
}
</style>
background-color css
<style>
a { background-color: #86258E; }
a { background-color: rgb(134,37,142); }
div.DivClassName
{
background-color: #86258E;
}
.BgClassName
{
background-color: #86258E;
}
</style>
border-color css
<style>
span { border-color: #86258E; }
span { border-color: rgb(134,37,142); }
td.TdClassName
{
border-color: #86258E;
}
.TagClassName
{
border-color: #86258E;
}
</style>