Shades of Vivid Violet #873B9D
Tints of Vivid Violet #873B9D
RGB
CMYK
RGB Variations
Color information
#873B9D (or 0x873B9D) is known color: Vivid Violet. HEX triplet: 87, 3B and 9D. RGB value is (135,59,157). Sum of RGB (Red+Green+Blue) = 135+59+157=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #873B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873B9D is #78C462. Grayscale: #5C5C5C. Windows color (decimal): -7914595 or 10304391. OLE color: 10304391.
HSL color Cylindrical-coordinate representation of color #873B9D: hue angle of 286.53º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873B9D is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 59 | 157 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.38 |
| HSL | 286.53º | 0.45% | 0.42% | - |
| HSV(B) | 286.53º | 0.62% | 0.62% | - |
| XYZ | 17.64 | 10.71 | 33.04 | - |
| YUV | 92.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 157 | 0.14 | 0.62 | 0 | 0.38 | 286.53 | 0.45 | 0.42 |
| Hex | 87 | 3B | 9D | E | 3E | 0 | 26 | 11F | 2D | 2A |
| Octal | 207 | 73 | 235 | 16 | 76 | 0 | 46 | 437 | 55 | 52 |
| Binary | 10000111 | 111011 | 10011101 | 1110 | 111110 | 0 | 100110 | 100011111 | 101101 | 101010 |
Color Harmonies of #873B9D
Complementary color
Monochromatic Colors of #873B9D
Black with #873B9D
Text Example
Text Example
White with #873B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B9D; }
p { color: rgb(135,59,157); }
H1.HeaderClassName
{
color: #873B9D;
}
.AnyTagClassName
{
color: #873B9D;
}
</style>
background-color css
<style>
a { background-color: #873B9D; }
a { background-color: rgb(135,59,157); }
div.DivClassName
{
background-color: #873B9D;
}
.BgClassName
{
background-color: #873B9D;
}
</style>
border-color css
<style>
span { border-color: #873B9D; }
span { border-color: rgb(135,59,157); }
td.TdClassName
{
border-color: #873B9D;
}
.TagClassName
{
border-color: #873B9D;
}
</style>