Shades of Vivid Violet #823185
Tints of Vivid Violet #823185
RGB
CMYK
RGB Variations
Color information
#823185 (or 0x823185) is known color: Vivid Violet. HEX triplet: 82, 31 and 85. RGB value is (130,49,133). Sum of RGB (Red+Green+Blue) = 130+49+133=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #823185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823185 is #7DCE7A. Grayscale: #525252. Windows color (decimal): -8244859 or 8728962. OLE color: 8728962.
HSL color Cylindrical-coordinate representation of color #823185: hue angle of 297.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823185 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 49 | 133 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.48 |
| HSL | 297.86º | 0.46% | 0.36% | - |
| HSV(B) | 297.86º | 0.63% | 0.52% | - |
| XYZ | 14.54 | 8.64 | 23.09 | - |
| YUV | 82.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 133 | 0.02 | 0.63 | 0 | 0.48 | 297.86 | 0.46 | 0.36 |
| Hex | 82 | 31 | 85 | 2 | 3F | 0 | 30 | 12A | 2E | 24 |
| Octal | 202 | 61 | 205 | 2 | 77 | 0 | 60 | 452 | 56 | 44 |
| Binary | 10000010 | 110001 | 10000101 | 10 | 111111 | 0 | 110000 | 100101010 | 101110 | 100100 |
Color Harmonies of #823185
Complementary color
Monochromatic Colors of #823185
Black with #823185
Text Example
Text Example
White with #823185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823185; }
p { color: rgb(130,49,133); }
H1.HeaderClassName
{
color: #823185;
}
.AnyTagClassName
{
color: #823185;
}
</style>
background-color css
<style>
a { background-color: #823185; }
a { background-color: rgb(130,49,133); }
div.DivClassName
{
background-color: #823185;
}
.BgClassName
{
background-color: #823185;
}
</style>
border-color css
<style>
span { border-color: #823185; }
span { border-color: rgb(130,49,133); }
td.TdClassName
{
border-color: #823185;
}
.TagClassName
{
border-color: #823185;
}
</style>