Shades of Vivid Violet #824886
Tints of Vivid Violet #824886
RGB
CMYK
RGB Variations
Color information
#824886 (or 0x824886) is known color: Vivid Violet. HEX triplet: 82, 48 and 86. RGB value is (130,72,134). Sum of RGB (Red+Green+Blue) = 130+72+134=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #824886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824886 is #7DB779. Grayscale: #606060. Windows color (decimal): -8238970 or 8800386. OLE color: 8800386.
HSL color Cylindrical-coordinate representation of color #824886: hue angle of 296.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824886 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 72 | 134 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.47 |
| HSL | 296.13º | 0.3% | 0.4% | - |
| HSV(B) | 296.13º | 0.46% | 0.53% | - |
| XYZ | 15.83 | 11.1 | 23.86 | - |
| YUV | 96.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 134 | 0.03 | 0.46 | 0 | 0.47 | 296.13 | 0.3 | 0.4 |
| Hex | 82 | 48 | 86 | 3 | 2E | 0 | 2F | 128 | 1E | 28 |
| Octal | 202 | 110 | 206 | 3 | 56 | 0 | 57 | 450 | 36 | 50 |
| Binary | 10000010 | 1001000 | 10000110 | 11 | 101110 | 0 | 101111 | 100101000 | 11110 | 101000 |
Color Harmonies of #824886
Complementary color
Monochromatic Colors of #824886
Black with #824886
Text Example
Text Example
White with #824886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824886; }
p { color: rgb(130,72,134); }
H1.HeaderClassName
{
color: #824886;
}
.AnyTagClassName
{
color: #824886;
}
</style>
background-color css
<style>
a { background-color: #824886; }
a { background-color: rgb(130,72,134); }
div.DivClassName
{
background-color: #824886;
}
.BgClassName
{
background-color: #824886;
}
</style>
border-color css
<style>
span { border-color: #824886; }
span { border-color: rgb(130,72,134); }
td.TdClassName
{
border-color: #824886;
}
.TagClassName
{
border-color: #824886;
}
</style>