Shades of Vivid Violet #823582
Tints of Vivid Violet #823582
RGB
CMYK
RGB Variations
Color information
#823582 (or 0x823582) is known color: Vivid Violet. HEX triplet: 82, 35 and 82. RGB value is (130,53,130). Sum of RGB (Red+Green+Blue) = 130+53+130=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823582 is #7DCA7D. Grayscale: #545454. Windows color (decimal): -8243838 or 8533378. OLE color: 8533378.
HSL color Cylindrical-coordinate representation of color #823582: hue angle of 300º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #823582 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 130 | - |
| CMYK | 0 | 0.59 | 0 | 0.49 |
| HSL | 300º | 0.42% | 0.36% | - |
| HSV(B) | 300º | 0.59% | 0.51% | - |
| XYZ | 14.51 | 8.9 | 22.07 | - |
| YUV | 84.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 130 | 0 | 0.59 | 0 | 0.49 | 300 | 0.42 | 0.36 |
| Hex | 82 | 35 | 82 | 0 | 3B | 0 | 31 | 12C | 2A | 24 |
| Octal | 202 | 65 | 202 | 0 | 73 | 0 | 61 | 454 | 52 | 44 |
| Binary | 10000010 | 110101 | 10000010 | 0 | 111011 | 0 | 110001 | 100101100 | 101010 | 100100 |
Color Harmonies of #823582
Complementary color
Monochromatic Colors of #823582
Black with #823582
Text Example
Text Example
White with #823582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823582; }
p { color: rgb(130,53,130); }
H1.HeaderClassName
{
color: #823582;
}
.AnyTagClassName
{
color: #823582;
}
</style>
background-color css
<style>
a { background-color: #823582; }
a { background-color: rgb(130,53,130); }
div.DivClassName
{
background-color: #823582;
}
.BgClassName
{
background-color: #823582;
}
</style>
border-color css
<style>
span { border-color: #823582; }
span { border-color: rgb(130,53,130); }
td.TdClassName
{
border-color: #823582;
}
.TagClassName
{
border-color: #823582;
}
</style>