Shades of Vivid Violet #87509B
Tints of Vivid Violet #87509B
RGB
CMYK
RGB Variations
Color information
#87509B (or 0x87509B) is known color: Vivid Violet. HEX triplet: 87, 50 and 9B. RGB value is (135,80,155). Sum of RGB (Red+Green+Blue) = 135+80+155=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #87509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87509B is #78AF64. Grayscale: #686868. Windows color (decimal): -7909221 or 10178695. OLE color: 10178695.
HSL color Cylindrical-coordinate representation of color #87509B: hue angle of 284º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87509B is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 80 | 155 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.39 |
| HSL | 284º | 0.32% | 0.46% | - |
| HSV(B) | 284º | 0.48% | 0.61% | - |
| XYZ | 18.78 | 13.25 | 32.58 | - |
| YUV | 105 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 155 | 0.13 | 0.48 | 0 | 0.39 | 284 | 0.32 | 0.46 |
| Hex | 87 | 50 | 9B | D | 30 | 0 | 27 | 11C | 20 | 2E |
| Octal | 207 | 120 | 233 | 15 | 60 | 0 | 47 | 434 | 40 | 56 |
| Binary | 10000111 | 1010000 | 10011011 | 1101 | 110000 | 0 | 100111 | 100011100 | 100000 | 101110 |
Color Harmonies of #87509B
Complementary color
Monochromatic Colors of #87509B
Black with #87509B
Text Example
Text Example
White with #87509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87509B; }
p { color: rgb(135,80,155); }
H1.HeaderClassName
{
color: #87509B;
}
.AnyTagClassName
{
color: #87509B;
}
</style>
background-color css
<style>
a { background-color: #87509B; }
a { background-color: rgb(135,80,155); }
div.DivClassName
{
background-color: #87509B;
}
.BgClassName
{
background-color: #87509B;
}
</style>
border-color css
<style>
span { border-color: #87509B; }
span { border-color: rgb(135,80,155); }
td.TdClassName
{
border-color: #87509B;
}
.TagClassName
{
border-color: #87509B;
}
</style>