Shades of Vivid Violet #84248D
Tints of Vivid Violet #84248D
RGB
CMYK
RGB Variations
Color information
#84248D (or 0x84248D) is known color: Vivid Violet. HEX triplet: 84, 24 and 8D. RGB value is (132,36,141). Sum of RGB (Red+Green+Blue) = 132+36+141=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #84248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84248D is #7BDB72. Grayscale: #4C4C4C. Windows color (decimal): -8117107 or 9249924. OLE color: 9249924.
HSL color Cylindrical-coordinate representation of color #84248D: hue angle of 294.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84248D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 36 | 141 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.45 |
| HSL | 294.86º | 0.59% | 0.35% | - |
| HSV(B) | 294.86º | 0.74% | 0.55% | - |
| XYZ | 14.95 | 8.09 | 25.97 | - |
| YUV | 76.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 141 | 0.06 | 0.74 | 0 | 0.45 | 294.86 | 0.59 | 0.35 |
| Hex | 84 | 24 | 8D | 6 | 4A | 0 | 2D | 127 | 3B | 23 |
| Octal | 204 | 44 | 215 | 6 | 112 | 0 | 55 | 447 | 73 | 43 |
| Binary | 10000100 | 100100 | 10001101 | 110 | 1001010 | 0 | 101101 | 100100111 | 111011 | 100011 |
Color Harmonies of #84248D
Complementary color
Monochromatic Colors of #84248D
Black with #84248D
Text Example
Text Example
White with #84248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84248D; }
p { color: rgb(132,36,141); }
H1.HeaderClassName
{
color: #84248D;
}
.AnyTagClassName
{
color: #84248D;
}
</style>
background-color css
<style>
a { background-color: #84248D; }
a { background-color: rgb(132,36,141); }
div.DivClassName
{
background-color: #84248D;
}
.BgClassName
{
background-color: #84248D;
}
</style>
border-color css
<style>
span { border-color: #84248D; }
span { border-color: rgb(132,36,141); }
td.TdClassName
{
border-color: #84248D;
}
.TagClassName
{
border-color: #84248D;
}
</style>