Shades of Vivid Violet #874497
Tints of Vivid Violet #874497
RGB
CMYK
RGB Variations
Color information
#874497 (or 0x874497) is known color: Vivid Violet. HEX triplet: 87, 44 and 97. RGB value is (135,68,151). Sum of RGB (Red+Green+Blue) = 135+68+151=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #874497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874497 is #78BB68. Grayscale: #616161. Windows color (decimal): -7912297 or 9913479. OLE color: 9913479.
HSL color Cylindrical-coordinate representation of color #874497: hue angle of 288.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874497 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 68 | 151 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.41 |
| HSL | 288.43º | 0.38% | 0.43% | - |
| HSV(B) | 288.43º | 0.55% | 0.59% | - |
| XYZ | 17.64 | 11.52 | 30.57 | - |
| YUV | 97.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 151 | 0.11 | 0.55 | 0 | 0.41 | 288.43 | 0.38 | 0.43 |
| Hex | 87 | 44 | 97 | B | 37 | 0 | 29 | 120 | 26 | 2B |
| Octal | 207 | 104 | 227 | 13 | 67 | 0 | 51 | 440 | 46 | 53 |
| Binary | 10000111 | 1000100 | 10010111 | 1011 | 110111 | 0 | 101001 | 100100000 | 100110 | 101011 |
Color Harmonies of #874497
Complementary color
Monochromatic Colors of #874497
Black with #874497
Text Example
Text Example
White with #874497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874497; }
p { color: rgb(135,68,151); }
H1.HeaderClassName
{
color: #874497;
}
.AnyTagClassName
{
color: #874497;
}
</style>
background-color css
<style>
a { background-color: #874497; }
a { background-color: rgb(135,68,151); }
div.DivClassName
{
background-color: #874497;
}
.BgClassName
{
background-color: #874497;
}
</style>
border-color css
<style>
span { border-color: #874497; }
span { border-color: rgb(135,68,151); }
td.TdClassName
{
border-color: #874497;
}
.TagClassName
{
border-color: #874497;
}
</style>