Shades of Vivid Violet #823595
Tints of Vivid Violet #823595
RGB
CMYK
RGB Variations
Color information
#823595 (or 0x823595) is known color: Vivid Violet. HEX triplet: 82, 35 and 95. RGB value is (130,53,149). Sum of RGB (Red+Green+Blue) = 130+53+149=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #823595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823595 is #7DCA6A. Grayscale: #565656. Windows color (decimal): -8243819 or 9778562. OLE color: 9778562.
HSL color Cylindrical-coordinate representation of color #823595: hue angle of 288.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823595 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 53 | 149 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.42 |
| HSL | 288.13º | 0.48% | 0.4% | - |
| HSV(B) | 288.13º | 0.64% | 0.58% | - |
| XYZ | 15.9 | 9.46 | 29.42 | - |
| YUV | 86.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 149 | 0.13 | 0.64 | 0 | 0.42 | 288.13 | 0.48 | 0.4 |
| Hex | 82 | 35 | 95 | D | 40 | 0 | 2A | 120 | 30 | 28 |
| Octal | 202 | 65 | 225 | 15 | 100 | 0 | 52 | 440 | 60 | 50 |
| Binary | 10000010 | 110101 | 10010101 | 1101 | 1000000 | 0 | 101010 | 100100000 | 110000 | 101000 |
Color Harmonies of #823595
Complementary color
Monochromatic Colors of #823595
Black with #823595
Text Example
Text Example
White with #823595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823595; }
p { color: rgb(130,53,149); }
H1.HeaderClassName
{
color: #823595;
}
.AnyTagClassName
{
color: #823595;
}
</style>
background-color css
<style>
a { background-color: #823595; }
a { background-color: rgb(130,53,149); }
div.DivClassName
{
background-color: #823595;
}
.BgClassName
{
background-color: #823595;
}
</style>
border-color css
<style>
span { border-color: #823595; }
span { border-color: rgb(130,53,149); }
td.TdClassName
{
border-color: #823595;
}
.TagClassName
{
border-color: #823595;
}
</style>