Shades of Vivid Violet #873F9D
Tints of Vivid Violet #873F9D
RGB
CMYK
RGB Variations
Color information
#873F9D (or 0x873F9D) is known color: Vivid Violet. HEX triplet: 87, 3F and 9D. RGB value is (135,63,157). Sum of RGB (Red+Green+Blue) = 135+63+157=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #873F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F9D is #78C062. Grayscale: #5E5E5E. Windows color (decimal): -7913571 or 10305415. OLE color: 10305415.
HSL color Cylindrical-coordinate representation of color #873F9D: hue angle of 285.96º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873F9D is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 63 | 157 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.38 |
| HSL | 285.96º | 0.43% | 0.43% | - |
| HSV(B) | 285.96º | 0.6% | 0.62% | - |
| XYZ | 17.85 | 11.14 | 33.11 | - |
| YUV | 95.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 157 | 0.14 | 0.60 | 0 | 0.38 | 285.96 | 0.43 | 0.43 |
| Hex | 87 | 3F | 9D | E | 3C | 0 | 26 | 11E | 2B | 2B |
| Octal | 207 | 77 | 235 | 16 | 74 | 0 | 46 | 436 | 53 | 53 |
| Binary | 10000111 | 111111 | 10011101 | 1110 | 111100 | 0 | 100110 | 100011110 | 101011 | 101011 |
Color Harmonies of #873F9D
Complementary color
Monochromatic Colors of #873F9D
Black with #873F9D
Text Example
Text Example
White with #873F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F9D; }
p { color: rgb(135,63,157); }
H1.HeaderClassName
{
color: #873F9D;
}
.AnyTagClassName
{
color: #873F9D;
}
</style>
background-color css
<style>
a { background-color: #873F9D; }
a { background-color: rgb(135,63,157); }
div.DivClassName
{
background-color: #873F9D;
}
.BgClassName
{
background-color: #873F9D;
}
</style>
border-color css
<style>
span { border-color: #873F9D; }
span { border-color: rgb(135,63,157); }
td.TdClassName
{
border-color: #873F9D;
}
.TagClassName
{
border-color: #873F9D;
}
</style>