Shades of Vivid Violet #84438A
Tints of Vivid Violet #84438A
RGB
CMYK
RGB Variations
Color information
#84438A (or 0x84438A) is known color: Vivid Violet. HEX triplet: 84, 43 and 8A. RGB value is (132,67,138). Sum of RGB (Red+Green+Blue) = 132+67+138=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #84438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84438A is #7BBC75. Grayscale: #5E5E5E. Windows color (decimal): -8109174 or 9061252. OLE color: 9061252.
HSL color Cylindrical-coordinate representation of color #84438A: hue angle of 294.93º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84438A is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 67 | 138 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.46 |
| HSL | 294.93º | 0.35% | 0.4% | - |
| HSV(B) | 294.93º | 0.51% | 0.54% | - |
| XYZ | 16.11 | 10.75 | 25.27 | - |
| YUV | 94.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 138 | 0.04 | 0.51 | 0 | 0.46 | 294.93 | 0.35 | 0.4 |
| Hex | 84 | 43 | 8A | 4 | 33 | 0 | 2E | 127 | 23 | 28 |
| Octal | 204 | 103 | 212 | 4 | 63 | 0 | 56 | 447 | 43 | 50 |
| Binary | 10000100 | 1000011 | 10001010 | 100 | 110011 | 0 | 101110 | 100100111 | 100011 | 101000 |
Color Harmonies of #84438A
Complementary color
Monochromatic Colors of #84438A
Black with #84438A
Text Example
Text Example
White with #84438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84438A; }
p { color: rgb(132,67,138); }
H1.HeaderClassName
{
color: #84438A;
}
.AnyTagClassName
{
color: #84438A;
}
</style>
background-color css
<style>
a { background-color: #84438A; }
a { background-color: rgb(132,67,138); }
div.DivClassName
{
background-color: #84438A;
}
.BgClassName
{
background-color: #84438A;
}
</style>
border-color css
<style>
span { border-color: #84438A; }
span { border-color: rgb(132,67,138); }
td.TdClassName
{
border-color: #84438A;
}
.TagClassName
{
border-color: #84438A;
}
</style>