Shades of Vivid Violet #873DA6
Tints of Vivid Violet #873DA6
RGB
CMYK
RGB Variations
Color information
#873DA6 (or 0x873DA6) is known color: Vivid Violet. HEX triplet: 87, 3D and A6. RGB value is (135,61,166). Sum of RGB (Red+Green+Blue) = 135+61+166=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #873DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DA6 is #78C259. Grayscale: #5E5E5E. Windows color (decimal): -7914074 or 10894727. OLE color: 10894727.
HSL color Cylindrical-coordinate representation of color #873DA6: hue angle of 282.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873DA6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 61 | 166 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.35 |
| HSL | 282.29º | 0.46% | 0.45% | - |
| HSV(B) | 282.29º | 0.63% | 0.65% | - |
| XYZ | 18.54 | 11.24 | 37.27 | - |
| YUV | 95.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 166 | 0.19 | 0.63 | 0 | 0.35 | 282.29 | 0.46 | 0.45 |
| Hex | 87 | 3D | A6 | 13 | 3F | 0 | 23 | 11A | 2E | 2D |
| Octal | 207 | 75 | 246 | 23 | 77 | 0 | 43 | 432 | 56 | 55 |
| Binary | 10000111 | 111101 | 10100110 | 10011 | 111111 | 0 | 100011 | 100011010 | 101110 | 101101 |
Color Harmonies of #873DA6
Complementary color
Monochromatic Colors of #873DA6
Black with #873DA6
Text Example
Text Example
White with #873DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DA6; }
p { color: rgb(135,61,166); }
H1.HeaderClassName
{
color: #873DA6;
}
.AnyTagClassName
{
color: #873DA6;
}
</style>
background-color css
<style>
a { background-color: #873DA6; }
a { background-color: rgb(135,61,166); }
div.DivClassName
{
background-color: #873DA6;
}
.BgClassName
{
background-color: #873DA6;
}
</style>
border-color css
<style>
span { border-color: #873DA6; }
span { border-color: rgb(135,61,166); }
td.TdClassName
{
border-color: #873DA6;
}
.TagClassName
{
border-color: #873DA6;
}
</style>