Shades of Vivid Violet #874291
Tints of Vivid Violet #874291
RGB
CMYK
RGB Variations
Color information
#874291 (or 0x874291) is known color: Vivid Violet. HEX triplet: 87, 42 and 91. RGB value is (135,66,145). Sum of RGB (Red+Green+Blue) = 135+66+145=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #874291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874291 is #78BD6E. Grayscale: #5F5F5F. Windows color (decimal): -7912815 or 9519751. OLE color: 9519751.
HSL color Cylindrical-coordinate representation of color #874291: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874291 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 66 | 145 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.43 |
| HSL | 292.41º | 0.37% | 0.41% | - |
| HSV(B) | 292.41º | 0.54% | 0.57% | - |
| XYZ | 17.05 | 11.09 | 28.03 | - |
| YUV | 95.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 145 | 0.07 | 0.54 | 0 | 0.43 | 292.41 | 0.37 | 0.41 |
| Hex | 87 | 42 | 91 | 7 | 36 | 0 | 2B | 124 | 25 | 29 |
| Octal | 207 | 102 | 221 | 7 | 66 | 0 | 53 | 444 | 45 | 51 |
| Binary | 10000111 | 1000010 | 10010001 | 111 | 110110 | 0 | 101011 | 100100100 | 100101 | 101001 |
Color Harmonies of #874291
Complementary color
Monochromatic Colors of #874291
Black with #874291
Text Example
Text Example
White with #874291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874291; }
p { color: rgb(135,66,145); }
H1.HeaderClassName
{
color: #874291;
}
.AnyTagClassName
{
color: #874291;
}
</style>
background-color css
<style>
a { background-color: #874291; }
a { background-color: rgb(135,66,145); }
div.DivClassName
{
background-color: #874291;
}
.BgClassName
{
background-color: #874291;
}
</style>
border-color css
<style>
span { border-color: #874291; }
span { border-color: rgb(135,66,145); }
td.TdClassName
{
border-color: #874291;
}
.TagClassName
{
border-color: #874291;
}
</style>