Shades of Vivid Violet #863B82
Tints of Vivid Violet #863B82
RGB
CMYK
RGB Variations
Color information
#863B82 (or 0x863B82) is known color: Vivid Violet. HEX triplet: 86, 3B and 82. RGB value is (134,59,130). Sum of RGB (Red+Green+Blue) = 134+59+130=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B82 is #79C47D. Grayscale: #595959. Windows color (decimal): -7980158 or 8534918. OLE color: 8534918.
HSL color Cylindrical-coordinate representation of color #863B82: hue angle of 303.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B82 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 130 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.47 |
| HSL | 303.2º | 0.39% | 0.38% | - |
| HSV(B) | 303.2º | 0.56% | 0.53% | - |
| XYZ | 15.42 | 9.81 | 22.2 | - |
| YUV | 89.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 130 | 0 | 0.56 | 0.03 | 0.47 | 303.2 | 0.39 | 0.38 |
| Hex | 86 | 3B | 82 | 0 | 38 | 3 | 2F | 12F | 27 | 26 |
| Octal | 206 | 73 | 202 | 0 | 70 | 3 | 57 | 457 | 47 | 46 |
| Binary | 10000110 | 111011 | 10000010 | 0 | 111000 | 11 | 101111 | 100101111 | 100111 | 100110 |
Color Harmonies of #863B82
Complementary color
Monochromatic Colors of #863B82
Black with #863B82
Text Example
Text Example
White with #863B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B82; }
p { color: rgb(134,59,130); }
H1.HeaderClassName
{
color: #863B82;
}
.AnyTagClassName
{
color: #863B82;
}
</style>
background-color css
<style>
a { background-color: #863B82; }
a { background-color: rgb(134,59,130); }
div.DivClassName
{
background-color: #863B82;
}
.BgClassName
{
background-color: #863B82;
}
</style>
border-color css
<style>
span { border-color: #863B82; }
span { border-color: rgb(134,59,130); }
td.TdClassName
{
border-color: #863B82;
}
.TagClassName
{
border-color: #863B82;
}
</style>