Shades of Vivid Violet #873CAB
Tints of Vivid Violet #873CAB
RGB
CMYK
RGB Variations
Color information
#873CAB (or 0x873CAB) is known color: Vivid Violet. HEX triplet: 87, 3C and AB. RGB value is (135,60,171). Sum of RGB (Red+Green+Blue) = 135+60+171=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #873CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAB is #78C354. Grayscale: #5E5E5E. Windows color (decimal): -7914325 or 11222151. OLE color: 11222151.
HSL color Cylindrical-coordinate representation of color #873CAB: hue angle of 280.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873CAB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 60 | 171 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.33 |
| HSL | 280.54º | 0.48% | 0.45% | - |
| HSV(B) | 280.54º | 0.65% | 0.67% | - |
| XYZ | 18.96 | 11.32 | 39.71 | - |
| YUV | 95.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 171 | 0.21 | 0.65 | 0 | 0.33 | 280.54 | 0.48 | 0.45 |
| Hex | 87 | 3C | AB | 15 | 41 | 0 | 21 | 119 | 30 | 2D |
| Octal | 207 | 74 | 253 | 25 | 101 | 0 | 41 | 431 | 60 | 55 |
| Binary | 10000111 | 111100 | 10101011 | 10101 | 1000001 | 0 | 100001 | 100011001 | 110000 | 101101 |
Color Harmonies of #873CAB
Complementary color
Monochromatic Colors of #873CAB
Black with #873CAB
Text Example
Text Example
White with #873CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CAB; }
p { color: rgb(135,60,171); }
H1.HeaderClassName
{
color: #873CAB;
}
.AnyTagClassName
{
color: #873CAB;
}
</style>
background-color css
<style>
a { background-color: #873CAB; }
a { background-color: rgb(135,60,171); }
div.DivClassName
{
background-color: #873CAB;
}
.BgClassName
{
background-color: #873CAB;
}
</style>
border-color css
<style>
span { border-color: #873CAB; }
span { border-color: rgb(135,60,171); }
td.TdClassName
{
border-color: #873CAB;
}
.TagClassName
{
border-color: #873CAB;
}
</style>