Shades of Vivid Violet #874D99
Tints of Vivid Violet #874D99
RGB
CMYK
RGB Variations
Color information
#874D99 (or 0x874D99) is known color: Vivid Violet. HEX triplet: 87, 4D and 99. RGB value is (135,77,153). Sum of RGB (Red+Green+Blue) = 135+77+153=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #874D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D99 is #78B266. Grayscale: #666666. Windows color (decimal): -7909991 or 10046855. OLE color: 10046855.
HSL color Cylindrical-coordinate representation of color #874D99: hue angle of 285.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874D99 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 77 | 153 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.4 |
| HSL | 285.79º | 0.33% | 0.45% | - |
| HSV(B) | 285.79º | 0.5% | 0.6% | - |
| XYZ | 18.4 | 12.76 | 31.63 | - |
| YUV | 103.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 153 | 0.12 | 0.50 | 0 | 0.4 | 285.79 | 0.33 | 0.45 |
| Hex | 87 | 4D | 99 | C | 32 | 0 | 28 | 11E | 21 | 2D |
| Octal | 207 | 115 | 231 | 14 | 62 | 0 | 50 | 436 | 41 | 55 |
| Binary | 10000111 | 1001101 | 10011001 | 1100 | 110010 | 0 | 101000 | 100011110 | 100001 | 101101 |
Color Harmonies of #874D99
Complementary color
Monochromatic Colors of #874D99
Black with #874D99
Text Example
Text Example
White with #874D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D99; }
p { color: rgb(135,77,153); }
H1.HeaderClassName
{
color: #874D99;
}
.AnyTagClassName
{
color: #874D99;
}
</style>
background-color css
<style>
a { background-color: #874D99; }
a { background-color: rgb(135,77,153); }
div.DivClassName
{
background-color: #874D99;
}
.BgClassName
{
background-color: #874D99;
}
</style>
border-color css
<style>
span { border-color: #874D99; }
span { border-color: rgb(135,77,153); }
td.TdClassName
{
border-color: #874D99;
}
.TagClassName
{
border-color: #874D99;
}
</style>