Shades of Vivid Violet #863094
Tints of Vivid Violet #863094
RGB
CMYK
RGB Variations
Color information
#863094 (or 0x863094) is known color: Vivid Violet. HEX triplet: 86, 30 and 94. RGB value is (134,48,148). Sum of RGB (Red+Green+Blue) = 134+48+148=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #863094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863094 is #79CF6B. Grayscale: #545454. Windows color (decimal): -7982956 or 9711750. OLE color: 9711750.
HSL color Cylindrical-coordinate representation of color #863094: hue angle of 291.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863094 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 48 | 148 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.42 |
| HSL | 291.6º | 0.51% | 0.38% | - |
| HSV(B) | 291.6º | 0.68% | 0.58% | - |
| XYZ | 16.23 | 9.32 | 28.96 | - |
| YUV | 85.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 148 | 0.09 | 0.68 | 0 | 0.42 | 291.6 | 0.51 | 0.38 |
| Hex | 86 | 30 | 94 | 9 | 44 | 0 | 2A | 124 | 33 | 26 |
| Octal | 206 | 60 | 224 | 11 | 104 | 0 | 52 | 444 | 63 | 46 |
| Binary | 10000110 | 110000 | 10010100 | 1001 | 1000100 | 0 | 101010 | 100100100 | 110011 | 100110 |
Color Harmonies of #863094
Complementary color
Monochromatic Colors of #863094
Black with #863094
Text Example
Text Example
White with #863094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863094; }
p { color: rgb(134,48,148); }
H1.HeaderClassName
{
color: #863094;
}
.AnyTagClassName
{
color: #863094;
}
</style>
background-color css
<style>
a { background-color: #863094; }
a { background-color: rgb(134,48,148); }
div.DivClassName
{
background-color: #863094;
}
.BgClassName
{
background-color: #863094;
}
</style>
border-color css
<style>
span { border-color: #863094; }
span { border-color: rgb(134,48,148); }
td.TdClassName
{
border-color: #863094;
}
.TagClassName
{
border-color: #863094;
}
</style>