Shades of Vivid Violet #873C96
Tints of Vivid Violet #873C96
RGB
CMYK
RGB Variations
Color information
#873C96 (or 0x873C96) is known color: Vivid Violet. HEX triplet: 87, 3C and 96. RGB value is (135,60,150). Sum of RGB (Red+Green+Blue) = 135+60+150=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #873C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C96 is #78C369. Grayscale: #5C5C5C. Windows color (decimal): -7914346 or 9845895. OLE color: 9845895.
HSL color Cylindrical-coordinate representation of color #873C96: hue angle of 290º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873C96 is Cyan = 0.1, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 60 | 150 | - |
| CMYK | 0.1 | 0.6 | 0 | 0.41 |
| HSL | 290º | 0.43% | 0.41% | - |
| HSV(B) | 290º | 0.6% | 0.59% | - |
| XYZ | 17.11 | 10.58 | 30 | - |
| YUV | 92.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 150 | 0.1 | 0.6 | 0 | 0.41 | 290 | 0.43 | 0.41 |
| Hex | 87 | 3C | 96 | A | 3C | 0 | 29 | 122 | 2B | 29 |
| Octal | 207 | 74 | 226 | 12 | 74 | 0 | 51 | 442 | 53 | 51 |
| Binary | 10000111 | 111100 | 10010110 | 1010 | 111100 | 0 | 101001 | 100100010 | 101011 | 101001 |
Color Harmonies of #873C96
Complementary color
Monochromatic Colors of #873C96
Black with #873C96
Text Example
Text Example
White with #873C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C96; }
p { color: rgb(135,60,150); }
H1.HeaderClassName
{
color: #873C96;
}
.AnyTagClassName
{
color: #873C96;
}
</style>
background-color css
<style>
a { background-color: #873C96; }
a { background-color: rgb(135,60,150); }
div.DivClassName
{
background-color: #873C96;
}
.BgClassName
{
background-color: #873C96;
}
</style>
border-color css
<style>
span { border-color: #873C96; }
span { border-color: rgb(135,60,150); }
td.TdClassName
{
border-color: #873C96;
}
.TagClassName
{
border-color: #873C96;
}
</style>