Shades of Vivid Violet #874BA0
Tints of Vivid Violet #874BA0
RGB
CMYK
RGB Variations
Color information
#874BA0 (or 0x874BA0) is known color: Vivid Violet. HEX triplet: 87, 4B and A0. RGB value is (135,75,160). Sum of RGB (Red+Green+Blue) = 135+75+160=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #874BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BA0 is #78B45F. Grayscale: #666666. Windows color (decimal): -7910496 or 10505095. OLE color: 10505095.
HSL color Cylindrical-coordinate representation of color #874BA0: hue angle of 282.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874BA0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 75 | 160 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.37 |
| HSL | 282.35º | 0.36% | 0.46% | - |
| HSV(B) | 282.35º | 0.53% | 0.63% | - |
| XYZ | 18.85 | 12.72 | 34.72 | - |
| YUV | 102.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 160 | 0.16 | 0.53 | 0 | 0.37 | 282.35 | 0.36 | 0.46 |
| Hex | 87 | 4B | A0 | 10 | 35 | 0 | 25 | 11A | 24 | 2E |
| Octal | 207 | 113 | 240 | 20 | 65 | 0 | 45 | 432 | 44 | 56 |
| Binary | 10000111 | 1001011 | 10100000 | 10000 | 110101 | 0 | 100101 | 100011010 | 100100 | 101110 |
Color Harmonies of #874BA0
Complementary color
Monochromatic Colors of #874BA0
Black with #874BA0
Text Example
Text Example
White with #874BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BA0; }
p { color: rgb(135,75,160); }
H1.HeaderClassName
{
color: #874BA0;
}
.AnyTagClassName
{
color: #874BA0;
}
</style>
background-color css
<style>
a { background-color: #874BA0; }
a { background-color: rgb(135,75,160); }
div.DivClassName
{
background-color: #874BA0;
}
.BgClassName
{
background-color: #874BA0;
}
</style>
border-color css
<style>
span { border-color: #874BA0; }
span { border-color: rgb(135,75,160); }
td.TdClassName
{
border-color: #874BA0;
}
.TagClassName
{
border-color: #874BA0;
}
</style>