Shades of Vivid Violet #874495
Tints of Vivid Violet #874495
RGB
CMYK
RGB Variations
Color information
#874495 (or 0x874495) is known color: Vivid Violet. HEX triplet: 87, 44 and 95. RGB value is (135,68,149). Sum of RGB (Red+Green+Blue) = 135+68+149=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #874495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874495 is #78BB6A. Grayscale: #616161. Windows color (decimal): -7912299 or 9782407. OLE color: 9782407.
HSL color Cylindrical-coordinate representation of color #874495: hue angle of 289.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874495 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 68 | 149 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.42 |
| HSL | 289.63º | 0.37% | 0.43% | - |
| HSV(B) | 289.63º | 0.54% | 0.58% | - |
| XYZ | 17.48 | 11.46 | 29.72 | - |
| YUV | 97.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 149 | 0.09 | 0.54 | 0 | 0.42 | 289.63 | 0.37 | 0.43 |
| Hex | 87 | 44 | 95 | 9 | 36 | 0 | 2A | 122 | 25 | 2B |
| Octal | 207 | 104 | 225 | 11 | 66 | 0 | 52 | 442 | 45 | 53 |
| Binary | 10000111 | 1000100 | 10010101 | 1001 | 110110 | 0 | 101010 | 100100010 | 100101 | 101011 |
Color Harmonies of #874495
Complementary color
Monochromatic Colors of #874495
Black with #874495
Text Example
Text Example
White with #874495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874495; }
p { color: rgb(135,68,149); }
H1.HeaderClassName
{
color: #874495;
}
.AnyTagClassName
{
color: #874495;
}
</style>
background-color css
<style>
a { background-color: #874495; }
a { background-color: rgb(135,68,149); }
div.DivClassName
{
background-color: #874495;
}
.BgClassName
{
background-color: #874495;
}
</style>
border-color css
<style>
span { border-color: #874495; }
span { border-color: rgb(135,68,149); }
td.TdClassName
{
border-color: #874495;
}
.TagClassName
{
border-color: #874495;
}
</style>