Shades of Vivid Violet #823A95
Tints of Vivid Violet #823A95
RGB
CMYK
RGB Variations
Color information
#823A95 (or 0x823A95) is known color: Vivid Violet. HEX triplet: 82, 3A and 95. RGB value is (130,58,149). Sum of RGB (Red+Green+Blue) = 130+58+149=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #823A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823A95 is #7DC56A. Grayscale: #595959. Windows color (decimal): -8242539 or 9779842. OLE color: 9779842.
HSL color Cylindrical-coordinate representation of color #823A95: hue angle of 287.47º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823A95 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 58 | 149 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.42 |
| HSL | 287.47º | 0.44% | 0.41% | - |
| HSV(B) | 287.47º | 0.61% | 0.58% | - |
| XYZ | 16.14 | 9.94 | 29.5 | - |
| YUV | 89.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 149 | 0.13 | 0.61 | 0 | 0.42 | 287.47 | 0.44 | 0.41 |
| Hex | 82 | 3A | 95 | D | 3D | 0 | 2A | 11F | 2C | 29 |
| Octal | 202 | 72 | 225 | 15 | 75 | 0 | 52 | 437 | 54 | 51 |
| Binary | 10000010 | 111010 | 10010101 | 1101 | 111101 | 0 | 101010 | 100011111 | 101100 | 101001 |
Color Harmonies of #823A95
Complementary color
Monochromatic Colors of #823A95
Black with #823A95
Text Example
Text Example
White with #823A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A95; }
p { color: rgb(130,58,149); }
H1.HeaderClassName
{
color: #823A95;
}
.AnyTagClassName
{
color: #823A95;
}
</style>
background-color css
<style>
a { background-color: #823A95; }
a { background-color: rgb(130,58,149); }
div.DivClassName
{
background-color: #823A95;
}
.BgClassName
{
background-color: #823A95;
}
</style>
border-color css
<style>
span { border-color: #823A95; }
span { border-color: rgb(130,58,149); }
td.TdClassName
{
border-color: #823A95;
}
.TagClassName
{
border-color: #823A95;
}
</style>