Shades of Vivid Violet #843693
Tints of Vivid Violet #843693
RGB
CMYK
RGB Variations
Color information
#843693 (or 0x843693) is known color: Vivid Violet. HEX triplet: 84, 36 and 93. RGB value is (132,54,147). Sum of RGB (Red+Green+Blue) = 132+54+147=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #843693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843693 is #7BC96C. Grayscale: #575757. Windows color (decimal): -8112493 or 9647748. OLE color: 9647748.
HSL color Cylindrical-coordinate representation of color #843693: hue angle of 290.32º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843693 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 54 | 147 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.42 |
| HSL | 290.32º | 0.46% | 0.39% | - |
| HSV(B) | 290.32º | 0.63% | 0.58% | - |
| XYZ | 16.1 | 9.65 | 28.62 | - |
| YUV | 87.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 147 | 0.10 | 0.63 | 0 | 0.42 | 290.32 | 0.46 | 0.39 |
| Hex | 84 | 36 | 93 | A | 3F | 0 | 2A | 122 | 2E | 27 |
| Octal | 204 | 66 | 223 | 12 | 77 | 0 | 52 | 442 | 56 | 47 |
| Binary | 10000100 | 110110 | 10010011 | 1010 | 111111 | 0 | 101010 | 100100010 | 101110 | 100111 |
Color Harmonies of #843693
Complementary color
Monochromatic Colors of #843693
Black with #843693
Text Example
Text Example
White with #843693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843693; }
p { color: rgb(132,54,147); }
H1.HeaderClassName
{
color: #843693;
}
.AnyTagClassName
{
color: #843693;
}
</style>
background-color css
<style>
a { background-color: #843693; }
a { background-color: rgb(132,54,147); }
div.DivClassName
{
background-color: #843693;
}
.BgClassName
{
background-color: #843693;
}
</style>
border-color css
<style>
span { border-color: #843693; }
span { border-color: rgb(132,54,147); }
td.TdClassName
{
border-color: #843693;
}
.TagClassName
{
border-color: #843693;
}
</style>