Shades of Vivid Violet #84308A
Tints of Vivid Violet #84308A
RGB
CMYK
RGB Variations
Color information
#84308A (or 0x84308A) is known color: Vivid Violet. HEX triplet: 84, 30 and 8A. RGB value is (132,48,138). Sum of RGB (Red+Green+Blue) = 132+48+138=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #84308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84308A is #7BCF75. Grayscale: #535353. Windows color (decimal): -8114038 or 9056388. OLE color: 9056388.
HSL color Cylindrical-coordinate representation of color #84308A: hue angle of 296º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84308A is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 48 | 138 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.46 |
| HSL | 296º | 0.48% | 0.36% | - |
| HSV(B) | 296º | 0.65% | 0.54% | - |
| XYZ | 15.16 | 8.85 | 24.95 | - |
| YUV | 83.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 138 | 0.04 | 0.65 | 0 | 0.46 | 296 | 0.48 | 0.36 |
| Hex | 84 | 30 | 8A | 4 | 41 | 0 | 2E | 128 | 30 | 24 |
| Octal | 204 | 60 | 212 | 4 | 101 | 0 | 56 | 450 | 60 | 44 |
| Binary | 10000100 | 110000 | 10001010 | 100 | 1000001 | 0 | 101110 | 100101000 | 110000 | 100100 |
Color Harmonies of #84308A
Complementary color
Monochromatic Colors of #84308A
Black with #84308A
Text Example
Text Example
White with #84308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84308A; }
p { color: rgb(132,48,138); }
H1.HeaderClassName
{
color: #84308A;
}
.AnyTagClassName
{
color: #84308A;
}
</style>
background-color css
<style>
a { background-color: #84308A; }
a { background-color: rgb(132,48,138); }
div.DivClassName
{
background-color: #84308A;
}
.BgClassName
{
background-color: #84308A;
}
</style>
border-color css
<style>
span { border-color: #84308A; }
span { border-color: rgb(132,48,138); }
td.TdClassName
{
border-color: #84308A;
}
.TagClassName
{
border-color: #84308A;
}
</style>