Shades of Vivid Violet #874294
Tints of Vivid Violet #874294
RGB
CMYK
RGB Variations
Color information
#874294 (or 0x874294) is known color: Vivid Violet. HEX triplet: 87, 42 and 94. RGB value is (135,66,148). Sum of RGB (Red+Green+Blue) = 135+66+148=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #874294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874294 is #78BD6B. Grayscale: #5F5F5F. Windows color (decimal): -7912812 or 9716359. OLE color: 9716359.
HSL color Cylindrical-coordinate representation of color #874294: hue angle of 290.49º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874294 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 66 | 148 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.42 |
| HSL | 290.49º | 0.38% | 0.42% | - |
| HSV(B) | 290.49º | 0.55% | 0.58% | - |
| XYZ | 17.29 | 11.19 | 29.26 | - |
| YUV | 95.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 148 | 0.09 | 0.55 | 0 | 0.42 | 290.49 | 0.38 | 0.42 |
| Hex | 87 | 42 | 94 | 9 | 37 | 0 | 2A | 122 | 26 | 2A |
| Octal | 207 | 102 | 224 | 11 | 67 | 0 | 52 | 442 | 46 | 52 |
| Binary | 10000111 | 1000010 | 10010100 | 1001 | 110111 | 0 | 101010 | 100100010 | 100110 | 101010 |
Color Harmonies of #874294
Complementary color
Monochromatic Colors of #874294
Black with #874294
Text Example
Text Example
White with #874294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874294; }
p { color: rgb(135,66,148); }
H1.HeaderClassName
{
color: #874294;
}
.AnyTagClassName
{
color: #874294;
}
</style>
background-color css
<style>
a { background-color: #874294; }
a { background-color: rgb(135,66,148); }
div.DivClassName
{
background-color: #874294;
}
.BgClassName
{
background-color: #874294;
}
</style>
border-color css
<style>
span { border-color: #874294; }
span { border-color: rgb(135,66,148); }
td.TdClassName
{
border-color: #874294;
}
.TagClassName
{
border-color: #874294;
}
</style>