Shades of Vivid Violet #823296
Tints of Vivid Violet #823296
RGB
CMYK
RGB Variations
Color information
#823296 (or 0x823296) is known color: Vivid Violet. HEX triplet: 82, 32 and 96. RGB value is (130,50,150). Sum of RGB (Red+Green+Blue) = 130+50+150=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #823296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823296 is #7DCD69. Grayscale: #555555. Windows color (decimal): -8244586 or 9843330. OLE color: 9843330.
HSL color Cylindrical-coordinate representation of color #823296: hue angle of 288º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823296 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 50 | 150 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.41 |
| HSL | 288º | 0.5% | 0.39% | - |
| HSV(B) | 288º | 0.67% | 0.59% | - |
| XYZ | 15.85 | 9.23 | 29.8 | - |
| YUV | 85.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 150 | 0.13 | 0.67 | 0 | 0.41 | 288 | 0.5 | 0.39 |
| Hex | 82 | 32 | 96 | D | 43 | 0 | 29 | 120 | 32 | 27 |
| Octal | 202 | 62 | 226 | 15 | 103 | 0 | 51 | 440 | 62 | 47 |
| Binary | 10000010 | 110010 | 10010110 | 1101 | 1000011 | 0 | 101001 | 100100000 | 110010 | 100111 |
Color Harmonies of #823296
Complementary color
Monochromatic Colors of #823296
Black with #823296
Text Example
Text Example
White with #823296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823296; }
p { color: rgb(130,50,150); }
H1.HeaderClassName
{
color: #823296;
}
.AnyTagClassName
{
color: #823296;
}
</style>
background-color css
<style>
a { background-color: #823296; }
a { background-color: rgb(130,50,150); }
div.DivClassName
{
background-color: #823296;
}
.BgClassName
{
background-color: #823296;
}
</style>
border-color css
<style>
span { border-color: #823296; }
span { border-color: rgb(130,50,150); }
td.TdClassName
{
border-color: #823296;
}
.TagClassName
{
border-color: #823296;
}
</style>