Shades of Vivid Violet #863DA4
Tints of Vivid Violet #863DA4
RGB
CMYK
RGB Variations
Color information
#863DA4 (or 0x863DA4) is known color: Vivid Violet. HEX triplet: 86, 3D and A4. RGB value is (134,61,164). Sum of RGB (Red+Green+Blue) = 134+61+164=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #863DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DA4 is #79C25B. Grayscale: #5E5E5E. Windows color (decimal): -7979612 or 10763654. OLE color: 10763654.
HSL color Cylindrical-coordinate representation of color #863DA4: hue angle of 282.52º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863DA4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 61 | 164 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.36 |
| HSL | 282.52º | 0.46% | 0.44% | - |
| HSV(B) | 282.52º | 0.63% | 0.64% | - |
| XYZ | 18.2 | 11.09 | 36.3 | - |
| YUV | 94.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 164 | 0.18 | 0.63 | 0 | 0.36 | 282.52 | 0.46 | 0.44 |
| Hex | 86 | 3D | A4 | 12 | 3F | 0 | 24 | 11B | 2E | 2C |
| Octal | 206 | 75 | 244 | 22 | 77 | 0 | 44 | 433 | 56 | 54 |
| Binary | 10000110 | 111101 | 10100100 | 10010 | 111111 | 0 | 100100 | 100011011 | 101110 | 101100 |
Color Harmonies of #863DA4
Complementary color
Monochromatic Colors of #863DA4
Black with #863DA4
Text Example
Text Example
White with #863DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DA4; }
p { color: rgb(134,61,164); }
H1.HeaderClassName
{
color: #863DA4;
}
.AnyTagClassName
{
color: #863DA4;
}
</style>
background-color css
<style>
a { background-color: #863DA4; }
a { background-color: rgb(134,61,164); }
div.DivClassName
{
background-color: #863DA4;
}
.BgClassName
{
background-color: #863DA4;
}
</style>
border-color css
<style>
span { border-color: #863DA4; }
span { border-color: rgb(134,61,164); }
td.TdClassName
{
border-color: #863DA4;
}
.TagClassName
{
border-color: #863DA4;
}
</style>