Shades of Vivid Violet #863C7F
Tints of Vivid Violet #863C7F
RGB
CMYK
RGB Variations
Color information
#863C7F (or 0x863C7F) is known color: Vivid Violet. HEX triplet: 86, 3C and 7F. RGB value is (134,60,127). Sum of RGB (Red+Green+Blue) = 134+60+127=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #863C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C7F is #79C380. Grayscale: #595959. Windows color (decimal): -7979905 or 8338566. OLE color: 8338566.
HSL color Cylindrical-coordinate representation of color #863C7F: hue angle of 305.68º 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 #863C7F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 127 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.47 |
| HSL | 305.68º | 0.38% | 0.38% | - |
| HSV(B) | 305.68º | 0.55% | 0.53% | - |
| XYZ | 15.28 | 9.83 | 21.17 | - |
| YUV | 89.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 127 | 0 | 0.55 | 0.05 | 0.47 | 305.68 | 0.38 | 0.38 |
| Hex | 86 | 3C | 7F | 0 | 37 | 5 | 2F | 132 | 26 | 26 |
| Octal | 206 | 74 | 177 | 0 | 67 | 5 | 57 | 462 | 46 | 46 |
| Binary | 10000110 | 111100 | 1111111 | 0 | 110111 | 101 | 101111 | 100110010 | 100110 | 100110 |
Color Harmonies of #863C7F
Complementary color
Monochromatic Colors of #863C7F
Black with #863C7F
Text Example
Text Example
White with #863C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C7F; }
p { color: rgb(134,60,127); }
H1.HeaderClassName
{
color: #863C7F;
}
.AnyTagClassName
{
color: #863C7F;
}
</style>
background-color css
<style>
a { background-color: #863C7F; }
a { background-color: rgb(134,60,127); }
div.DivClassName
{
background-color: #863C7F;
}
.BgClassName
{
background-color: #863C7F;
}
</style>
border-color css
<style>
span { border-color: #863C7F; }
span { border-color: rgb(134,60,127); }
td.TdClassName
{
border-color: #863C7F;
}
.TagClassName
{
border-color: #863C7F;
}
</style>