Shades of Vivid Violet #84448E
Tints of Vivid Violet #84448E
RGB
CMYK
RGB Variations
Color information
#84448E (or 0x84448E) is known color: Vivid Violet. HEX triplet: 84, 44 and 8E. RGB value is (132,68,142). Sum of RGB (Red+Green+Blue) = 132+68+142=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #84448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84448E is #7BBB71. Grayscale: #5F5F5F. Windows color (decimal): -8108914 or 9323652. OLE color: 9323652.
HSL color Cylindrical-coordinate representation of color #84448E: hue angle of 291.89º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84448E is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 68 | 142 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.44 |
| HSL | 291.89º | 0.35% | 0.41% | - |
| HSV(B) | 291.89º | 0.52% | 0.56% | - |
| XYZ | 16.47 | 10.99 | 26.85 | - |
| YUV | 95.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 142 | 0.07 | 0.52 | 0 | 0.44 | 291.89 | 0.35 | 0.41 |
| Hex | 84 | 44 | 8E | 7 | 34 | 0 | 2C | 124 | 23 | 29 |
| Octal | 204 | 104 | 216 | 7 | 64 | 0 | 54 | 444 | 43 | 51 |
| Binary | 10000100 | 1000100 | 10001110 | 111 | 110100 | 0 | 101100 | 100100100 | 100011 | 101001 |
Color Harmonies of #84448E
Complementary color
Monochromatic Colors of #84448E
Black with #84448E
Text Example
Text Example
White with #84448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84448E; }
p { color: rgb(132,68,142); }
H1.HeaderClassName
{
color: #84448E;
}
.AnyTagClassName
{
color: #84448E;
}
</style>
background-color css
<style>
a { background-color: #84448E; }
a { background-color: rgb(132,68,142); }
div.DivClassName
{
background-color: #84448E;
}
.BgClassName
{
background-color: #84448E;
}
</style>
border-color css
<style>
span { border-color: #84448E; }
span { border-color: rgb(132,68,142); }
td.TdClassName
{
border-color: #84448E;
}
.TagClassName
{
border-color: #84448E;
}
</style>