Shades of Vivid Violet #874192
Tints of Vivid Violet #874192
RGB
CMYK
RGB Variations
Color information
#874192 (or 0x874192) is known color: Vivid Violet. HEX triplet: 87, 41 and 92. RGB value is (135,65,146). Sum of RGB (Red+Green+Blue) = 135+65+146=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #874192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874192 is #78BE6D. Grayscale: #5E5E5E. Windows color (decimal): -7913070 or 9585031. OLE color: 9585031.
HSL color Cylindrical-coordinate representation of color #874192: hue angle of 291.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874192 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 65 | 146 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.43 |
| HSL | 291.85º | 0.38% | 0.41% | - |
| HSV(B) | 291.85º | 0.55% | 0.57% | - |
| XYZ | 17.07 | 11.01 | 28.42 | - |
| YUV | 95.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 146 | 0.08 | 0.55 | 0 | 0.43 | 291.85 | 0.38 | 0.41 |
| Hex | 87 | 41 | 92 | 8 | 37 | 0 | 2B | 124 | 26 | 29 |
| Octal | 207 | 101 | 222 | 10 | 67 | 0 | 53 | 444 | 46 | 51 |
| Binary | 10000111 | 1000001 | 10010010 | 1000 | 110111 | 0 | 101011 | 100100100 | 100110 | 101001 |
Color Harmonies of #874192
Complementary color
Monochromatic Colors of #874192
Black with #874192
Text Example
Text Example
White with #874192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874192; }
p { color: rgb(135,65,146); }
H1.HeaderClassName
{
color: #874192;
}
.AnyTagClassName
{
color: #874192;
}
</style>
background-color css
<style>
a { background-color: #874192; }
a { background-color: rgb(135,65,146); }
div.DivClassName
{
background-color: #874192;
}
.BgClassName
{
background-color: #874192;
}
</style>
border-color css
<style>
span { border-color: #874192; }
span { border-color: rgb(135,65,146); }
td.TdClassName
{
border-color: #874192;
}
.TagClassName
{
border-color: #874192;
}
</style>