Shades of Vivid Violet #874C9F
Tints of Vivid Violet #874C9F
RGB
CMYK
RGB Variations
Color information
#874C9F (or 0x874C9F) is known color: Vivid Violet. HEX triplet: 87, 4C and 9F. RGB value is (135,76,159). Sum of RGB (Red+Green+Blue) = 135+76+159=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #874C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C9F is #78B360. Grayscale: #666666. Windows color (decimal): -7910241 or 10439815. OLE color: 10439815.
HSL color Cylindrical-coordinate representation of color #874C9F: hue angle of 282.65º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874C9F is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 76 | 159 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.38 |
| HSL | 282.65º | 0.35% | 0.46% | - |
| HSV(B) | 282.65º | 0.52% | 0.62% | - |
| XYZ | 18.83 | 12.82 | 34.28 | - |
| YUV | 103.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 159 | 0.15 | 0.52 | 0 | 0.38 | 282.65 | 0.35 | 0.46 |
| Hex | 87 | 4C | 9F | F | 34 | 0 | 26 | 11B | 23 | 2E |
| Octal | 207 | 114 | 237 | 17 | 64 | 0 | 46 | 433 | 43 | 56 |
| Binary | 10000111 | 1001100 | 10011111 | 1111 | 110100 | 0 | 100110 | 100011011 | 100011 | 101110 |
Color Harmonies of #874C9F
Complementary color
Monochromatic Colors of #874C9F
Black with #874C9F
Text Example
Text Example
White with #874C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C9F; }
p { color: rgb(135,76,159); }
H1.HeaderClassName
{
color: #874C9F;
}
.AnyTagClassName
{
color: #874C9F;
}
</style>
background-color css
<style>
a { background-color: #874C9F; }
a { background-color: rgb(135,76,159); }
div.DivClassName
{
background-color: #874C9F;
}
.BgClassName
{
background-color: #874C9F;
}
</style>
border-color css
<style>
span { border-color: #874C9F; }
span { border-color: rgb(135,76,159); }
td.TdClassName
{
border-color: #874C9F;
}
.TagClassName
{
border-color: #874C9F;
}
</style>