Shades of Vivid Violet #823F80
Tints of Vivid Violet #823F80
RGB
CMYK
RGB Variations
Color information
#823F80 (or 0x823F80) is known color: Vivid Violet. HEX triplet: 82, 3F and 80. RGB value is (130,63,128). Sum of RGB (Red+Green+Blue) = 130+63+128=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #823F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823F80 is #7DC07F. Grayscale: #5A5A5A. Windows color (decimal): -8241280 or 8404866. OLE color: 8404866.
HSL color Cylindrical-coordinate representation of color #823F80: hue angle of 301.79º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #823F80 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 128 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.49 |
| HSL | 301.79º | 0.35% | 0.38% | - |
| HSV(B) | 301.79º | 0.52% | 0.51% | - |
| XYZ | 14.88 | 9.86 | 21.54 | - |
| YUV | 90.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 128 | 0 | 0.52 | 0.02 | 0.49 | 301.79 | 0.35 | 0.38 |
| Hex | 82 | 3F | 80 | 0 | 34 | 2 | 31 | 12E | 23 | 26 |
| Octal | 202 | 77 | 200 | 0 | 64 | 2 | 61 | 456 | 43 | 46 |
| Binary | 10000010 | 111111 | 10000000 | 0 | 110100 | 10 | 110001 | 100101110 | 100011 | 100110 |
Color Harmonies of #823F80
Complementary color
Monochromatic Colors of #823F80
Black with #823F80
Text Example
Text Example
White with #823F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F80; }
p { color: rgb(130,63,128); }
H1.HeaderClassName
{
color: #823F80;
}
.AnyTagClassName
{
color: #823F80;
}
</style>
background-color css
<style>
a { background-color: #823F80; }
a { background-color: rgb(130,63,128); }
div.DivClassName
{
background-color: #823F80;
}
.BgClassName
{
background-color: #823F80;
}
</style>
border-color css
<style>
span { border-color: #823F80; }
span { border-color: rgb(130,63,128); }
td.TdClassName
{
border-color: #823F80;
}
.TagClassName
{
border-color: #823F80;
}
</style>