Shades of Vivid Violet #87459E
Tints of Vivid Violet #87459E
RGB
CMYK
RGB Variations
Color information
#87459E (or 0x87459E) is known color: Vivid Violet. HEX triplet: 87, 45 and 9E. RGB value is (135,69,158). Sum of RGB (Red+Green+Blue) = 135+69+158=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #87459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87459E is #78BA61. Grayscale: #626262. Windows color (decimal): -7912034 or 10372487. OLE color: 10372487.
HSL color Cylindrical-coordinate representation of color #87459E: hue angle of 284.49º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87459E is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 69 | 158 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.38 |
| HSL | 284.49º | 0.39% | 0.45% | - |
| HSV(B) | 284.49º | 0.56% | 0.62% | - |
| XYZ | 18.29 | 11.88 | 33.68 | - |
| YUV | 98.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 158 | 0.15 | 0.56 | 0 | 0.38 | 284.49 | 0.39 | 0.45 |
| Hex | 87 | 45 | 9E | F | 38 | 0 | 26 | 11C | 27 | 2D |
| Octal | 207 | 105 | 236 | 17 | 70 | 0 | 46 | 434 | 47 | 55 |
| Binary | 10000111 | 1000101 | 10011110 | 1111 | 111000 | 0 | 100110 | 100011100 | 100111 | 101101 |
Color Harmonies of #87459E
Complementary color
Monochromatic Colors of #87459E
Black with #87459E
Text Example
Text Example
White with #87459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87459E; }
p { color: rgb(135,69,158); }
H1.HeaderClassName
{
color: #87459E;
}
.AnyTagClassName
{
color: #87459E;
}
</style>
background-color css
<style>
a { background-color: #87459E; }
a { background-color: rgb(135,69,158); }
div.DivClassName
{
background-color: #87459E;
}
.BgClassName
{
background-color: #87459E;
}
</style>
border-color css
<style>
span { border-color: #87459E; }
span { border-color: rgb(135,69,158); }
td.TdClassName
{
border-color: #87459E;
}
.TagClassName
{
border-color: #87459E;
}
</style>