Shades of Vivid Violet #803982
Tints of Vivid Violet #803982
RGB
CMYK
RGB Variations
Color information
#803982 (or 0x803982) is known color: Vivid Violet. HEX triplet: 80, 39 and 82. RGB value is (128,57,130). Sum of RGB (Red+Green+Blue) = 128+57+130=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #803982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803982 is #7FC67D. Grayscale: #565656. Windows color (decimal): -8373886 or 8534400. OLE color: 8534400.
HSL color Cylindrical-coordinate representation of color #803982: hue angle of 298.36º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803982 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 57 | 130 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.49 |
| HSL | 298.36º | 0.39% | 0.37% | - |
| HSV(B) | 298.36º | 0.56% | 0.51% | - |
| XYZ | 14.39 | 9.13 | 22.12 | - |
| YUV | 86.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 130 | 0.02 | 0.56 | 0 | 0.49 | 298.36 | 0.39 | 0.37 |
| Hex | 80 | 39 | 82 | 2 | 38 | 0 | 31 | 12A | 27 | 25 |
| Octal | 200 | 71 | 202 | 2 | 70 | 0 | 61 | 452 | 47 | 45 |
| Binary | 10000000 | 111001 | 10000010 | 10 | 111000 | 0 | 110001 | 100101010 | 100111 | 100101 |
Color Harmonies of #803982
Complementary color
Monochromatic Colors of #803982
Black with #803982
Text Example
Text Example
White with #803982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803982; }
p { color: rgb(128,57,130); }
H1.HeaderClassName
{
color: #803982;
}
.AnyTagClassName
{
color: #803982;
}
</style>
background-color css
<style>
a { background-color: #803982; }
a { background-color: rgb(128,57,130); }
div.DivClassName
{
background-color: #803982;
}
.BgClassName
{
background-color: #803982;
}
</style>
border-color css
<style>
span { border-color: #803982; }
span { border-color: rgb(128,57,130); }
td.TdClassName
{
border-color: #803982;
}
.TagClassName
{
border-color: #803982;
}
</style>