Shades of Vivid Violet #84458C
Tints of Vivid Violet #84458C
RGB
CMYK
RGB Variations
Color information
#84458C (or 0x84458C) is known color: Vivid Violet. HEX triplet: 84, 45 and 8C. RGB value is (132,69,140). Sum of RGB (Red+Green+Blue) = 132+69+140=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #84458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84458C is #7BBA73. Grayscale: #5F5F5F. Windows color (decimal): -8108660 or 9192836. OLE color: 9192836.
HSL color Cylindrical-coordinate representation of color #84458C: hue angle of 293.24º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84458C is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 69 | 140 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.45 |
| HSL | 293.24º | 0.34% | 0.41% | - |
| HSV(B) | 293.24º | 0.51% | 0.55% | - |
| XYZ | 16.38 | 11.06 | 26.08 | - |
| YUV | 95.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 140 | 0.06 | 0.51 | 0 | 0.45 | 293.24 | 0.34 | 0.41 |
| Hex | 84 | 45 | 8C | 6 | 33 | 0 | 2D | 125 | 22 | 29 |
| Octal | 204 | 105 | 214 | 6 | 63 | 0 | 55 | 445 | 42 | 51 |
| Binary | 10000100 | 1000101 | 10001100 | 110 | 110011 | 0 | 101101 | 100100101 | 100010 | 101001 |
Color Harmonies of #84458C
Complementary color
Monochromatic Colors of #84458C
Black with #84458C
Text Example
Text Example
White with #84458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84458C; }
p { color: rgb(132,69,140); }
H1.HeaderClassName
{
color: #84458C;
}
.AnyTagClassName
{
color: #84458C;
}
</style>
background-color css
<style>
a { background-color: #84458C; }
a { background-color: rgb(132,69,140); }
div.DivClassName
{
background-color: #84458C;
}
.BgClassName
{
background-color: #84458C;
}
</style>
border-color css
<style>
span { border-color: #84458C; }
span { border-color: rgb(132,69,140); }
td.TdClassName
{
border-color: #84458C;
}
.TagClassName
{
border-color: #84458C;
}
</style>