Shades of Vivid Violet #824294
Tints of Vivid Violet #824294
RGB
CMYK
RGB Variations
Color information
#824294 (or 0x824294) is known color: Vivid Violet. HEX triplet: 82, 42 and 94. RGB value is (130,66,148). Sum of RGB (Red+Green+Blue) = 130+66+148=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #824294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824294 is #7DBD6B. Grayscale: #5E5E5E. Windows color (decimal): -8240492 or 9716354. OLE color: 9716354.
HSL color Cylindrical-coordinate representation of color #824294: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824294 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 66 | 148 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.42 |
| HSL | 286.83º | 0.38% | 0.42% | - |
| HSV(B) | 286.83º | 0.55% | 0.58% | - |
| XYZ | 16.5 | 10.78 | 29.23 | - |
| YUV | 94.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 148 | 0.12 | 0.55 | 0 | 0.42 | 286.83 | 0.38 | 0.42 |
| Hex | 82 | 42 | 94 | C | 37 | 0 | 2A | 11F | 26 | 2A |
| Octal | 202 | 102 | 224 | 14 | 67 | 0 | 52 | 437 | 46 | 52 |
| Binary | 10000010 | 1000010 | 10010100 | 1100 | 110111 | 0 | 101010 | 100011111 | 100110 | 101010 |
Color Harmonies of #824294
Complementary color
Monochromatic Colors of #824294
Black with #824294
Text Example
Text Example
White with #824294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824294; }
p { color: rgb(130,66,148); }
H1.HeaderClassName
{
color: #824294;
}
.AnyTagClassName
{
color: #824294;
}
</style>
background-color css
<style>
a { background-color: #824294; }
a { background-color: rgb(130,66,148); }
div.DivClassName
{
background-color: #824294;
}
.BgClassName
{
background-color: #824294;
}
</style>
border-color css
<style>
span { border-color: #824294; }
span { border-color: rgb(130,66,148); }
td.TdClassName
{
border-color: #824294;
}
.TagClassName
{
border-color: #824294;
}
</style>