Shades of Vivid Violet #824694
Tints of Vivid Violet #824694
RGB
CMYK
RGB Variations
Color information
#824694 (or 0x824694) is known color: Vivid Violet. HEX triplet: 82, 46 and 94. RGB value is (130,70,148). Sum of RGB (Red+Green+Blue) = 130+70+148=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #824694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824694 is #7DB96B. Grayscale: #606060. Windows color (decimal): -8239468 or 9717378. OLE color: 9717378.
HSL color Cylindrical-coordinate representation of color #824694: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824694 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 70 | 148 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.42 |
| HSL | 286.15º | 0.36% | 0.43% | - |
| HSV(B) | 286.15º | 0.53% | 0.58% | - |
| XYZ | 16.74 | 11.26 | 29.31 | - |
| YUV | 96.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 148 | 0.12 | 0.53 | 0 | 0.42 | 286.15 | 0.36 | 0.43 |
| Hex | 82 | 46 | 94 | C | 35 | 0 | 2A | 11E | 24 | 2B |
| Octal | 202 | 106 | 224 | 14 | 65 | 0 | 52 | 436 | 44 | 53 |
| Binary | 10000010 | 1000110 | 10010100 | 1100 | 110101 | 0 | 101010 | 100011110 | 100100 | 101011 |
Color Harmonies of #824694
Complementary color
Monochromatic Colors of #824694
Black with #824694
Text Example
Text Example
White with #824694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824694; }
p { color: rgb(130,70,148); }
H1.HeaderClassName
{
color: #824694;
}
.AnyTagClassName
{
color: #824694;
}
</style>
background-color css
<style>
a { background-color: #824694; }
a { background-color: rgb(130,70,148); }
div.DivClassName
{
background-color: #824694;
}
.BgClassName
{
background-color: #824694;
}
</style>
border-color css
<style>
span { border-color: #824694; }
span { border-color: rgb(130,70,148); }
td.TdClassName
{
border-color: #824694;
}
.TagClassName
{
border-color: #824694;
}
</style>