Shades of Vivid Violet #843291
Tints of Vivid Violet #843291
RGB
CMYK
RGB Variations
Color information
#843291 (or 0x843291) is known color: Vivid Violet. HEX triplet: 84, 32 and 91. RGB value is (132,50,145). Sum of RGB (Red+Green+Blue) = 132+50+145=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #843291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843291 is #7BCD6E. Grayscale: #555555. Windows color (decimal): -8113519 or 9515652. OLE color: 9515652.
HSL color Cylindrical-coordinate representation of color #843291: hue angle of 291.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843291 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 50 | 145 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.43 |
| HSL | 291.79º | 0.49% | 0.38% | - |
| HSV(B) | 291.79º | 0.66% | 0.57% | - |
| XYZ | 15.77 | 9.23 | 27.74 | - |
| YUV | 85.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 145 | 0.09 | 0.66 | 0 | 0.43 | 291.79 | 0.49 | 0.38 |
| Hex | 84 | 32 | 91 | 9 | 42 | 0 | 2B | 124 | 31 | 26 |
| Octal | 204 | 62 | 221 | 11 | 102 | 0 | 53 | 444 | 61 | 46 |
| Binary | 10000100 | 110010 | 10010001 | 1001 | 1000010 | 0 | 101011 | 100100100 | 110001 | 100110 |
Color Harmonies of #843291
Complementary color
Monochromatic Colors of #843291
Black with #843291
Text Example
Text Example
White with #843291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843291; }
p { color: rgb(132,50,145); }
H1.HeaderClassName
{
color: #843291;
}
.AnyTagClassName
{
color: #843291;
}
</style>
background-color css
<style>
a { background-color: #843291; }
a { background-color: rgb(132,50,145); }
div.DivClassName
{
background-color: #843291;
}
.BgClassName
{
background-color: #843291;
}
</style>
border-color css
<style>
span { border-color: #843291; }
span { border-color: rgb(132,50,145); }
td.TdClassName
{
border-color: #843291;
}
.TagClassName
{
border-color: #843291;
}
</style>