Shades of Vivid Violet #823D82
Tints of Vivid Violet #823D82
RGB
CMYK
RGB Variations
Color information
#823D82 (or 0x823D82) is known color: Vivid Violet. HEX triplet: 82, 3D and 82. RGB value is (130,61,130). Sum of RGB (Red+Green+Blue) = 130+61+130=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823D82 is #7DC27D. Grayscale: #595959. Windows color (decimal): -8241790 or 8535426. OLE color: 8535426.
HSL color Cylindrical-coordinate representation of color #823D82: hue angle of 300º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D82 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 130 | - |
| CMYK | 0 | 0.53 | 0 | 0.49 |
| HSL | 300º | 0.36% | 0.37% | - |
| HSV(B) | 300º | 0.53% | 0.51% | - |
| XYZ | 14.9 | 9.7 | 22.2 | - |
| YUV | 89.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 130 | 0 | 0.53 | 0 | 0.49 | 300 | 0.36 | 0.37 |
| Hex | 82 | 3D | 82 | 0 | 35 | 0 | 31 | 12C | 24 | 25 |
| Octal | 202 | 75 | 202 | 0 | 65 | 0 | 61 | 454 | 44 | 45 |
| Binary | 10000010 | 111101 | 10000010 | 0 | 110101 | 0 | 110001 | 100101100 | 100100 | 100101 |
Color Harmonies of #823D82
Complementary color
Monochromatic Colors of #823D82
Black with #823D82
Text Example
Text Example
White with #823D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D82; }
p { color: rgb(130,61,130); }
H1.HeaderClassName
{
color: #823D82;
}
.AnyTagClassName
{
color: #823D82;
}
</style>
background-color css
<style>
a { background-color: #823D82; }
a { background-color: rgb(130,61,130); }
div.DivClassName
{
background-color: #823D82;
}
.BgClassName
{
background-color: #823D82;
}
</style>
border-color css
<style>
span { border-color: #823D82; }
span { border-color: rgb(130,61,130); }
td.TdClassName
{
border-color: #823D82;
}
.TagClassName
{
border-color: #823D82;
}
</style>