Shades of Vivid Violet #874696
Tints of Vivid Violet #874696
RGB
CMYK
RGB Variations
Color information
#874696 (or 0x874696) is known color: Vivid Violet. HEX triplet: 87, 46 and 96. RGB value is (135,70,150). Sum of RGB (Red+Green+Blue) = 135+70+150=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #874696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874696 is #78B969. Grayscale: #626262. Windows color (decimal): -7911786 or 9848455. OLE color: 9848455.
HSL color Cylindrical-coordinate representation of color #874696: hue angle of 288.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874696 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 70 | 150 | - |
| CMYK | 0.1 | 0.53 | 0 | 0.41 |
| HSL | 288.75º | 0.36% | 0.43% | - |
| HSV(B) | 288.75º | 0.53% | 0.59% | - |
| XYZ | 17.69 | 11.73 | 30.19 | - |
| YUV | 98.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 150 | 0.1 | 0.53 | 0 | 0.41 | 288.75 | 0.36 | 0.43 |
| Hex | 87 | 46 | 96 | A | 35 | 0 | 29 | 121 | 24 | 2B |
| Octal | 207 | 106 | 226 | 12 | 65 | 0 | 51 | 441 | 44 | 53 |
| Binary | 10000111 | 1000110 | 10010110 | 1010 | 110101 | 0 | 101001 | 100100001 | 100100 | 101011 |
Color Harmonies of #874696
Complementary color
Monochromatic Colors of #874696
Black with #874696
Text Example
Text Example
White with #874696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874696; }
p { color: rgb(135,70,150); }
H1.HeaderClassName
{
color: #874696;
}
.AnyTagClassName
{
color: #874696;
}
</style>
background-color css
<style>
a { background-color: #874696; }
a { background-color: rgb(135,70,150); }
div.DivClassName
{
background-color: #874696;
}
.BgClassName
{
background-color: #874696;
}
</style>
border-color css
<style>
span { border-color: #874696; }
span { border-color: rgb(135,70,150); }
td.TdClassName
{
border-color: #874696;
}
.TagClassName
{
border-color: #874696;
}
</style>