Shades of Vivid Violet #874BA1
Tints of Vivid Violet #874BA1
RGB
CMYK
RGB Variations
Color information
#874BA1 (or 0x874BA1) is known color: Vivid Violet. HEX triplet: 87, 4B and A1. RGB value is (135,75,161). Sum of RGB (Red+Green+Blue) = 135+75+161=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #874BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BA1 is #78B45E. Grayscale: #666666. Windows color (decimal): -7910495 or 10570631. OLE color: 10570631.
HSL color Cylindrical-coordinate representation of color #874BA1: hue angle of 281.86º 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 #874BA1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 75 | 161 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.37 |
| HSL | 281.86º | 0.36% | 0.46% | - |
| HSV(B) | 281.86º | 0.53% | 0.63% | - |
| XYZ | 18.94 | 12.76 | 35.18 | - |
| YUV | 102.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 161 | 0.16 | 0.53 | 0 | 0.37 | 281.86 | 0.36 | 0.46 |
| Hex | 87 | 4B | A1 | 10 | 35 | 0 | 25 | 11A | 24 | 2E |
| Octal | 207 | 113 | 241 | 20 | 65 | 0 | 45 | 432 | 44 | 56 |
| Binary | 10000111 | 1001011 | 10100001 | 10000 | 110101 | 0 | 100101 | 100011010 | 100100 | 101110 |
Color Harmonies of #874BA1
Complementary color
Monochromatic Colors of #874BA1
Black with #874BA1
Text Example
Text Example
White with #874BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BA1; }
p { color: rgb(135,75,161); }
H1.HeaderClassName
{
color: #874BA1;
}
.AnyTagClassName
{
color: #874BA1;
}
</style>
background-color css
<style>
a { background-color: #874BA1; }
a { background-color: rgb(135,75,161); }
div.DivClassName
{
background-color: #874BA1;
}
.BgClassName
{
background-color: #874BA1;
}
</style>
border-color css
<style>
span { border-color: #874BA1; }
span { border-color: rgb(135,75,161); }
td.TdClassName
{
border-color: #874BA1;
}
.TagClassName
{
border-color: #874BA1;
}
</style>