Shades of Vivid Violet #824393
Tints of Vivid Violet #824393
RGB
CMYK
RGB Variations
Color information
#824393 (or 0x824393) is known color: Vivid Violet. HEX triplet: 82, 43 and 93. RGB value is (130,67,147). Sum of RGB (Red+Green+Blue) = 130+67+147=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #824393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824393 is #7DBC6C. Grayscale: #5E5E5E. Windows color (decimal): -8240237 or 9651074. OLE color: 9651074.
HSL color Cylindrical-coordinate representation of color #824393: hue angle of 287.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824393 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 67 | 147 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.42 |
| HSL | 287.25º | 0.37% | 0.42% | - |
| HSV(B) | 287.25º | 0.54% | 0.58% | - |
| XYZ | 16.48 | 10.87 | 28.83 | - |
| YUV | 94.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 147 | 0.12 | 0.54 | 0 | 0.42 | 287.25 | 0.37 | 0.42 |
| Hex | 82 | 43 | 93 | C | 36 | 0 | 2A | 11F | 25 | 2A |
| Octal | 202 | 103 | 223 | 14 | 66 | 0 | 52 | 437 | 45 | 52 |
| Binary | 10000010 | 1000011 | 10010011 | 1100 | 110110 | 0 | 101010 | 100011111 | 100101 | 101010 |
Color Harmonies of #824393
Complementary color
Monochromatic Colors of #824393
Black with #824393
Text Example
Text Example
White with #824393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824393; }
p { color: rgb(130,67,147); }
H1.HeaderClassName
{
color: #824393;
}
.AnyTagClassName
{
color: #824393;
}
</style>
background-color css
<style>
a { background-color: #824393; }
a { background-color: rgb(130,67,147); }
div.DivClassName
{
background-color: #824393;
}
.BgClassName
{
background-color: #824393;
}
</style>
border-color css
<style>
span { border-color: #824393; }
span { border-color: rgb(130,67,147); }
td.TdClassName
{
border-color: #824393;
}
.TagClassName
{
border-color: #824393;
}
</style>