Shades of Vivid Violet #824698
Tints of Vivid Violet #824698
RGB
CMYK
RGB Variations
Color information
#824698 (or 0x824698) is known color: Vivid Violet. HEX triplet: 82, 46 and 98. RGB value is (130,70,152). Sum of RGB (Red+Green+Blue) = 130+70+152=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #824698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824698 is #7DB967. Grayscale: #616161. Windows color (decimal): -8239464 or 9979522. OLE color: 9979522.
HSL color Cylindrical-coordinate representation of color #824698: hue angle of 283.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824698 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 70 | 152 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.40 |
| HSL | 283.9º | 0.37% | 0.44% | - |
| HSV(B) | 283.9º | 0.54% | 0.6% | - |
| XYZ | 17.06 | 11.39 | 31.01 | - |
| YUV | 97.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 152 | 0.14 | 0.54 | 0 | 0.40 | 283.9 | 0.37 | 0.44 |
| Hex | 82 | 46 | 98 | E | 36 | 0 | 28 | 11C | 25 | 2C |
| Octal | 202 | 106 | 230 | 16 | 66 | 0 | 50 | 434 | 45 | 54 |
| Binary | 10000010 | 1000110 | 10011000 | 1110 | 110110 | 0 | 101000 | 100011100 | 100101 | 101100 |
Color Harmonies of #824698
Complementary color
Monochromatic Colors of #824698
Black with #824698
Text Example
Text Example
White with #824698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824698; }
p { color: rgb(130,70,152); }
H1.HeaderClassName
{
color: #824698;
}
.AnyTagClassName
{
color: #824698;
}
</style>
background-color css
<style>
a { background-color: #824698; }
a { background-color: rgb(130,70,152); }
div.DivClassName
{
background-color: #824698;
}
.BgClassName
{
background-color: #824698;
}
</style>
border-color css
<style>
span { border-color: #824698; }
span { border-color: rgb(130,70,152); }
td.TdClassName
{
border-color: #824698;
}
.TagClassName
{
border-color: #824698;
}
</style>