Shades of Vivid Violet #823880
Tints of Vivid Violet #823880
RGB
CMYK
RGB Variations
Color information
#823880 (or 0x823880) is known color: Vivid Violet. HEX triplet: 82, 38 and 80. RGB value is (130,56,128). Sum of RGB (Red+Green+Blue) = 130+56+128=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #823880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823880 is #7DC77F. Grayscale: #565656. Windows color (decimal): -8243072 or 8403074. OLE color: 8403074.
HSL color Cylindrical-coordinate representation of color #823880: hue angle of 301.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823880 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 128 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.49 |
| HSL | 301.62º | 0.4% | 0.36% | - |
| HSV(B) | 301.62º | 0.57% | 0.51% | - |
| XYZ | 14.52 | 9.13 | 21.42 | - |
| YUV | 86.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 128 | 0 | 0.57 | 0.02 | 0.49 | 301.62 | 0.4 | 0.36 |
| Hex | 82 | 38 | 80 | 0 | 39 | 2 | 31 | 12E | 28 | 24 |
| Octal | 202 | 70 | 200 | 0 | 71 | 2 | 61 | 456 | 50 | 44 |
| Binary | 10000010 | 111000 | 10000000 | 0 | 111001 | 10 | 110001 | 100101110 | 101000 | 100100 |
Color Harmonies of #823880
Complementary color
Monochromatic Colors of #823880
Black with #823880
Text Example
Text Example
White with #823880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823880; }
p { color: rgb(130,56,128); }
H1.HeaderClassName
{
color: #823880;
}
.AnyTagClassName
{
color: #823880;
}
</style>
background-color css
<style>
a { background-color: #823880; }
a { background-color: rgb(130,56,128); }
div.DivClassName
{
background-color: #823880;
}
.BgClassName
{
background-color: #823880;
}
</style>
border-color css
<style>
span { border-color: #823880; }
span { border-color: rgb(130,56,128); }
td.TdClassName
{
border-color: #823880;
}
.TagClassName
{
border-color: #823880;
}
</style>