Shades of Vivid Violet #823097
Tints of Vivid Violet #823097
RGB
CMYK
RGB Variations
Color information
#823097 (or 0x823097) is known color: Vivid Violet. HEX triplet: 82, 30 and 97. RGB value is (130,48,151). Sum of RGB (Red+Green+Blue) = 130+48+151=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #823097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823097 is #7DCF68. Grayscale: #535353. Windows color (decimal): -8245097 or 9908354. OLE color: 9908354.
HSL color Cylindrical-coordinate representation of color #823097: hue angle of 287.77º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823097 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 48 | 151 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.41 |
| HSL | 287.77º | 0.52% | 0.39% | - |
| HSV(B) | 287.77º | 0.68% | 0.59% | - |
| XYZ | 15.85 | 9.09 | 30.2 | - |
| YUV | 84.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 151 | 0.14 | 0.68 | 0 | 0.41 | 287.77 | 0.52 | 0.39 |
| Hex | 82 | 30 | 97 | E | 44 | 0 | 29 | 120 | 34 | 27 |
| Octal | 202 | 60 | 227 | 16 | 104 | 0 | 51 | 440 | 64 | 47 |
| Binary | 10000010 | 110000 | 10010111 | 1110 | 1000100 | 0 | 101001 | 100100000 | 110100 | 100111 |
Color Harmonies of #823097
Complementary color
Monochromatic Colors of #823097
Black with #823097
Text Example
Text Example
White with #823097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823097; }
p { color: rgb(130,48,151); }
H1.HeaderClassName
{
color: #823097;
}
.AnyTagClassName
{
color: #823097;
}
</style>
background-color css
<style>
a { background-color: #823097; }
a { background-color: rgb(130,48,151); }
div.DivClassName
{
background-color: #823097;
}
.BgClassName
{
background-color: #823097;
}
</style>
border-color css
<style>
span { border-color: #823097; }
span { border-color: rgb(130,48,151); }
td.TdClassName
{
border-color: #823097;
}
.TagClassName
{
border-color: #823097;
}
</style>