Shades of Vivid Violet #873CA3
Tints of Vivid Violet #873CA3
RGB
CMYK
RGB Variations
Color information
#873CA3 (or 0x873CA3) is known color: Vivid Violet. HEX triplet: 87, 3C and A3. RGB value is (135,60,163). Sum of RGB (Red+Green+Blue) = 135+60+163=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #873CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CA3 is #78C35C. Grayscale: #5D5D5D. Windows color (decimal): -7914333 or 10697863. OLE color: 10697863.
HSL color Cylindrical-coordinate representation of color #873CA3: hue angle of 283.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873CA3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 60 | 163 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.36 |
| HSL | 283.69º | 0.46% | 0.44% | - |
| HSV(B) | 283.69º | 0.63% | 0.64% | - |
| XYZ | 18.22 | 11.03 | 35.82 | - |
| YUV | 94.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 163 | 0.17 | 0.63 | 0 | 0.36 | 283.69 | 0.46 | 0.44 |
| Hex | 87 | 3C | A3 | 11 | 3F | 0 | 24 | 11C | 2E | 2C |
| Octal | 207 | 74 | 243 | 21 | 77 | 0 | 44 | 434 | 56 | 54 |
| Binary | 10000111 | 111100 | 10100011 | 10001 | 111111 | 0 | 100100 | 100011100 | 101110 | 101100 |
Color Harmonies of #873CA3
Complementary color
Monochromatic Colors of #873CA3
Black with #873CA3
Text Example
Text Example
White with #873CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CA3; }
p { color: rgb(135,60,163); }
H1.HeaderClassName
{
color: #873CA3;
}
.AnyTagClassName
{
color: #873CA3;
}
</style>
background-color css
<style>
a { background-color: #873CA3; }
a { background-color: rgb(135,60,163); }
div.DivClassName
{
background-color: #873CA3;
}
.BgClassName
{
background-color: #873CA3;
}
</style>
border-color css
<style>
span { border-color: #873CA3; }
span { border-color: rgb(135,60,163); }
td.TdClassName
{
border-color: #873CA3;
}
.TagClassName
{
border-color: #873CA3;
}
</style>