Shades of Vivid Violet #873DA1
Tints of Vivid Violet #873DA1
RGB
CMYK
RGB Variations
Color information
#873DA1 (or 0x873DA1) is known color: Vivid Violet. HEX triplet: 87, 3D and A1. RGB value is (135,61,161). Sum of RGB (Red+Green+Blue) = 135+61+161=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #873DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DA1 is #78C25E. Grayscale: #5E5E5E. Windows color (decimal): -7914079 or 10567047. OLE color: 10567047.
HSL color Cylindrical-coordinate representation of color #873DA1: hue angle of 284.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873DA1 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 61 | 161 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.37 |
| HSL | 284.4º | 0.45% | 0.44% | - |
| HSV(B) | 284.4º | 0.62% | 0.63% | - |
| XYZ | 18.09 | 11.06 | 34.9 | - |
| YUV | 94.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 161 | 0.16 | 0.62 | 0 | 0.37 | 284.4 | 0.45 | 0.44 |
| Hex | 87 | 3D | A1 | 10 | 3E | 0 | 25 | 11C | 2D | 2C |
| Octal | 207 | 75 | 241 | 20 | 76 | 0 | 45 | 434 | 55 | 54 |
| Binary | 10000111 | 111101 | 10100001 | 10000 | 111110 | 0 | 100101 | 100011100 | 101101 | 101100 |
Color Harmonies of #873DA1
Complementary color
Monochromatic Colors of #873DA1
Black with #873DA1
Text Example
Text Example
White with #873DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DA1; }
p { color: rgb(135,61,161); }
H1.HeaderClassName
{
color: #873DA1;
}
.AnyTagClassName
{
color: #873DA1;
}
</style>
background-color css
<style>
a { background-color: #873DA1; }
a { background-color: rgb(135,61,161); }
div.DivClassName
{
background-color: #873DA1;
}
.BgClassName
{
background-color: #873DA1;
}
</style>
border-color css
<style>
span { border-color: #873DA1; }
span { border-color: rgb(135,61,161); }
td.TdClassName
{
border-color: #873DA1;
}
.TagClassName
{
border-color: #873DA1;
}
</style>