Shades of Vivid Violet #87409E
Tints of Vivid Violet #87409E
RGB
CMYK
RGB Variations
Color information
#87409E (or 0x87409E) is known color: Vivid Violet. HEX triplet: 87, 40 and 9E. RGB value is (135,64,158). Sum of RGB (Red+Green+Blue) = 135+64+158=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #87409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87409E is #78BF61. Grayscale: #5F5F5F. Windows color (decimal): -7913314 or 10371207. OLE color: 10371207.
HSL color Cylindrical-coordinate representation of color #87409E: hue angle of 285.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87409E is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 64 | 158 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.38 |
| HSL | 285.32º | 0.42% | 0.44% | - |
| HSV(B) | 285.32º | 0.59% | 0.62% | - |
| XYZ | 18 | 11.29 | 33.58 | - |
| YUV | 95.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 158 | 0.15 | 0.59 | 0 | 0.38 | 285.32 | 0.42 | 0.44 |
| Hex | 87 | 40 | 9E | F | 3B | 0 | 26 | 11D | 2A | 2C |
| Octal | 207 | 100 | 236 | 17 | 73 | 0 | 46 | 435 | 52 | 54 |
| Binary | 10000111 | 1000000 | 10011110 | 1111 | 111011 | 0 | 100110 | 100011101 | 101010 | 101100 |
Color Harmonies of #87409E
Complementary color
Monochromatic Colors of #87409E
Black with #87409E
Text Example
Text Example
White with #87409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87409E; }
p { color: rgb(135,64,158); }
H1.HeaderClassName
{
color: #87409E;
}
.AnyTagClassName
{
color: #87409E;
}
</style>
background-color css
<style>
a { background-color: #87409E; }
a { background-color: rgb(135,64,158); }
div.DivClassName
{
background-color: #87409E;
}
.BgClassName
{
background-color: #87409E;
}
</style>
border-color css
<style>
span { border-color: #87409E; }
span { border-color: rgb(135,64,158); }
td.TdClassName
{
border-color: #87409E;
}
.TagClassName
{
border-color: #87409E;
}
</style>