Shades of Vivid Violet #823D91
Tints of Vivid Violet #823D91
RGB
CMYK
RGB Variations
Color information
#823D91 (or 0x823D91) is known color: Vivid Violet. HEX triplet: 82, 3D and 91. RGB value is (130,61,145). Sum of RGB (Red+Green+Blue) = 130+61+145=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #823D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823D91 is #7DC26E. Grayscale: #5A5A5A. Windows color (decimal): -8241775 or 9518466. OLE color: 9518466.
HSL color Cylindrical-coordinate representation of color #823D91: hue angle of 289.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823D91 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 61 | 145 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.43 |
| HSL | 289.29º | 0.41% | 0.4% | - |
| HSV(B) | 289.29º | 0.58% | 0.57% | - |
| XYZ | 15.99 | 10.13 | 27.9 | - |
| YUV | 91.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 145 | 0.10 | 0.58 | 0 | 0.43 | 289.29 | 0.41 | 0.4 |
| Hex | 82 | 3D | 91 | A | 3A | 0 | 2B | 121 | 29 | 28 |
| Octal | 202 | 75 | 221 | 12 | 72 | 0 | 53 | 441 | 51 | 50 |
| Binary | 10000010 | 111101 | 10010001 | 1010 | 111010 | 0 | 101011 | 100100001 | 101001 | 101000 |
Color Harmonies of #823D91
Complementary color
Monochromatic Colors of #823D91
Black with #823D91
Text Example
Text Example
White with #823D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D91; }
p { color: rgb(130,61,145); }
H1.HeaderClassName
{
color: #823D91;
}
.AnyTagClassName
{
color: #823D91;
}
</style>
background-color css
<style>
a { background-color: #823D91; }
a { background-color: rgb(130,61,145); }
div.DivClassName
{
background-color: #823D91;
}
.BgClassName
{
background-color: #823D91;
}
</style>
border-color css
<style>
span { border-color: #823D91; }
span { border-color: rgb(130,61,145); }
td.TdClassName
{
border-color: #823D91;
}
.TagClassName
{
border-color: #823D91;
}
</style>