Shades of Vivid Violet #863488
Tints of Vivid Violet #863488
RGB
CMYK
RGB Variations
Color information
#863488 (or 0x863488) is known color: Vivid Violet. HEX triplet: 86, 34 and 88. RGB value is (134,52,136). Sum of RGB (Red+Green+Blue) = 134+52+136=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #863488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863488 is #79CB77. Grayscale: #555555. Windows color (decimal): -7981944 or 8926342. OLE color: 8926342.
HSL color Cylindrical-coordinate representation of color #863488: hue angle of 298.57º 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 #863488 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 136 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.47 |
| HSL | 298.57º | 0.45% | 0.37% | - |
| HSV(B) | 298.57º | 0.62% | 0.53% | - |
| XYZ | 15.5 | 9.3 | 24.27 | - |
| YUV | 86.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 136 | 0.01 | 0.62 | 0 | 0.47 | 298.57 | 0.45 | 0.37 |
| Hex | 86 | 34 | 88 | 1 | 3E | 0 | 2F | 12B | 2D | 25 |
| Octal | 206 | 64 | 210 | 1 | 76 | 0 | 57 | 453 | 55 | 45 |
| Binary | 10000110 | 110100 | 10001000 | 1 | 111110 | 0 | 101111 | 100101011 | 101101 | 100101 |
Color Harmonies of #863488
Complementary color
Monochromatic Colors of #863488
Black with #863488
Text Example
Text Example
White with #863488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863488; }
p { color: rgb(134,52,136); }
H1.HeaderClassName
{
color: #863488;
}
.AnyTagClassName
{
color: #863488;
}
</style>
background-color css
<style>
a { background-color: #863488; }
a { background-color: rgb(134,52,136); }
div.DivClassName
{
background-color: #863488;
}
.BgClassName
{
background-color: #863488;
}
</style>
border-color css
<style>
span { border-color: #863488; }
span { border-color: rgb(134,52,136); }
td.TdClassName
{
border-color: #863488;
}
.TagClassName
{
border-color: #863488;
}
</style>