Shades of Vivid Violet #873089
Tints of Vivid Violet #873089
RGB
CMYK
RGB Variations
Color information
#873089 (or 0x873089) is known color: Vivid Violet. HEX triplet: 87, 30 and 89. RGB value is (135,48,137). Sum of RGB (Red+Green+Blue) = 135+48+137=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #873089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873089 is #78CF76. Grayscale: #535353. Windows color (decimal): -7917431 or 8990855. OLE color: 8990855.
HSL color Cylindrical-coordinate representation of color #873089: hue angle of 298.65º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873089 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 48 | 137 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.46 |
| HSL | 298.65º | 0.48% | 0.36% | - |
| HSV(B) | 298.65º | 0.65% | 0.54% | - |
| XYZ | 15.56 | 9.07 | 24.6 | - |
| YUV | 84.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 137 | 0.01 | 0.65 | 0 | 0.46 | 298.65 | 0.48 | 0.36 |
| Hex | 87 | 30 | 89 | 1 | 41 | 0 | 2E | 12B | 30 | 24 |
| Octal | 207 | 60 | 211 | 1 | 101 | 0 | 56 | 453 | 60 | 44 |
| Binary | 10000111 | 110000 | 10001001 | 1 | 1000001 | 0 | 101110 | 100101011 | 110000 | 100100 |
Color Harmonies of #873089
Complementary color
Monochromatic Colors of #873089
Black with #873089
Text Example
Text Example
White with #873089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873089; }
p { color: rgb(135,48,137); }
H1.HeaderClassName
{
color: #873089;
}
.AnyTagClassName
{
color: #873089;
}
</style>
background-color css
<style>
a { background-color: #873089; }
a { background-color: rgb(135,48,137); }
div.DivClassName
{
background-color: #873089;
}
.BgClassName
{
background-color: #873089;
}
</style>
border-color css
<style>
span { border-color: #873089; }
span { border-color: rgb(135,48,137); }
td.TdClassName
{
border-color: #873089;
}
.TagClassName
{
border-color: #873089;
}
</style>