Shades of Vivid Violet #823C95
Tints of Vivid Violet #823C95
RGB
CMYK
RGB Variations
Color information
#823C95 (or 0x823C95) is known color: Vivid Violet. HEX triplet: 82, 3C and 95. RGB value is (130,60,149). Sum of RGB (Red+Green+Blue) = 130+60+149=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #823C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823C95 is #7DC36A. Grayscale: #5A5A5A. Windows color (decimal): -8242027 or 9780354. OLE color: 9780354.
HSL color Cylindrical-coordinate representation of color #823C95: hue angle of 287.19º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823C95 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 60 | 149 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.42 |
| HSL | 287.19º | 0.43% | 0.41% | - |
| HSV(B) | 287.19º | 0.6% | 0.58% | - |
| XYZ | 16.25 | 10.15 | 29.54 | - |
| YUV | 91.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 149 | 0.13 | 0.60 | 0 | 0.42 | 287.19 | 0.43 | 0.41 |
| Hex | 82 | 3C | 95 | D | 3C | 0 | 2A | 11F | 2B | 29 |
| Octal | 202 | 74 | 225 | 15 | 74 | 0 | 52 | 437 | 53 | 51 |
| Binary | 10000010 | 111100 | 10010101 | 1101 | 111100 | 0 | 101010 | 100011111 | 101011 | 101001 |
Color Harmonies of #823C95
Complementary color
Monochromatic Colors of #823C95
Black with #823C95
Text Example
Text Example
White with #823C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C95; }
p { color: rgb(130,60,149); }
H1.HeaderClassName
{
color: #823C95;
}
.AnyTagClassName
{
color: #823C95;
}
</style>
background-color css
<style>
a { background-color: #823C95; }
a { background-color: rgb(130,60,149); }
div.DivClassName
{
background-color: #823C95;
}
.BgClassName
{
background-color: #823C95;
}
</style>
border-color css
<style>
span { border-color: #823C95; }
span { border-color: rgb(130,60,149); }
td.TdClassName
{
border-color: #823C95;
}
.TagClassName
{
border-color: #823C95;
}
</style>