Shades of Vivid Violet #87258D
Tints of Vivid Violet #87258D
RGB
CMYK
RGB Variations
Color information
#87258D (or 0x87258D) is known color: Vivid Violet. HEX triplet: 87, 25 and 8D. RGB value is (135,37,141). Sum of RGB (Red+Green+Blue) = 135+37+141=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #87258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87258D is #78DA72. Grayscale: #4D4D4D. Windows color (decimal): -7920243 or 9250183. OLE color: 9250183.
HSL color Cylindrical-coordinate representation of color #87258D: hue angle of 296.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87258D is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 37 | 141 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.45 |
| HSL | 296.54º | 0.58% | 0.35% | - |
| HSV(B) | 296.54º | 0.74% | 0.55% | - |
| XYZ | 15.46 | 8.4 | 26.01 | - |
| YUV | 78.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 141 | 0.04 | 0.74 | 0 | 0.45 | 296.54 | 0.58 | 0.35 |
| Hex | 87 | 25 | 8D | 4 | 4A | 0 | 2D | 129 | 3A | 23 |
| Octal | 207 | 45 | 215 | 4 | 112 | 0 | 55 | 451 | 72 | 43 |
| Binary | 10000111 | 100101 | 10001101 | 100 | 1001010 | 0 | 101101 | 100101001 | 111010 | 100011 |
Color Harmonies of #87258D
Complementary color
Monochromatic Colors of #87258D
Black with #87258D
Text Example
Text Example
White with #87258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87258D; }
p { color: rgb(135,37,141); }
H1.HeaderClassName
{
color: #87258D;
}
.AnyTagClassName
{
color: #87258D;
}
</style>
background-color css
<style>
a { background-color: #87258D; }
a { background-color: rgb(135,37,141); }
div.DivClassName
{
background-color: #87258D;
}
.BgClassName
{
background-color: #87258D;
}
</style>
border-color css
<style>
span { border-color: #87258D; }
span { border-color: rgb(135,37,141); }
td.TdClassName
{
border-color: #87258D;
}
.TagClassName
{
border-color: #87258D;
}
</style>