Shades of Vivid Violet #873C95
Tints of Vivid Violet #873C95
RGB
CMYK
RGB Variations
Color information
#873C95 (or 0x873C95) is known color: Vivid Violet. HEX triplet: 87, 3C and 95. RGB value is (135,60,149). Sum of RGB (Red+Green+Blue) = 135+60+149=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #873C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C95 is #78C36A. Grayscale: #5C5C5C. Windows color (decimal): -7914347 or 9780359. OLE color: 9780359.
HSL color Cylindrical-coordinate representation of color #873C95: hue angle of 290.56º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873C95 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 60 | 149 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.42 |
| HSL | 290.56º | 0.43% | 0.41% | - |
| HSV(B) | 290.56º | 0.6% | 0.58% | - |
| XYZ | 17.03 | 10.55 | 29.57 | - |
| YUV | 92.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 149 | 0.09 | 0.60 | 0 | 0.42 | 290.56 | 0.43 | 0.41 |
| Hex | 87 | 3C | 95 | 9 | 3C | 0 | 2A | 123 | 2B | 29 |
| Octal | 207 | 74 | 225 | 11 | 74 | 0 | 52 | 443 | 53 | 51 |
| Binary | 10000111 | 111100 | 10010101 | 1001 | 111100 | 0 | 101010 | 100100011 | 101011 | 101001 |
Color Harmonies of #873C95
Complementary color
Monochromatic Colors of #873C95
Black with #873C95
Text Example
Text Example
White with #873C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C95; }
p { color: rgb(135,60,149); }
H1.HeaderClassName
{
color: #873C95;
}
.AnyTagClassName
{
color: #873C95;
}
</style>
background-color css
<style>
a { background-color: #873C95; }
a { background-color: rgb(135,60,149); }
div.DivClassName
{
background-color: #873C95;
}
.BgClassName
{
background-color: #873C95;
}
</style>
border-color css
<style>
span { border-color: #873C95; }
span { border-color: rgb(135,60,149); }
td.TdClassName
{
border-color: #873C95;
}
.TagClassName
{
border-color: #873C95;
}
</style>