Shades of Vivid Violet #843880
Tints of Vivid Violet #843880
RGB
CMYK
RGB Variations
Color information
#843880 (or 0x843880) is known color: Vivid Violet. HEX triplet: 84, 38 and 80. RGB value is (132,56,128). Sum of RGB (Red+Green+Blue) = 132+56+128=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #843880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843880 is #7BC77F. Grayscale: #565656. Windows color (decimal): -8112000 or 8403076. OLE color: 8403076.
HSL color Cylindrical-coordinate representation of color #843880: hue angle of 303.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843880 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 128 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.48 |
| HSL | 303.16º | 0.4% | 0.37% | - |
| HSV(B) | 303.16º | 0.58% | 0.52% | - |
| XYZ | 14.83 | 9.29 | 21.43 | - |
| YUV | 86.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 128 | 0 | 0.58 | 0.03 | 0.48 | 303.16 | 0.4 | 0.37 |
| Hex | 84 | 38 | 80 | 0 | 3A | 3 | 30 | 12F | 28 | 25 |
| Octal | 204 | 70 | 200 | 0 | 72 | 3 | 60 | 457 | 50 | 45 |
| Binary | 10000100 | 111000 | 10000000 | 0 | 111010 | 11 | 110000 | 100101111 | 101000 | 100101 |
Color Harmonies of #843880
Complementary color
Monochromatic Colors of #843880
Black with #843880
Text Example
Text Example
White with #843880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843880; }
p { color: rgb(132,56,128); }
H1.HeaderClassName
{
color: #843880;
}
.AnyTagClassName
{
color: #843880;
}
</style>
background-color css
<style>
a { background-color: #843880; }
a { background-color: rgb(132,56,128); }
div.DivClassName
{
background-color: #843880;
}
.BgClassName
{
background-color: #843880;
}
</style>
border-color css
<style>
span { border-color: #843880; }
span { border-color: rgb(132,56,128); }
td.TdClassName
{
border-color: #843880;
}
.TagClassName
{
border-color: #843880;
}
</style>