Shades of Vivid Violet #84308D
Tints of Vivid Violet #84308D
RGB
CMYK
RGB Variations
Color information
#84308D (or 0x84308D) is known color: Vivid Violet. HEX triplet: 84, 30 and 8D. RGB value is (132,48,141). Sum of RGB (Red+Green+Blue) = 132+48+141=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #84308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84308D is #7BCF72. Grayscale: #535353. Windows color (decimal): -8114035 or 9252996. OLE color: 9252996.
HSL color Cylindrical-coordinate representation of color #84308D: hue angle of 294.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84308D is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 48 | 141 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.45 |
| HSL | 294.19º | 0.49% | 0.37% | - |
| HSV(B) | 294.19º | 0.66% | 0.55% | - |
| XYZ | 15.38 | 8.94 | 26.11 | - |
| YUV | 83.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 141 | 0.06 | 0.66 | 0 | 0.45 | 294.19 | 0.49 | 0.37 |
| Hex | 84 | 30 | 8D | 6 | 42 | 0 | 2D | 126 | 31 | 25 |
| Octal | 204 | 60 | 215 | 6 | 102 | 0 | 55 | 446 | 61 | 45 |
| Binary | 10000100 | 110000 | 10001101 | 110 | 1000010 | 0 | 101101 | 100100110 | 110001 | 100101 |
Color Harmonies of #84308D
Complementary color
Monochromatic Colors of #84308D
Black with #84308D
Text Example
Text Example
White with #84308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84308D; }
p { color: rgb(132,48,141); }
H1.HeaderClassName
{
color: #84308D;
}
.AnyTagClassName
{
color: #84308D;
}
</style>
background-color css
<style>
a { background-color: #84308D; }
a { background-color: rgb(132,48,141); }
div.DivClassName
{
background-color: #84308D;
}
.BgClassName
{
background-color: #84308D;
}
</style>
border-color css
<style>
span { border-color: #84308D; }
span { border-color: rgb(132,48,141); }
td.TdClassName
{
border-color: #84308D;
}
.TagClassName
{
border-color: #84308D;
}
</style>