Shades of Vivid Violet #874080
Tints of Vivid Violet #874080
RGB
CMYK
RGB Variations
Color information
#874080 (or 0x874080) is known color: Vivid Violet. HEX triplet: 87, 40 and 80. RGB value is (135,64,128). Sum of RGB (Red+Green+Blue) = 135+64+128=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #874080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874080 is #78BF7F. Grayscale: #5C5C5C. Windows color (decimal): -7913344 or 8405127. OLE color: 8405127.
HSL color Cylindrical-coordinate representation of color #874080: hue angle of 305.92º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874080 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 128 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.47 |
| HSL | 305.92º | 0.36% | 0.39% | - |
| HSV(B) | 305.92º | 0.53% | 0.53% | - |
| XYZ | 15.72 | 10.38 | 21.6 | - |
| YUV | 92.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 128 | 0 | 0.53 | 0.05 | 0.47 | 305.92 | 0.36 | 0.39 |
| Hex | 87 | 40 | 80 | 0 | 35 | 5 | 2F | 132 | 24 | 27 |
| Octal | 207 | 100 | 200 | 0 | 65 | 5 | 57 | 462 | 44 | 47 |
| Binary | 10000111 | 1000000 | 10000000 | 0 | 110101 | 101 | 101111 | 100110010 | 100100 | 100111 |
Color Harmonies of #874080
Complementary color
Monochromatic Colors of #874080
Black with #874080
Text Example
Text Example
White with #874080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874080; }
p { color: rgb(135,64,128); }
H1.HeaderClassName
{
color: #874080;
}
.AnyTagClassName
{
color: #874080;
}
</style>
background-color css
<style>
a { background-color: #874080; }
a { background-color: rgb(135,64,128); }
div.DivClassName
{
background-color: #874080;
}
.BgClassName
{
background-color: #874080;
}
</style>
border-color css
<style>
span { border-color: #874080; }
span { border-color: rgb(135,64,128); }
td.TdClassName
{
border-color: #874080;
}
.TagClassName
{
border-color: #874080;
}
</style>