Shades of Vivid Violet #823780
Tints of Vivid Violet #823780
RGB
CMYK
RGB Variations
Color information
#823780 (or 0x823780) is known color: Vivid Violet. HEX triplet: 82, 37 and 80. RGB value is (130,55,128). Sum of RGB (Red+Green+Blue) = 130+55+128=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #823780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823780 is #7DC87F. Grayscale: #555555. Windows color (decimal): -8243328 or 8402818. OLE color: 8402818.
HSL color Cylindrical-coordinate representation of color #823780: hue angle of 301.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823780 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 128 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.49 |
| HSL | 301.6º | 0.41% | 0.36% | - |
| HSV(B) | 301.6º | 0.58% | 0.51% | - |
| XYZ | 14.47 | 9.04 | 21.4 | - |
| YUV | 85.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 128 | 0 | 0.58 | 0.02 | 0.49 | 301.6 | 0.41 | 0.36 |
| Hex | 82 | 37 | 80 | 0 | 3A | 2 | 31 | 12E | 29 | 24 |
| Octal | 202 | 67 | 200 | 0 | 72 | 2 | 61 | 456 | 51 | 44 |
| Binary | 10000010 | 110111 | 10000000 | 0 | 111010 | 10 | 110001 | 100101110 | 101001 | 100100 |
Color Harmonies of #823780
Complementary color
Monochromatic Colors of #823780
Black with #823780
Text Example
Text Example
White with #823780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823780; }
p { color: rgb(130,55,128); }
H1.HeaderClassName
{
color: #823780;
}
.AnyTagClassName
{
color: #823780;
}
</style>
background-color css
<style>
a { background-color: #823780; }
a { background-color: rgb(130,55,128); }
div.DivClassName
{
background-color: #823780;
}
.BgClassName
{
background-color: #823780;
}
</style>
border-color css
<style>
span { border-color: #823780; }
span { border-color: rgb(130,55,128); }
td.TdClassName
{
border-color: #823780;
}
.TagClassName
{
border-color: #823780;
}
</style>