Shades of Vivid Violet #873188
Tints of Vivid Violet #873188
RGB
CMYK
RGB Variations
Color information
#873188 (or 0x873188) is known color: Vivid Violet. HEX triplet: 87, 31 and 88. RGB value is (135,49,136). Sum of RGB (Red+Green+Blue) = 135+49+136=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #873188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873188 is #78CE77. Grayscale: #545454. Windows color (decimal): -7917176 or 8925575. OLE color: 8925575.
HSL color Cylindrical-coordinate representation of color #873188: hue angle of 299.31º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873188 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 136 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.47 |
| HSL | 299.31º | 0.47% | 0.36% | - |
| HSV(B) | 299.31º | 0.64% | 0.53% | - |
| XYZ | 15.53 | 9.13 | 24.24 | - |
| YUV | 84.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 136 | 0.01 | 0.64 | 0 | 0.47 | 299.31 | 0.47 | 0.36 |
| Hex | 87 | 31 | 88 | 1 | 40 | 0 | 2F | 12B | 2F | 24 |
| Octal | 207 | 61 | 210 | 1 | 100 | 0 | 57 | 453 | 57 | 44 |
| Binary | 10000111 | 110001 | 10001000 | 1 | 1000000 | 0 | 101111 | 100101011 | 101111 | 100100 |
Color Harmonies of #873188
Complementary color
Monochromatic Colors of #873188
Black with #873188
Text Example
Text Example
White with #873188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873188; }
p { color: rgb(135,49,136); }
H1.HeaderClassName
{
color: #873188;
}
.AnyTagClassName
{
color: #873188;
}
</style>
background-color css
<style>
a { background-color: #873188; }
a { background-color: rgb(135,49,136); }
div.DivClassName
{
background-color: #873188;
}
.BgClassName
{
background-color: #873188;
}
</style>
border-color css
<style>
span { border-color: #873188; }
span { border-color: rgb(135,49,136); }
td.TdClassName
{
border-color: #873188;
}
.TagClassName
{
border-color: #873188;
}
</style>