Shades of Vivid Violet #87409F
Tints of Vivid Violet #87409F
RGB
CMYK
RGB Variations
Color information
#87409F (or 0x87409F) is known color: Vivid Violet. HEX triplet: 87, 40 and 9F. RGB value is (135,64,159). Sum of RGB (Red+Green+Blue) = 135+64+159=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #87409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87409F is #78BF60. Grayscale: #5F5F5F. Windows color (decimal): -7913313 or 10436743. OLE color: 10436743.
HSL color Cylindrical-coordinate representation of color #87409F: hue angle of 284.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87409F is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 64 | 159 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.38 |
| HSL | 284.84º | 0.43% | 0.44% | - |
| HSV(B) | 284.84º | 0.6% | 0.62% | - |
| XYZ | 18.08 | 11.32 | 34.03 | - |
| YUV | 96.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 159 | 0.15 | 0.60 | 0 | 0.38 | 284.84 | 0.43 | 0.44 |
| Hex | 87 | 40 | 9F | F | 3C | 0 | 26 | 11D | 2B | 2C |
| Octal | 207 | 100 | 237 | 17 | 74 | 0 | 46 | 435 | 53 | 54 |
| Binary | 10000111 | 1000000 | 10011111 | 1111 | 111100 | 0 | 100110 | 100011101 | 101011 | 101100 |
Color Harmonies of #87409F
Complementary color
Monochromatic Colors of #87409F
Black with #87409F
Text Example
Text Example
White with #87409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87409F; }
p { color: rgb(135,64,159); }
H1.HeaderClassName
{
color: #87409F;
}
.AnyTagClassName
{
color: #87409F;
}
</style>
background-color css
<style>
a { background-color: #87409F; }
a { background-color: rgb(135,64,159); }
div.DivClassName
{
background-color: #87409F;
}
.BgClassName
{
background-color: #87409F;
}
</style>
border-color css
<style>
span { border-color: #87409F; }
span { border-color: rgb(135,64,159); }
td.TdClassName
{
border-color: #87409F;
}
.TagClassName
{
border-color: #87409F;
}
</style>