Shades of Vivid Violet #843AAA
Tints of Vivid Violet #843AAA
RGB
CMYK
RGB Variations
Color information
#843AAA (or 0x843AAA) is known color: Vivid Violet. HEX triplet: 84, 3A and AA. RGB value is (132,58,170). Sum of RGB (Red+Green+Blue) = 132+58+170=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #843AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAA is #7BC555. Grayscale: #5C5C5C. Windows color (decimal): -8111446 or 11156100. OLE color: 11156100.
HSL color Cylindrical-coordinate representation of color #843AAA: hue angle of 279.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843AAA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 58 | 170 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.33 |
| HSL | 279.64º | 0.49% | 0.45% | - |
| HSV(B) | 279.64º | 0.66% | 0.67% | - |
| XYZ | 18.28 | 10.83 | 39.16 | - |
| YUV | 92.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 170 | 0.22 | 0.66 | 0 | 0.33 | 279.64 | 0.49 | 0.45 |
| Hex | 84 | 3A | AA | 16 | 42 | 0 | 21 | 118 | 31 | 2D |
| Octal | 204 | 72 | 252 | 26 | 102 | 0 | 41 | 430 | 61 | 55 |
| Binary | 10000100 | 111010 | 10101010 | 10110 | 1000010 | 0 | 100001 | 100011000 | 110001 | 101101 |
Color Harmonies of #843AAA
Complementary color
Monochromatic Colors of #843AAA
Black with #843AAA
Text Example
Text Example
White with #843AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843AAA; }
p { color: rgb(132,58,170); }
H1.HeaderClassName
{
color: #843AAA;
}
.AnyTagClassName
{
color: #843AAA;
}
</style>
background-color css
<style>
a { background-color: #843AAA; }
a { background-color: rgb(132,58,170); }
div.DivClassName
{
background-color: #843AAA;
}
.BgClassName
{
background-color: #843AAA;
}
</style>
border-color css
<style>
span { border-color: #843AAA; }
span { border-color: rgb(132,58,170); }
td.TdClassName
{
border-color: #843AAA;
}
.TagClassName
{
border-color: #843AAA;
}
</style>