Shades of Vivid Violet #863C82
Tints of Vivid Violet #863C82
RGB
CMYK
RGB Variations
Color information
#863C82 (or 0x863C82) is known color: Vivid Violet. HEX triplet: 86, 3C and 82. RGB value is (134,60,130). Sum of RGB (Red+Green+Blue) = 134+60+130=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #863C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C82 is #79C37D. Grayscale: #595959. Windows color (decimal): -7979902 or 8535174. OLE color: 8535174.
HSL color Cylindrical-coordinate representation of color #863C82: hue angle of 303.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C82 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 130 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.47 |
| HSL | 303.24º | 0.38% | 0.38% | - |
| HSV(B) | 303.24º | 0.55% | 0.53% | - |
| XYZ | 15.48 | 9.91 | 22.22 | - |
| YUV | 90.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 130 | 0 | 0.55 | 0.03 | 0.47 | 303.24 | 0.38 | 0.38 |
| Hex | 86 | 3C | 82 | 0 | 37 | 3 | 2F | 12F | 26 | 26 |
| Octal | 206 | 74 | 202 | 0 | 67 | 3 | 57 | 457 | 46 | 46 |
| Binary | 10000110 | 111100 | 10000010 | 0 | 110111 | 11 | 101111 | 100101111 | 100110 | 100110 |
Color Harmonies of #863C82
Complementary color
Monochromatic Colors of #863C82
Black with #863C82
Text Example
Text Example
White with #863C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C82; }
p { color: rgb(134,60,130); }
H1.HeaderClassName
{
color: #863C82;
}
.AnyTagClassName
{
color: #863C82;
}
</style>
background-color css
<style>
a { background-color: #863C82; }
a { background-color: rgb(134,60,130); }
div.DivClassName
{
background-color: #863C82;
}
.BgClassName
{
background-color: #863C82;
}
</style>
border-color css
<style>
span { border-color: #863C82; }
span { border-color: rgb(134,60,130); }
td.TdClassName
{
border-color: #863C82;
}
.TagClassName
{
border-color: #863C82;
}
</style>