Shades of Vivid Violet #823293
Tints of Vivid Violet #823293
RGB
CMYK
RGB Variations
Color information
#823293 (or 0x823293) is known color: Vivid Violet. HEX triplet: 82, 32 and 93. RGB value is (130,50,147). Sum of RGB (Red+Green+Blue) = 130+50+147=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #823293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823293 is #7DCD6C. Grayscale: #545454. Windows color (decimal): -8244589 or 9646722. OLE color: 9646722.
HSL color Cylindrical-coordinate representation of color #823293: hue angle of 289.48º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823293 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 50 | 147 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.42 |
| HSL | 289.48º | 0.49% | 0.39% | - |
| HSV(B) | 289.48º | 0.66% | 0.58% | - |
| XYZ | 15.61 | 9.13 | 28.54 | - |
| YUV | 84.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 147 | 0.12 | 0.66 | 0 | 0.42 | 289.48 | 0.49 | 0.39 |
| Hex | 82 | 32 | 93 | C | 42 | 0 | 2A | 121 | 31 | 27 |
| Octal | 202 | 62 | 223 | 14 | 102 | 0 | 52 | 441 | 61 | 47 |
| Binary | 10000010 | 110010 | 10010011 | 1100 | 1000010 | 0 | 101010 | 100100001 | 110001 | 100111 |
Color Harmonies of #823293
Complementary color
Monochromatic Colors of #823293
Black with #823293
Text Example
Text Example
White with #823293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823293; }
p { color: rgb(130,50,147); }
H1.HeaderClassName
{
color: #823293;
}
.AnyTagClassName
{
color: #823293;
}
</style>
background-color css
<style>
a { background-color: #823293; }
a { background-color: rgb(130,50,147); }
div.DivClassName
{
background-color: #823293;
}
.BgClassName
{
background-color: #823293;
}
</style>
border-color css
<style>
span { border-color: #823293; }
span { border-color: rgb(130,50,147); }
td.TdClassName
{
border-color: #823293;
}
.TagClassName
{
border-color: #823293;
}
</style>