Shades of Vivid Violet #843A8A
Tints of Vivid Violet #843A8A
RGB
CMYK
RGB Variations
Color information
#843A8A (or 0x843A8A) is known color: Vivid Violet. HEX triplet: 84, 3A and 8A. RGB value is (132,58,138). Sum of RGB (Red+Green+Blue) = 132+58+138=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #843A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843A8A is #7BC575. Grayscale: #595959. Windows color (decimal): -8111478 or 9058948. OLE color: 9058948.
HSL color Cylindrical-coordinate representation of color #843A8A: hue angle of 295.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843A8A is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 58 | 138 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.46 |
| HSL | 295.5º | 0.41% | 0.38% | - |
| HSV(B) | 295.5º | 0.58% | 0.54% | - |
| XYZ | 15.62 | 9.77 | 25.11 | - |
| YUV | 89.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 138 | 0.04 | 0.58 | 0 | 0.46 | 295.5 | 0.41 | 0.38 |
| Hex | 84 | 3A | 8A | 4 | 3A | 0 | 2E | 128 | 29 | 26 |
| Octal | 204 | 72 | 212 | 4 | 72 | 0 | 56 | 450 | 51 | 46 |
| Binary | 10000100 | 111010 | 10001010 | 100 | 111010 | 0 | 101110 | 100101000 | 101001 | 100110 |
Color Harmonies of #843A8A
Complementary color
Monochromatic Colors of #843A8A
Black with #843A8A
Text Example
Text Example
White with #843A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A8A; }
p { color: rgb(132,58,138); }
H1.HeaderClassName
{
color: #843A8A;
}
.AnyTagClassName
{
color: #843A8A;
}
</style>
background-color css
<style>
a { background-color: #843A8A; }
a { background-color: rgb(132,58,138); }
div.DivClassName
{
background-color: #843A8A;
}
.BgClassName
{
background-color: #843A8A;
}
</style>
border-color css
<style>
span { border-color: #843A8A; }
span { border-color: rgb(132,58,138); }
td.TdClassName
{
border-color: #843A8A;
}
.TagClassName
{
border-color: #843A8A;
}
</style>