Shades of Vivid Violet #843187
Tints of Vivid Violet #843187
RGB
CMYK
RGB Variations
Color information
#843187 (or 0x843187) is known color: Vivid Violet. HEX triplet: 84, 31 and 87. RGB value is (132,49,135). Sum of RGB (Red+Green+Blue) = 132+49+135=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #843187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843187 is #7BCE78. Grayscale: #535353. Windows color (decimal): -8113785 or 8860036. OLE color: 8860036.
HSL color Cylindrical-coordinate representation of color #843187: hue angle of 297.91º 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 #843187 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 49 | 135 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.47 |
| HSL | 297.91º | 0.47% | 0.36% | - |
| HSV(B) | 297.91º | 0.64% | 0.53% | - |
| XYZ | 14.99 | 8.85 | 23.84 | - |
| YUV | 83.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 135 | 0.02 | 0.64 | 0 | 0.47 | 297.91 | 0.47 | 0.36 |
| Hex | 84 | 31 | 87 | 2 | 40 | 0 | 2F | 12A | 2F | 24 |
| Octal | 204 | 61 | 207 | 2 | 100 | 0 | 57 | 452 | 57 | 44 |
| Binary | 10000100 | 110001 | 10000111 | 10 | 1000000 | 0 | 101111 | 100101010 | 101111 | 100100 |
Color Harmonies of #843187
Complementary color
Monochromatic Colors of #843187
Black with #843187
Text Example
Text Example
White with #843187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843187; }
p { color: rgb(132,49,135); }
H1.HeaderClassName
{
color: #843187;
}
.AnyTagClassName
{
color: #843187;
}
</style>
background-color css
<style>
a { background-color: #843187; }
a { background-color: rgb(132,49,135); }
div.DivClassName
{
background-color: #843187;
}
.BgClassName
{
background-color: #843187;
}
</style>
border-color css
<style>
span { border-color: #843187; }
span { border-color: rgb(132,49,135); }
td.TdClassName
{
border-color: #843187;
}
.TagClassName
{
border-color: #843187;
}
</style>