Shades of Vivid Violet #863092
Tints of Vivid Violet #863092
RGB
CMYK
RGB Variations
Color information
#863092 (or 0x863092) is known color: Vivid Violet. HEX triplet: 86, 30 and 92. RGB value is (134,48,146). Sum of RGB (Red+Green+Blue) = 134+48+146=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #863092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863092 is #79CF6D. Grayscale: #545454. Windows color (decimal): -7982958 or 9580678. OLE color: 9580678.
HSL color Cylindrical-coordinate representation of color #863092: hue angle of 292.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863092 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 48 | 146 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.43 |
| HSL | 292.65º | 0.51% | 0.38% | - |
| HSV(B) | 292.65º | 0.67% | 0.57% | - |
| XYZ | 16.08 | 9.26 | 28.13 | - |
| YUV | 84.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 146 | 0.08 | 0.67 | 0 | 0.43 | 292.65 | 0.51 | 0.38 |
| Hex | 86 | 30 | 92 | 8 | 43 | 0 | 2B | 125 | 33 | 26 |
| Octal | 206 | 60 | 222 | 10 | 103 | 0 | 53 | 445 | 63 | 46 |
| Binary | 10000110 | 110000 | 10010010 | 1000 | 1000011 | 0 | 101011 | 100100101 | 110011 | 100110 |
Color Harmonies of #863092
Complementary color
Monochromatic Colors of #863092
Black with #863092
Text Example
Text Example
White with #863092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863092; }
p { color: rgb(134,48,146); }
H1.HeaderClassName
{
color: #863092;
}
.AnyTagClassName
{
color: #863092;
}
</style>
background-color css
<style>
a { background-color: #863092; }
a { background-color: rgb(134,48,146); }
div.DivClassName
{
background-color: #863092;
}
.BgClassName
{
background-color: #863092;
}
</style>
border-color css
<style>
span { border-color: #863092; }
span { border-color: rgb(134,48,146); }
td.TdClassName
{
border-color: #863092;
}
.TagClassName
{
border-color: #863092;
}
</style>