Shades of Vivid Violet #87259A
Tints of Vivid Violet #87259A
RGB
CMYK
RGB Variations
Color information
#87259A (or 0x87259A) is known color: Vivid Violet. HEX triplet: 87, 25 and 9A. RGB value is (135,37,154). Sum of RGB (Red+Green+Blue) = 135+37+154=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #87259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87259A is #78DA65. Grayscale: #4F4F4F. Windows color (decimal): -7920230 or 10102151. OLE color: 10102151.
HSL color Cylindrical-coordinate representation of color #87259A: hue angle of 290.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87259A is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 37 | 154 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.40 |
| HSL | 290.26º | 0.61% | 0.37% | - |
| HSV(B) | 290.26º | 0.76% | 0.6% | - |
| XYZ | 16.49 | 8.81 | 31.4 | - |
| YUV | 79.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 154 | 0.12 | 0.76 | 0 | 0.40 | 290.26 | 0.61 | 0.37 |
| Hex | 87 | 25 | 9A | C | 4C | 0 | 28 | 122 | 3D | 25 |
| Octal | 207 | 45 | 232 | 14 | 114 | 0 | 50 | 442 | 75 | 45 |
| Binary | 10000111 | 100101 | 10011010 | 1100 | 1001100 | 0 | 101000 | 100100010 | 111101 | 100101 |
Color Harmonies of #87259A
Complementary color
Monochromatic Colors of #87259A
Black with #87259A
Text Example
Text Example
White with #87259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87259A; }
p { color: rgb(135,37,154); }
H1.HeaderClassName
{
color: #87259A;
}
.AnyTagClassName
{
color: #87259A;
}
</style>
background-color css
<style>
a { background-color: #87259A; }
a { background-color: rgb(135,37,154); }
div.DivClassName
{
background-color: #87259A;
}
.BgClassName
{
background-color: #87259A;
}
</style>
border-color css
<style>
span { border-color: #87259A; }
span { border-color: rgb(135,37,154); }
td.TdClassName
{
border-color: #87259A;
}
.TagClassName
{
border-color: #87259A;
}
</style>