Shades of Vivid Violet #823896
Tints of Vivid Violet #823896
RGB
CMYK
RGB Variations
Color information
#823896 (or 0x823896) is known color: Vivid Violet. HEX triplet: 82, 38 and 96. RGB value is (130,56,150). Sum of RGB (Red+Green+Blue) = 130+56+150=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #823896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823896 is #7DC769. Grayscale: #585858. Windows color (decimal): -8243050 or 9844866. OLE color: 9844866.
HSL color Cylindrical-coordinate representation of color #823896: hue angle of 287.23º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823896 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 56 | 150 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.41 |
| HSL | 287.23º | 0.46% | 0.4% | - |
| HSV(B) | 287.23º | 0.63% | 0.59% | - |
| XYZ | 16.13 | 9.78 | 29.89 | - |
| YUV | 88.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 150 | 0.13 | 0.63 | 0 | 0.41 | 287.23 | 0.46 | 0.4 |
| Hex | 82 | 38 | 96 | D | 3F | 0 | 29 | 11F | 2E | 28 |
| Octal | 202 | 70 | 226 | 15 | 77 | 0 | 51 | 437 | 56 | 50 |
| Binary | 10000010 | 111000 | 10010110 | 1101 | 111111 | 0 | 101001 | 100011111 | 101110 | 101000 |
Color Harmonies of #823896
Complementary color
Monochromatic Colors of #823896
Black with #823896
Text Example
Text Example
White with #823896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823896; }
p { color: rgb(130,56,150); }
H1.HeaderClassName
{
color: #823896;
}
.AnyTagClassName
{
color: #823896;
}
</style>
background-color css
<style>
a { background-color: #823896; }
a { background-color: rgb(130,56,150); }
div.DivClassName
{
background-color: #823896;
}
.BgClassName
{
background-color: #823896;
}
</style>
border-color css
<style>
span { border-color: #823896; }
span { border-color: rgb(130,56,150); }
td.TdClassName
{
border-color: #823896;
}
.TagClassName
{
border-color: #823896;
}
</style>