Shades of Vivid Violet #863388
Tints of Vivid Violet #863388
RGB
CMYK
RGB Variations
Color information
#863388 (or 0x863388) is known color: Vivid Violet. HEX triplet: 86, 33 and 88. RGB value is (134,51,136). Sum of RGB (Red+Green+Blue) = 134+51+136=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #863388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863388 is #79CC77. Grayscale: #555555. Windows color (decimal): -7982200 or 8926086. OLE color: 8926086.
HSL color Cylindrical-coordinate representation of color #863388: hue angle of 298.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863388 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 136 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.47 |
| HSL | 298.59º | 0.45% | 0.37% | - |
| HSV(B) | 298.59º | 0.63% | 0.53% | - |
| XYZ | 15.46 | 9.21 | 24.26 | - |
| YUV | 85.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 136 | 0.01 | 0.62 | 0 | 0.47 | 298.59 | 0.45 | 0.37 |
| Hex | 86 | 33 | 88 | 1 | 3E | 0 | 2F | 12B | 2D | 25 |
| Octal | 206 | 63 | 210 | 1 | 76 | 0 | 57 | 453 | 55 | 45 |
| Binary | 10000110 | 110011 | 10001000 | 1 | 111110 | 0 | 101111 | 100101011 | 101101 | 100101 |
Color Harmonies of #863388
Complementary color
Monochromatic Colors of #863388
Black with #863388
Text Example
Text Example
White with #863388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863388; }
p { color: rgb(134,51,136); }
H1.HeaderClassName
{
color: #863388;
}
.AnyTagClassName
{
color: #863388;
}
</style>
background-color css
<style>
a { background-color: #863388; }
a { background-color: rgb(134,51,136); }
div.DivClassName
{
background-color: #863388;
}
.BgClassName
{
background-color: #863388;
}
</style>
border-color css
<style>
span { border-color: #863388; }
span { border-color: rgb(134,51,136); }
td.TdClassName
{
border-color: #863388;
}
.TagClassName
{
border-color: #863388;
}
</style>