Shades of Vivid Violet #874789
Tints of Vivid Violet #874789
RGB
CMYK
RGB Variations
Color information
#874789 (or 0x874789) is known color: Vivid Violet. HEX triplet: 87, 47 and 89. RGB value is (135,71,137). Sum of RGB (Red+Green+Blue) = 135+71+137=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #874789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874789 is #78B876. Grayscale: #616161. Windows color (decimal): -7911543 or 8996743. OLE color: 8996743.
HSL color Cylindrical-coordinate representation of color #874789: hue angle of 298.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874789 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 71 | 137 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.46 |
| HSL | 298.18º | 0.32% | 0.41% | - |
| HSV(B) | 298.18º | 0.48% | 0.54% | - |
| XYZ | 16.76 | 11.46 | 25 | - |
| YUV | 97.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 137 | 0.01 | 0.48 | 0 | 0.46 | 298.18 | 0.32 | 0.41 |
| Hex | 87 | 47 | 89 | 1 | 30 | 0 | 2E | 12A | 20 | 29 |
| Octal | 207 | 107 | 211 | 1 | 60 | 0 | 56 | 452 | 40 | 51 |
| Binary | 10000111 | 1000111 | 10001001 | 1 | 110000 | 0 | 101110 | 100101010 | 100000 | 101001 |
Color Harmonies of #874789
Complementary color
Monochromatic Colors of #874789
Black with #874789
Text Example
Text Example
White with #874789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874789; }
p { color: rgb(135,71,137); }
H1.HeaderClassName
{
color: #874789;
}
.AnyTagClassName
{
color: #874789;
}
</style>
background-color css
<style>
a { background-color: #874789; }
a { background-color: rgb(135,71,137); }
div.DivClassName
{
background-color: #874789;
}
.BgClassName
{
background-color: #874789;
}
</style>
border-color css
<style>
span { border-color: #874789; }
span { border-color: rgb(135,71,137); }
td.TdClassName
{
border-color: #874789;
}
.TagClassName
{
border-color: #874789;
}
</style>