Shades of Vivid Violet #824693
Tints of Vivid Violet #824693
RGB
CMYK
RGB Variations
Color information
#824693 (or 0x824693) is known color: Vivid Violet. HEX triplet: 82, 46 and 93. RGB value is (130,70,147). Sum of RGB (Red+Green+Blue) = 130+70+147=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #824693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824693 is #7DB96C. Grayscale: #606060. Windows color (decimal): -8239469 or 9651842. OLE color: 9651842.
HSL color Cylindrical-coordinate representation of color #824693: hue angle of 286.75º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824693 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 70 | 147 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.42 |
| HSL | 286.75º | 0.35% | 0.43% | - |
| HSV(B) | 286.75º | 0.52% | 0.58% | - |
| XYZ | 16.66 | 11.23 | 28.89 | - |
| YUV | 96.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 147 | 0.12 | 0.52 | 0 | 0.42 | 286.75 | 0.35 | 0.43 |
| Hex | 82 | 46 | 93 | C | 34 | 0 | 2A | 11F | 23 | 2B |
| Octal | 202 | 106 | 223 | 14 | 64 | 0 | 52 | 437 | 43 | 53 |
| Binary | 10000010 | 1000110 | 10010011 | 1100 | 110100 | 0 | 101010 | 100011111 | 100011 | 101011 |
Color Harmonies of #824693
Complementary color
Monochromatic Colors of #824693
Black with #824693
Text Example
Text Example
White with #824693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824693; }
p { color: rgb(130,70,147); }
H1.HeaderClassName
{
color: #824693;
}
.AnyTagClassName
{
color: #824693;
}
</style>
background-color css
<style>
a { background-color: #824693; }
a { background-color: rgb(130,70,147); }
div.DivClassName
{
background-color: #824693;
}
.BgClassName
{
background-color: #824693;
}
</style>
border-color css
<style>
span { border-color: #824693; }
span { border-color: rgb(130,70,147); }
td.TdClassName
{
border-color: #824693;
}
.TagClassName
{
border-color: #824693;
}
</style>