Shades of Vivid Violet #873C93
Tints of Vivid Violet #873C93
RGB
CMYK
RGB Variations
Color information
#873C93 (or 0x873C93) is known color: Vivid Violet. HEX triplet: 87, 3C and 93. RGB value is (135,60,147). Sum of RGB (Red+Green+Blue) = 135+60+147=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #873C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C93 is #78C36C. Grayscale: #5C5C5C. Windows color (decimal): -7914349 or 9649287. OLE color: 9649287.
HSL color Cylindrical-coordinate representation of color #873C93: hue angle of 291.72º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873C93 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 60 | 147 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.42 |
| HSL | 291.72º | 0.42% | 0.41% | - |
| HSV(B) | 291.72º | 0.59% | 0.58% | - |
| XYZ | 16.87 | 10.49 | 28.74 | - |
| YUV | 92.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 147 | 0.08 | 0.59 | 0 | 0.42 | 291.72 | 0.42 | 0.41 |
| Hex | 87 | 3C | 93 | 8 | 3B | 0 | 2A | 124 | 2A | 29 |
| Octal | 207 | 74 | 223 | 10 | 73 | 0 | 52 | 444 | 52 | 51 |
| Binary | 10000111 | 111100 | 10010011 | 1000 | 111011 | 0 | 101010 | 100100100 | 101010 | 101001 |
Color Harmonies of #873C93
Complementary color
Monochromatic Colors of #873C93
Black with #873C93
Text Example
Text Example
White with #873C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C93; }
p { color: rgb(135,60,147); }
H1.HeaderClassName
{
color: #873C93;
}
.AnyTagClassName
{
color: #873C93;
}
</style>
background-color css
<style>
a { background-color: #873C93; }
a { background-color: rgb(135,60,147); }
div.DivClassName
{
background-color: #873C93;
}
.BgClassName
{
background-color: #873C93;
}
</style>
border-color css
<style>
span { border-color: #873C93; }
span { border-color: rgb(135,60,147); }
td.TdClassName
{
border-color: #873C93;
}
.TagClassName
{
border-color: #873C93;
}
</style>