Shades of Vivid Violet #87499A
Tints of Vivid Violet #87499A
RGB
CMYK
RGB Variations
Color information
#87499A (or 0x87499A) is known color: Vivid Violet. HEX triplet: 87, 49 and 9A. RGB value is (135,73,154). Sum of RGB (Red+Green+Blue) = 135+73+154=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #87499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87499A is #78B665. Grayscale: #646464. Windows color (decimal): -7911014 or 10111367. OLE color: 10111367.
HSL color Cylindrical-coordinate representation of color #87499A: hue angle of 285.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87499A is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 73 | 154 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.40 |
| HSL | 285.93º | 0.36% | 0.45% | - |
| HSV(B) | 285.93º | 0.53% | 0.6% | - |
| XYZ | 18.21 | 12.25 | 31.98 | - |
| YUV | 100.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 154 | 0.12 | 0.53 | 0 | 0.40 | 285.93 | 0.36 | 0.45 |
| Hex | 87 | 49 | 9A | C | 35 | 0 | 28 | 11E | 24 | 2D |
| Octal | 207 | 111 | 232 | 14 | 65 | 0 | 50 | 436 | 44 | 55 |
| Binary | 10000111 | 1001001 | 10011010 | 1100 | 110101 | 0 | 101000 | 100011110 | 100100 | 101101 |
Color Harmonies of #87499A
Complementary color
Monochromatic Colors of #87499A
Black with #87499A
Text Example
Text Example
White with #87499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87499A; }
p { color: rgb(135,73,154); }
H1.HeaderClassName
{
color: #87499A;
}
.AnyTagClassName
{
color: #87499A;
}
</style>
background-color css
<style>
a { background-color: #87499A; }
a { background-color: rgb(135,73,154); }
div.DivClassName
{
background-color: #87499A;
}
.BgClassName
{
background-color: #87499A;
}
</style>
border-color css
<style>
span { border-color: #87499A; }
span { border-color: rgb(135,73,154); }
td.TdClassName
{
border-color: #87499A;
}
.TagClassName
{
border-color: #87499A;
}
</style>