Shades of Vivid Violet #843490
Tints of Vivid Violet #843490
RGB
CMYK
RGB Variations
Color information
#843490 (or 0x843490) is known color: Vivid Violet. HEX triplet: 84, 34 and 90. RGB value is (132,52,144). Sum of RGB (Red+Green+Blue) = 132+52+144=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #843490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843490 is #7BCB6F. Grayscale: #565656. Windows color (decimal): -8113008 or 9450628. OLE color: 9450628.
HSL color Cylindrical-coordinate representation of color #843490: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843490 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 52 | 144 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.44 |
| HSL | 292.17º | 0.47% | 0.38% | - |
| HSV(B) | 292.17º | 0.64% | 0.56% | - |
| XYZ | 15.78 | 9.38 | 27.36 | - |
| YUV | 86.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 144 | 0.08 | 0.64 | 0 | 0.44 | 292.17 | 0.47 | 0.38 |
| Hex | 84 | 34 | 90 | 8 | 40 | 0 | 2C | 124 | 2F | 26 |
| Octal | 204 | 64 | 220 | 10 | 100 | 0 | 54 | 444 | 57 | 46 |
| Binary | 10000100 | 110100 | 10010000 | 1000 | 1000000 | 0 | 101100 | 100100100 | 101111 | 100110 |
Color Harmonies of #843490
Complementary color
Monochromatic Colors of #843490
Black with #843490
Text Example
Text Example
White with #843490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843490; }
p { color: rgb(132,52,144); }
H1.HeaderClassName
{
color: #843490;
}
.AnyTagClassName
{
color: #843490;
}
</style>
background-color css
<style>
a { background-color: #843490; }
a { background-color: rgb(132,52,144); }
div.DivClassName
{
background-color: #843490;
}
.BgClassName
{
background-color: #843490;
}
</style>
border-color css
<style>
span { border-color: #843490; }
span { border-color: rgb(132,52,144); }
td.TdClassName
{
border-color: #843490;
}
.TagClassName
{
border-color: #843490;
}
</style>