Shades of Vivid Violet #824297
Tints of Vivid Violet #824297
RGB
CMYK
RGB Variations
Color information
#824297 (or 0x824297) is known color: Vivid Violet. HEX triplet: 82, 42 and 97. RGB value is (130,66,151). Sum of RGB (Red+Green+Blue) = 130+66+151=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #824297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824297 is #7DBD68. Grayscale: #5E5E5E. Windows color (decimal): -8240489 or 9912962. OLE color: 9912962.
HSL color Cylindrical-coordinate representation of color #824297: hue angle of 285.18º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824297 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 66 | 151 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.41 |
| HSL | 285.18º | 0.39% | 0.43% | - |
| HSV(B) | 285.18º | 0.56% | 0.59% | - |
| XYZ | 16.74 | 10.88 | 30.5 | - |
| YUV | 94.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 151 | 0.14 | 0.56 | 0 | 0.41 | 285.18 | 0.39 | 0.43 |
| Hex | 82 | 42 | 97 | E | 38 | 0 | 29 | 11D | 27 | 2B |
| Octal | 202 | 102 | 227 | 16 | 70 | 0 | 51 | 435 | 47 | 53 |
| Binary | 10000010 | 1000010 | 10010111 | 1110 | 111000 | 0 | 101001 | 100011101 | 100111 | 101011 |
Color Harmonies of #824297
Complementary color
Monochromatic Colors of #824297
Black with #824297
Text Example
Text Example
White with #824297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824297; }
p { color: rgb(130,66,151); }
H1.HeaderClassName
{
color: #824297;
}
.AnyTagClassName
{
color: #824297;
}
</style>
background-color css
<style>
a { background-color: #824297; }
a { background-color: rgb(130,66,151); }
div.DivClassName
{
background-color: #824297;
}
.BgClassName
{
background-color: #824297;
}
</style>
border-color css
<style>
span { border-color: #824297; }
span { border-color: rgb(130,66,151); }
td.TdClassName
{
border-color: #824297;
}
.TagClassName
{
border-color: #824297;
}
</style>