Shades of Vivid Violet #84309D
Tints of Vivid Violet #84309D
RGB
CMYK
RGB Variations
Color information
#84309D (or 0x84309D) is known color: Vivid Violet. HEX triplet: 84, 30 and 9D. RGB value is (132,48,157). Sum of RGB (Red+Green+Blue) = 132+48+157=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #84309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84309D is #7BCF62. Grayscale: #555555. Windows color (decimal): -8114019 or 10301572. OLE color: 10301572.
HSL color Cylindrical-coordinate representation of color #84309D: hue angle of 286.24º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84309D is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 48 | 157 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.38 |
| HSL | 286.24º | 0.53% | 0.4% | - |
| HSV(B) | 286.24º | 0.69% | 0.62% | - |
| XYZ | 16.66 | 9.45 | 32.85 | - |
| YUV | 85.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 157 | 0.16 | 0.69 | 0 | 0.38 | 286.24 | 0.53 | 0.4 |
| Hex | 84 | 30 | 9D | 10 | 45 | 0 | 26 | 11E | 35 | 28 |
| Octal | 204 | 60 | 235 | 20 | 105 | 0 | 46 | 436 | 65 | 50 |
| Binary | 10000100 | 110000 | 10011101 | 10000 | 1000101 | 0 | 100110 | 100011110 | 110101 | 101000 |
Color Harmonies of #84309D
Complementary color
Monochromatic Colors of #84309D
Black with #84309D
Text Example
Text Example
White with #84309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84309D; }
p { color: rgb(132,48,157); }
H1.HeaderClassName
{
color: #84309D;
}
.AnyTagClassName
{
color: #84309D;
}
</style>
background-color css
<style>
a { background-color: #84309D; }
a { background-color: rgb(132,48,157); }
div.DivClassName
{
background-color: #84309D;
}
.BgClassName
{
background-color: #84309D;
}
</style>
border-color css
<style>
span { border-color: #84309D; }
span { border-color: rgb(132,48,157); }
td.TdClassName
{
border-color: #84309D;
}
.TagClassName
{
border-color: #84309D;
}
</style>