Shades of Vivid Violet #863B98
Tints of Vivid Violet #863B98
RGB
CMYK
RGB Variations
Color information
#863B98 (or 0x863B98) is known color: Vivid Violet. HEX triplet: 86, 3B and 98. RGB value is (134,59,152). Sum of RGB (Red+Green+Blue) = 134+59+152=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #863B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B98 is #79C467. Grayscale: #5B5B5B. Windows color (decimal): -7980136 or 9976710. OLE color: 9976710.
HSL color Cylindrical-coordinate representation of color #863B98: hue angle of 288.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863B98 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 59 | 152 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.40 |
| HSL | 288.39º | 0.44% | 0.41% | - |
| HSV(B) | 288.39º | 0.61% | 0.6% | - |
| XYZ | 17.06 | 10.46 | 30.83 | - |
| YUV | 92.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 152 | 0.12 | 0.61 | 0 | 0.40 | 288.39 | 0.44 | 0.41 |
| Hex | 86 | 3B | 98 | C | 3D | 0 | 28 | 120 | 2C | 29 |
| Octal | 206 | 73 | 230 | 14 | 75 | 0 | 50 | 440 | 54 | 51 |
| Binary | 10000110 | 111011 | 10011000 | 1100 | 111101 | 0 | 101000 | 100100000 | 101100 | 101001 |
Color Harmonies of #863B98
Complementary color
Monochromatic Colors of #863B98
Black with #863B98
Text Example
Text Example
White with #863B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B98; }
p { color: rgb(134,59,152); }
H1.HeaderClassName
{
color: #863B98;
}
.AnyTagClassName
{
color: #863B98;
}
</style>
background-color css
<style>
a { background-color: #863B98; }
a { background-color: rgb(134,59,152); }
div.DivClassName
{
background-color: #863B98;
}
.BgClassName
{
background-color: #863B98;
}
</style>
border-color css
<style>
span { border-color: #863B98; }
span { border-color: rgb(134,59,152); }
td.TdClassName
{
border-color: #863B98;
}
.TagClassName
{
border-color: #863B98;
}
</style>