Shades of Vivid Violet #843680
Tints of Vivid Violet #843680
RGB
CMYK
RGB Variations
Color information
#843680 (or 0x843680) is known color: Vivid Violet. HEX triplet: 84, 36 and 80. RGB value is (132,54,128). Sum of RGB (Red+Green+Blue) = 132+54+128=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #843680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843680 is #7BC97F. Grayscale: #555555. Windows color (decimal): -8112512 or 8402564. OLE color: 8402564.
HSL color Cylindrical-coordinate representation of color #843680: hue angle of 303.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843680 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 128 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.48 |
| HSL | 303.08º | 0.42% | 0.36% | - |
| HSV(B) | 303.08º | 0.59% | 0.52% | - |
| XYZ | 14.73 | 9.1 | 21.4 | - |
| YUV | 85.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 128 | 0 | 0.59 | 0.03 | 0.48 | 303.08 | 0.42 | 0.36 |
| Hex | 84 | 36 | 80 | 0 | 3B | 3 | 30 | 12F | 2A | 24 |
| Octal | 204 | 66 | 200 | 0 | 73 | 3 | 60 | 457 | 52 | 44 |
| Binary | 10000100 | 110110 | 10000000 | 0 | 111011 | 11 | 110000 | 100101111 | 101010 | 100100 |
Color Harmonies of #843680
Complementary color
Monochromatic Colors of #843680
Black with #843680
Text Example
Text Example
White with #843680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843680; }
p { color: rgb(132,54,128); }
H1.HeaderClassName
{
color: #843680;
}
.AnyTagClassName
{
color: #843680;
}
</style>
background-color css
<style>
a { background-color: #843680; }
a { background-color: rgb(132,54,128); }
div.DivClassName
{
background-color: #843680;
}
.BgClassName
{
background-color: #843680;
}
</style>
border-color css
<style>
span { border-color: #843680; }
span { border-color: rgb(132,54,128); }
td.TdClassName
{
border-color: #843680;
}
.TagClassName
{
border-color: #843680;
}
</style>