Shades of Vivid Violet #87209B
Tints of Vivid Violet #87209B
RGB
CMYK
RGB Variations
Color information
#87209B (or 0x87209B) is known color: Vivid Violet. HEX triplet: 87, 20 and 9B. RGB value is (135,32,155). Sum of RGB (Red+Green+Blue) = 135+32+155=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #87209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87209B is #78DF64. Grayscale: #4C4C4C. Windows color (decimal): -7921509 or 10166407. OLE color: 10166407.
HSL color Cylindrical-coordinate representation of color #87209B: hue angle of 290.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87209B is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 32 | 155 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.39 |
| HSL | 290.24º | 0.66% | 0.37% | - |
| HSV(B) | 290.24º | 0.79% | 0.61% | - |
| XYZ | 16.42 | 8.55 | 31.8 | - |
| YUV | 76.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 155 | 0.13 | 0.79 | 0 | 0.39 | 290.24 | 0.66 | 0.37 |
| Hex | 87 | 20 | 9B | D | 4F | 0 | 27 | 122 | 42 | 25 |
| Octal | 207 | 40 | 233 | 15 | 117 | 0 | 47 | 442 | 102 | 45 |
| Binary | 10000111 | 100000 | 10011011 | 1101 | 1001111 | 0 | 100111 | 100100010 | 1000010 | 100101 |
Color Harmonies of #87209B
Complementary color
Monochromatic Colors of #87209B
Black with #87209B
Text Example
Text Example
White with #87209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87209B; }
p { color: rgb(135,32,155); }
H1.HeaderClassName
{
color: #87209B;
}
.AnyTagClassName
{
color: #87209B;
}
</style>
background-color css
<style>
a { background-color: #87209B; }
a { background-color: rgb(135,32,155); }
div.DivClassName
{
background-color: #87209B;
}
.BgClassName
{
background-color: #87209B;
}
</style>
border-color css
<style>
span { border-color: #87209B; }
span { border-color: rgb(135,32,155); }
td.TdClassName
{
border-color: #87209B;
}
.TagClassName
{
border-color: #87209B;
}
</style>