Shades of Vivid Violet #874F94
Tints of Vivid Violet #874F94
RGB
CMYK
RGB Variations
Color information
#874F94 (or 0x874F94) is known color: Vivid Violet. HEX triplet: 87, 4F and 94. RGB value is (135,79,148). Sum of RGB (Red+Green+Blue) = 135+79+148=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #874F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F94 is #78B06B. Grayscale: #676767. Windows color (decimal): -7909484 or 9719687. OLE color: 9719687.
HSL color Cylindrical-coordinate representation of color #874F94: hue angle of 288.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874F94 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 79 | 148 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.42 |
| HSL | 288.7º | 0.3% | 0.45% | - |
| HSV(B) | 288.7º | 0.47% | 0.58% | - |
| XYZ | 18.13 | 12.88 | 29.55 | - |
| YUV | 103.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 148 | 0.09 | 0.47 | 0 | 0.42 | 288.7 | 0.3 | 0.45 |
| Hex | 87 | 4F | 94 | 9 | 2F | 0 | 2A | 121 | 1E | 2D |
| Octal | 207 | 117 | 224 | 11 | 57 | 0 | 52 | 441 | 36 | 55 |
| Binary | 10000111 | 1001111 | 10010100 | 1001 | 101111 | 0 | 101010 | 100100001 | 11110 | 101101 |
Color Harmonies of #874F94
Complementary color
Monochromatic Colors of #874F94
Black with #874F94
Text Example
Text Example
White with #874F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F94; }
p { color: rgb(135,79,148); }
H1.HeaderClassName
{
color: #874F94;
}
.AnyTagClassName
{
color: #874F94;
}
</style>
background-color css
<style>
a { background-color: #874F94; }
a { background-color: rgb(135,79,148); }
div.DivClassName
{
background-color: #874F94;
}
.BgClassName
{
background-color: #874F94;
}
</style>
border-color css
<style>
span { border-color: #874F94; }
span { border-color: rgb(135,79,148); }
td.TdClassName
{
border-color: #874F94;
}
.TagClassName
{
border-color: #874F94;
}
</style>