Shades of Vivid Violet #823484
Tints of Vivid Violet #823484
RGB
CMYK
RGB Variations
Color information
#823484 (or 0x823484) is known color: Vivid Violet. HEX triplet: 82, 34 and 84. RGB value is (130,52,132). Sum of RGB (Red+Green+Blue) = 130+52+132=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #823484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823484 is #7DCB7B. Grayscale: #545454. Windows color (decimal): -8244092 or 8664194. OLE color: 8664194.
HSL color Cylindrical-coordinate representation of color #823484: hue angle of 298.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823484 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 52 | 132 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.48 |
| HSL | 298.5º | 0.43% | 0.36% | - |
| HSV(B) | 298.5º | 0.61% | 0.52% | - |
| XYZ | 14.6 | 8.87 | 22.77 | - |
| YUV | 84.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 132 | 0.02 | 0.61 | 0 | 0.48 | 298.5 | 0.43 | 0.36 |
| Hex | 82 | 34 | 84 | 2 | 3D | 0 | 30 | 12A | 2B | 24 |
| Octal | 202 | 64 | 204 | 2 | 75 | 0 | 60 | 452 | 53 | 44 |
| Binary | 10000010 | 110100 | 10000100 | 10 | 111101 | 0 | 110000 | 100101010 | 101011 | 100100 |
Color Harmonies of #823484
Complementary color
Monochromatic Colors of #823484
Black with #823484
Text Example
Text Example
White with #823484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823484; }
p { color: rgb(130,52,132); }
H1.HeaderClassName
{
color: #823484;
}
.AnyTagClassName
{
color: #823484;
}
</style>
background-color css
<style>
a { background-color: #823484; }
a { background-color: rgb(130,52,132); }
div.DivClassName
{
background-color: #823484;
}
.BgClassName
{
background-color: #823484;
}
</style>
border-color css
<style>
span { border-color: #823484; }
span { border-color: rgb(130,52,132); }
td.TdClassName
{
border-color: #823484;
}
.TagClassName
{
border-color: #823484;
}
</style>