Shades of Vivid Violet #823396
Tints of Vivid Violet #823396
RGB
CMYK
RGB Variations
Color information
#823396 (or 0x823396) is known color: Vivid Violet. HEX triplet: 82, 33 and 96. RGB value is (130,51,150). Sum of RGB (Red+Green+Blue) = 130+51+150=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #823396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823396 is #7DCC69. Grayscale: #555555. Windows color (decimal): -8244330 or 9843586. OLE color: 9843586.
HSL color Cylindrical-coordinate representation of color #823396: hue angle of 287.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823396 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 51 | 150 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.41 |
| HSL | 287.88º | 0.49% | 0.39% | - |
| HSV(B) | 287.88º | 0.66% | 0.59% | - |
| XYZ | 15.89 | 9.32 | 29.81 | - |
| YUV | 85.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 150 | 0.13 | 0.66 | 0 | 0.41 | 287.88 | 0.49 | 0.39 |
| Hex | 82 | 33 | 96 | D | 42 | 0 | 29 | 120 | 31 | 27 |
| Octal | 202 | 63 | 226 | 15 | 102 | 0 | 51 | 440 | 61 | 47 |
| Binary | 10000010 | 110011 | 10010110 | 1101 | 1000010 | 0 | 101001 | 100100000 | 110001 | 100111 |
Color Harmonies of #823396
Complementary color
Monochromatic Colors of #823396
Black with #823396
Text Example
Text Example
White with #823396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823396; }
p { color: rgb(130,51,150); }
H1.HeaderClassName
{
color: #823396;
}
.AnyTagClassName
{
color: #823396;
}
</style>
background-color css
<style>
a { background-color: #823396; }
a { background-color: rgb(130,51,150); }
div.DivClassName
{
background-color: #823396;
}
.BgClassName
{
background-color: #823396;
}
</style>
border-color css
<style>
span { border-color: #823396; }
span { border-color: rgb(130,51,150); }
td.TdClassName
{
border-color: #823396;
}
.TagClassName
{
border-color: #823396;
}
</style>