Shades of Vivid Violet #874795
Tints of Vivid Violet #874795
RGB
CMYK
RGB Variations
Color information
#874795 (or 0x874795) is known color: Vivid Violet. HEX triplet: 87, 47 and 95. RGB value is (135,71,149). Sum of RGB (Red+Green+Blue) = 135+71+149=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #874795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874795 is #78B86A. Grayscale: #626262. Windows color (decimal): -7911531 or 9783175. OLE color: 9783175.
HSL color Cylindrical-coordinate representation of color #874795: hue angle of 289.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874795 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 71 | 149 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.42 |
| HSL | 289.23º | 0.35% | 0.43% | - |
| HSV(B) | 289.23º | 0.52% | 0.58% | - |
| XYZ | 17.67 | 11.83 | 29.79 | - |
| YUV | 99.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 149 | 0.09 | 0.52 | 0 | 0.42 | 289.23 | 0.35 | 0.43 |
| Hex | 87 | 47 | 95 | 9 | 34 | 0 | 2A | 121 | 23 | 2B |
| Octal | 207 | 107 | 225 | 11 | 64 | 0 | 52 | 441 | 43 | 53 |
| Binary | 10000111 | 1000111 | 10010101 | 1001 | 110100 | 0 | 101010 | 100100001 | 100011 | 101011 |
Color Harmonies of #874795
Complementary color
Monochromatic Colors of #874795
Black with #874795
Text Example
Text Example
White with #874795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874795; }
p { color: rgb(135,71,149); }
H1.HeaderClassName
{
color: #874795;
}
.AnyTagClassName
{
color: #874795;
}
</style>
background-color css
<style>
a { background-color: #874795; }
a { background-color: rgb(135,71,149); }
div.DivClassName
{
background-color: #874795;
}
.BgClassName
{
background-color: #874795;
}
</style>
border-color css
<style>
span { border-color: #874795; }
span { border-color: rgb(135,71,149); }
td.TdClassName
{
border-color: #874795;
}
.TagClassName
{
border-color: #874795;
}
</style>