Shades of Vivid Violet #863D88
Tints of Vivid Violet #863D88
RGB
CMYK
RGB Variations
Color information
#863D88 (or 0x863D88) is known color: Vivid Violet. HEX triplet: 86, 3D and 88. RGB value is (134,61,136). Sum of RGB (Red+Green+Blue) = 134+61+136=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #863D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863D88 is #79C277. Grayscale: #5B5B5B. Windows color (decimal): -7979640 or 8928646. OLE color: 8928646.
HSL color Cylindrical-coordinate representation of color #863D88: hue angle of 298.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863D88 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 136 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.47 |
| HSL | 298.4º | 0.38% | 0.39% | - |
| HSV(B) | 298.4º | 0.55% | 0.53% | - |
| XYZ | 15.94 | 10.18 | 24.42 | - |
| YUV | 91.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 136 | 0.01 | 0.55 | 0 | 0.47 | 298.4 | 0.38 | 0.39 |
| Hex | 86 | 3D | 88 | 1 | 37 | 0 | 2F | 12A | 26 | 27 |
| Octal | 206 | 75 | 210 | 1 | 67 | 0 | 57 | 452 | 46 | 47 |
| Binary | 10000110 | 111101 | 10001000 | 1 | 110111 | 0 | 101111 | 100101010 | 100110 | 100111 |
Color Harmonies of #863D88
Complementary color
Monochromatic Colors of #863D88
Black with #863D88
Text Example
Text Example
White with #863D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D88; }
p { color: rgb(134,61,136); }
H1.HeaderClassName
{
color: #863D88;
}
.AnyTagClassName
{
color: #863D88;
}
</style>
background-color css
<style>
a { background-color: #863D88; }
a { background-color: rgb(134,61,136); }
div.DivClassName
{
background-color: #863D88;
}
.BgClassName
{
background-color: #863D88;
}
</style>
border-color css
<style>
span { border-color: #863D88; }
span { border-color: rgb(134,61,136); }
td.TdClassName
{
border-color: #863D88;
}
.TagClassName
{
border-color: #863D88;
}
</style>