Shades of Vivid Violet #87369E
Tints of Vivid Violet #87369E
RGB
CMYK
RGB Variations
Color information
#87369E (or 0x87369E) is known color: Vivid Violet. HEX triplet: 87, 36 and 9E. RGB value is (135,54,158). Sum of RGB (Red+Green+Blue) = 135+54+158=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #87369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87369E is #78C961. Grayscale: #595959. Windows color (decimal): -7915874 or 10368647. OLE color: 10368647.
HSL color Cylindrical-coordinate representation of color #87369E: hue angle of 286.73º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87369E is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 54 | 158 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.38 |
| HSL | 286.73º | 0.49% | 0.42% | - |
| HSV(B) | 286.73º | 0.66% | 0.62% | - |
| XYZ | 17.48 | 10.26 | 33.41 | - |
| YUV | 90.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 158 | 0.15 | 0.66 | 0 | 0.38 | 286.73 | 0.49 | 0.42 |
| Hex | 87 | 36 | 9E | F | 42 | 0 | 26 | 11F | 31 | 2A |
| Octal | 207 | 66 | 236 | 17 | 102 | 0 | 46 | 437 | 61 | 52 |
| Binary | 10000111 | 110110 | 10011110 | 1111 | 1000010 | 0 | 100110 | 100011111 | 110001 | 101010 |
Color Harmonies of #87369E
Complementary color
Monochromatic Colors of #87369E
Black with #87369E
Text Example
Text Example
White with #87369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87369E; }
p { color: rgb(135,54,158); }
H1.HeaderClassName
{
color: #87369E;
}
.AnyTagClassName
{
color: #87369E;
}
</style>
background-color css
<style>
a { background-color: #87369E; }
a { background-color: rgb(135,54,158); }
div.DivClassName
{
background-color: #87369E;
}
.BgClassName
{
background-color: #87369E;
}
</style>
border-color css
<style>
span { border-color: #87369E; }
span { border-color: rgb(135,54,158); }
td.TdClassName
{
border-color: #87369E;
}
.TagClassName
{
border-color: #87369E;
}
</style>