Shades of Vivid Violet #874CA0
Tints of Vivid Violet #874CA0
RGB
CMYK
RGB Variations
Color information
#874CA0 (or 0x874CA0) is known color: Vivid Violet. HEX triplet: 87, 4C and A0. RGB value is (135,76,160). Sum of RGB (Red+Green+Blue) = 135+76+160=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #874CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874CA0 is #78B35F. Grayscale: #666666. Windows color (decimal): -7910240 or 10505351. OLE color: 10505351.
HSL color Cylindrical-coordinate representation of color #874CA0: hue angle of 282.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874CA0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 76 | 160 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.37 |
| HSL | 282.14º | 0.36% | 0.46% | - |
| HSV(B) | 282.14º | 0.53% | 0.63% | - |
| XYZ | 18.92 | 12.86 | 34.74 | - |
| YUV | 103.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 160 | 0.16 | 0.52 | 0 | 0.37 | 282.14 | 0.36 | 0.46 |
| Hex | 87 | 4C | A0 | 10 | 34 | 0 | 25 | 11A | 24 | 2E |
| Octal | 207 | 114 | 240 | 20 | 64 | 0 | 45 | 432 | 44 | 56 |
| Binary | 10000111 | 1001100 | 10100000 | 10000 | 110100 | 0 | 100101 | 100011010 | 100100 | 101110 |
Color Harmonies of #874CA0
Complementary color
Monochromatic Colors of #874CA0
Black with #874CA0
Text Example
Text Example
White with #874CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CA0; }
p { color: rgb(135,76,160); }
H1.HeaderClassName
{
color: #874CA0;
}
.AnyTagClassName
{
color: #874CA0;
}
</style>
background-color css
<style>
a { background-color: #874CA0; }
a { background-color: rgb(135,76,160); }
div.DivClassName
{
background-color: #874CA0;
}
.BgClassName
{
background-color: #874CA0;
}
</style>
border-color css
<style>
span { border-color: #874CA0; }
span { border-color: rgb(135,76,160); }
td.TdClassName
{
border-color: #874CA0;
}
.TagClassName
{
border-color: #874CA0;
}
</style>