Shades of Vivid Violet #87369D
Tints of Vivid Violet #87369D
RGB
CMYK
RGB Variations
Color information
#87369D (or 0x87369D) is known color: Vivid Violet. HEX triplet: 87, 36 and 9D. RGB value is (135,54,157). Sum of RGB (Red+Green+Blue) = 135+54+157=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #87369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87369D is #78C962. Grayscale: #595959. Windows color (decimal): -7915875 or 10303111. OLE color: 10303111.
HSL color Cylindrical-coordinate representation of color #87369D: hue angle of 287.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87369D is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 54 | 157 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.38 |
| HSL | 287.18º | 0.49% | 0.41% | - |
| HSV(B) | 287.18º | 0.66% | 0.62% | - |
| XYZ | 17.4 | 10.22 | 32.95 | - |
| YUV | 89.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 157 | 0.14 | 0.66 | 0 | 0.38 | 287.18 | 0.49 | 0.41 |
| Hex | 87 | 36 | 9D | E | 42 | 0 | 26 | 11F | 31 | 29 |
| Octal | 207 | 66 | 235 | 16 | 102 | 0 | 46 | 437 | 61 | 51 |
| Binary | 10000111 | 110110 | 10011101 | 1110 | 1000010 | 0 | 100110 | 100011111 | 110001 | 101001 |
Color Harmonies of #87369D
Complementary color
Monochromatic Colors of #87369D
Black with #87369D
Text Example
Text Example
White with #87369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87369D; }
p { color: rgb(135,54,157); }
H1.HeaderClassName
{
color: #87369D;
}
.AnyTagClassName
{
color: #87369D;
}
</style>
background-color css
<style>
a { background-color: #87369D; }
a { background-color: rgb(135,54,157); }
div.DivClassName
{
background-color: #87369D;
}
.BgClassName
{
background-color: #87369D;
}
</style>
border-color css
<style>
span { border-color: #87369D; }
span { border-color: rgb(135,54,157); }
td.TdClassName
{
border-color: #87369D;
}
.TagClassName
{
border-color: #87369D;
}
</style>