Shades of Vivid Violet #84248C
Tints of Vivid Violet #84248C
RGB
CMYK
RGB Variations
Color information
#84248C (or 0x84248C) is known color: Vivid Violet. HEX triplet: 84, 24 and 8C. RGB value is (132,36,140). Sum of RGB (Red+Green+Blue) = 132+36+140=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #84248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84248C is #7BDB73. Grayscale: #4C4C4C. Windows color (decimal): -8117108 or 9184388. OLE color: 9184388.
HSL color Cylindrical-coordinate representation of color #84248C: hue angle of 295.38º 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 #84248C is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 36 | 140 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.45 |
| HSL | 295.38º | 0.59% | 0.35% | - |
| HSV(B) | 295.38º | 0.74% | 0.55% | - |
| XYZ | 14.88 | 8.06 | 25.58 | - |
| YUV | 76.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 140 | 0.06 | 0.74 | 0 | 0.45 | 295.38 | 0.59 | 0.35 |
| Hex | 84 | 24 | 8C | 6 | 4A | 0 | 2D | 127 | 3B | 23 |
| Octal | 204 | 44 | 214 | 6 | 112 | 0 | 55 | 447 | 73 | 43 |
| Binary | 10000100 | 100100 | 10001100 | 110 | 1001010 | 0 | 101101 | 100100111 | 111011 | 100011 |
Color Harmonies of #84248C
Complementary color
Monochromatic Colors of #84248C
Black with #84248C
Text Example
Text Example
White with #84248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84248C; }
p { color: rgb(132,36,140); }
H1.HeaderClassName
{
color: #84248C;
}
.AnyTagClassName
{
color: #84248C;
}
</style>
background-color css
<style>
a { background-color: #84248C; }
a { background-color: rgb(132,36,140); }
div.DivClassName
{
background-color: #84248C;
}
.BgClassName
{
background-color: #84248C;
}
</style>
border-color css
<style>
span { border-color: #84248C; }
span { border-color: rgb(132,36,140); }
td.TdClassName
{
border-color: #84248C;
}
.TagClassName
{
border-color: #84248C;
}
</style>