Shades of Vivid Violet #863889
Tints of Vivid Violet #863889
RGB
CMYK
RGB Variations
Color information
#863889 (or 0x863889) is known color: Vivid Violet. HEX triplet: 86, 38 and 89. RGB value is (134,56,137). Sum of RGB (Red+Green+Blue) = 134+56+137=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #863889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863889 is #79C776. Grayscale: #585858. Windows color (decimal): -7980919 or 8992902. OLE color: 8992902.
HSL color Cylindrical-coordinate representation of color #863889: hue angle of 297.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863889 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 56 | 137 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.46 |
| HSL | 297.78º | 0.42% | 0.38% | - |
| HSV(B) | 297.78º | 0.59% | 0.54% | - |
| XYZ | 15.76 | 9.7 | 24.71 | - |
| YUV | 88.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 137 | 0.02 | 0.59 | 0 | 0.46 | 297.78 | 0.42 | 0.38 |
| Hex | 86 | 38 | 89 | 2 | 3B | 0 | 2E | 12A | 2A | 26 |
| Octal | 206 | 70 | 211 | 2 | 73 | 0 | 56 | 452 | 52 | 46 |
| Binary | 10000110 | 111000 | 10001001 | 10 | 111011 | 0 | 101110 | 100101010 | 101010 | 100110 |
Color Harmonies of #863889
Complementary color
Monochromatic Colors of #863889
Black with #863889
Text Example
Text Example
White with #863889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863889; }
p { color: rgb(134,56,137); }
H1.HeaderClassName
{
color: #863889;
}
.AnyTagClassName
{
color: #863889;
}
</style>
background-color css
<style>
a { background-color: #863889; }
a { background-color: rgb(134,56,137); }
div.DivClassName
{
background-color: #863889;
}
.BgClassName
{
background-color: #863889;
}
</style>
border-color css
<style>
span { border-color: #863889; }
span { border-color: rgb(134,56,137); }
td.TdClassName
{
border-color: #863889;
}
.TagClassName
{
border-color: #863889;
}
</style>