Shades of Vivid Violet #803382
Tints of Vivid Violet #803382
RGB
CMYK
RGB Variations
Color information
#803382 (or 0x803382) is known color: Vivid Violet. HEX triplet: 80, 33 and 82. RGB value is (128,51,130). Sum of RGB (Red+Green+Blue) = 128+51+130=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #803382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803382 is #7FCC7D. Grayscale: #525252. Windows color (decimal): -8375422 or 8532864. OLE color: 8532864.
HSL color Cylindrical-coordinate representation of color #803382: hue angle of 298.48º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803382 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 51 | 130 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.49 |
| HSL | 298.48º | 0.44% | 0.35% | - |
| HSV(B) | 298.48º | 0.61% | 0.51% | - |
| XYZ | 14.12 | 8.57 | 22.03 | - |
| YUV | 83.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 130 | 0.02 | 0.61 | 0 | 0.49 | 298.48 | 0.44 | 0.35 |
| Hex | 80 | 33 | 82 | 2 | 3D | 0 | 31 | 12A | 2C | 23 |
| Octal | 200 | 63 | 202 | 2 | 75 | 0 | 61 | 452 | 54 | 43 |
| Binary | 10000000 | 110011 | 10000010 | 10 | 111101 | 0 | 110001 | 100101010 | 101100 | 100011 |
Color Harmonies of #803382
Complementary color
Monochromatic Colors of #803382
Black with #803382
Text Example
Text Example
White with #803382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803382; }
p { color: rgb(128,51,130); }
H1.HeaderClassName
{
color: #803382;
}
.AnyTagClassName
{
color: #803382;
}
</style>
background-color css
<style>
a { background-color: #803382; }
a { background-color: rgb(128,51,130); }
div.DivClassName
{
background-color: #803382;
}
.BgClassName
{
background-color: #803382;
}
</style>
border-color css
<style>
span { border-color: #803382; }
span { border-color: rgb(128,51,130); }
td.TdClassName
{
border-color: #803382;
}
.TagClassName
{
border-color: #803382;
}
</style>