Shades of Vivid Violet #874298
Tints of Vivid Violet #874298
RGB
CMYK
RGB Variations
Color information
#874298 (or 0x874298) is known color: Vivid Violet. HEX triplet: 87, 42 and 98. RGB value is (135,66,152). Sum of RGB (Red+Green+Blue) = 135+66+152=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #874298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874298 is #78BD67. Grayscale: #606060. Windows color (decimal): -7912808 or 9978503. OLE color: 9978503.
HSL color Cylindrical-coordinate representation of color #874298: hue angle of 288.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874298 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 66 | 152 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.40 |
| HSL | 288.14º | 0.39% | 0.43% | - |
| HSV(B) | 288.14º | 0.57% | 0.6% | - |
| XYZ | 17.61 | 11.31 | 30.96 | - |
| YUV | 96.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 152 | 0.11 | 0.57 | 0 | 0.40 | 288.14 | 0.39 | 0.43 |
| Hex | 87 | 42 | 98 | B | 39 | 0 | 28 | 120 | 27 | 2B |
| Octal | 207 | 102 | 230 | 13 | 71 | 0 | 50 | 440 | 47 | 53 |
| Binary | 10000111 | 1000010 | 10011000 | 1011 | 111001 | 0 | 101000 | 100100000 | 100111 | 101011 |
Color Harmonies of #874298
Complementary color
Monochromatic Colors of #874298
Black with #874298
Text Example
Text Example
White with #874298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874298; }
p { color: rgb(135,66,152); }
H1.HeaderClassName
{
color: #874298;
}
.AnyTagClassName
{
color: #874298;
}
</style>
background-color css
<style>
a { background-color: #874298; }
a { background-color: rgb(135,66,152); }
div.DivClassName
{
background-color: #874298;
}
.BgClassName
{
background-color: #874298;
}
</style>
border-color css
<style>
span { border-color: #874298; }
span { border-color: rgb(135,66,152); }
td.TdClassName
{
border-color: #874298;
}
.TagClassName
{
border-color: #874298;
}
</style>