Shades of Vivid Violet #824684
Tints of Vivid Violet #824684
RGB
CMYK
RGB Variations
Color information
#824684 (or 0x824684) is known color: Vivid Violet. HEX triplet: 82, 46 and 84. RGB value is (130,70,132). Sum of RGB (Red+Green+Blue) = 130+70+132=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #824684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824684 is #7DB97B. Grayscale: #5E5E5E. Windows color (decimal): -8239484 or 8668802. OLE color: 8668802.
HSL color Cylindrical-coordinate representation of color #824684: hue angle of 298.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824684 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 70 | 132 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.48 |
| HSL | 298.06º | 0.31% | 0.4% | - |
| HSV(B) | 298.06º | 0.47% | 0.52% | - |
| XYZ | 15.56 | 10.79 | 23.09 | - |
| YUV | 95.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 132 | 0.02 | 0.47 | 0 | 0.48 | 298.06 | 0.31 | 0.4 |
| Hex | 82 | 46 | 84 | 2 | 2F | 0 | 30 | 12A | 1F | 28 |
| Octal | 202 | 106 | 204 | 2 | 57 | 0 | 60 | 452 | 37 | 50 |
| Binary | 10000010 | 1000110 | 10000100 | 10 | 101111 | 0 | 110000 | 100101010 | 11111 | 101000 |
Color Harmonies of #824684
Complementary color
Monochromatic Colors of #824684
Black with #824684
Text Example
Text Example
White with #824684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824684; }
p { color: rgb(130,70,132); }
H1.HeaderClassName
{
color: #824684;
}
.AnyTagClassName
{
color: #824684;
}
</style>
background-color css
<style>
a { background-color: #824684; }
a { background-color: rgb(130,70,132); }
div.DivClassName
{
background-color: #824684;
}
.BgClassName
{
background-color: #824684;
}
</style>
border-color css
<style>
span { border-color: #824684; }
span { border-color: rgb(130,70,132); }
td.TdClassName
{
border-color: #824684;
}
.TagClassName
{
border-color: #824684;
}
</style>