Shades of Vivid Violet #823882
Tints of Vivid Violet #823882
RGB
CMYK
RGB Variations
Color information
#823882 (or 0x823882) is known color: Vivid Violet. HEX triplet: 82, 38 and 82. RGB value is (130,56,130). Sum of RGB (Red+Green+Blue) = 130+56+130=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823882 is #7DC77D. Grayscale: #565656. Windows color (decimal): -8243070 or 8534146. OLE color: 8534146.
HSL color Cylindrical-coordinate representation of color #823882: hue angle of 300º 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 #823882 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 130 | - |
| CMYK | 0 | 0.57 | 0 | 0.49 |
| HSL | 300º | 0.4% | 0.36% | - |
| HSV(B) | 300º | 0.57% | 0.51% | - |
| XYZ | 14.65 | 9.19 | 22.12 | - |
| YUV | 86.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 130 | 0 | 0.57 | 0 | 0.49 | 300 | 0.4 | 0.36 |
| Hex | 82 | 38 | 82 | 0 | 39 | 0 | 31 | 12C | 28 | 24 |
| Octal | 202 | 70 | 202 | 0 | 71 | 0 | 61 | 454 | 50 | 44 |
| Binary | 10000010 | 111000 | 10000010 | 0 | 111001 | 0 | 110001 | 100101100 | 101000 | 100100 |
Color Harmonies of #823882
Complementary color
Monochromatic Colors of #823882
Black with #823882
Text Example
Text Example
White with #823882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823882; }
p { color: rgb(130,56,130); }
H1.HeaderClassName
{
color: #823882;
}
.AnyTagClassName
{
color: #823882;
}
</style>
background-color css
<style>
a { background-color: #823882; }
a { background-color: rgb(130,56,130); }
div.DivClassName
{
background-color: #823882;
}
.BgClassName
{
background-color: #823882;
}
</style>
border-color css
<style>
span { border-color: #823882; }
span { border-color: rgb(130,56,130); }
td.TdClassName
{
border-color: #823882;
}
.TagClassName
{
border-color: #823882;
}
</style>