Shades of Vivid Violet #862889
Tints of Vivid Violet #862889
RGB
CMYK
RGB Variations
Color information
#862889 (or 0x862889) is known color: Vivid Violet. HEX triplet: 86, 28 and 89. RGB value is (134,40,137). Sum of RGB (Red+Green+Blue) = 134+40+137=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #862889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862889 is #79D776. Grayscale: #4E4E4E. Windows color (decimal): -7985015 or 8988806. OLE color: 8988806.
HSL color Cylindrical-coordinate representation of color #862889: hue angle of 298.14º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862889 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 40 | 137 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.46 |
| HSL | 298.14º | 0.55% | 0.35% | - |
| HSV(B) | 298.14º | 0.71% | 0.54% | - |
| XYZ | 15.11 | 8.39 | 24.49 | - |
| YUV | 79.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 137 | 0.02 | 0.71 | 0 | 0.46 | 298.14 | 0.55 | 0.35 |
| Hex | 86 | 28 | 89 | 2 | 47 | 0 | 2E | 12A | 37 | 23 |
| Octal | 206 | 50 | 211 | 2 | 107 | 0 | 56 | 452 | 67 | 43 |
| Binary | 10000110 | 101000 | 10001001 | 10 | 1000111 | 0 | 101110 | 100101010 | 110111 | 100011 |
Color Harmonies of #862889
Complementary color
Monochromatic Colors of #862889
Black with #862889
Text Example
Text Example
White with #862889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862889; }
p { color: rgb(134,40,137); }
H1.HeaderClassName
{
color: #862889;
}
.AnyTagClassName
{
color: #862889;
}
</style>
background-color css
<style>
a { background-color: #862889; }
a { background-color: rgb(134,40,137); }
div.DivClassName
{
background-color: #862889;
}
.BgClassName
{
background-color: #862889;
}
</style>
border-color css
<style>
span { border-color: #862889; }
span { border-color: rgb(134,40,137); }
td.TdClassName
{
border-color: #862889;
}
.TagClassName
{
border-color: #862889;
}
</style>