Shades of Vivid Violet #803693
Tints of Vivid Violet #803693
RGB
CMYK
RGB Variations
Color information
#803693 (or 0x803693) is known color: Vivid Violet. HEX triplet: 80, 36 and 93. RGB value is (128,54,147). Sum of RGB (Red+Green+Blue) = 128+54+147=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #803693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803693 is #7FC96C. Grayscale: #565656. Windows color (decimal): -8374637 or 9647744. OLE color: 9647744.
HSL color Cylindrical-coordinate representation of color #803693: hue angle of 287.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803693 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 54 | 147 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.42 |
| HSL | 287.74º | 0.46% | 0.39% | - |
| HSV(B) | 287.74º | 0.63% | 0.58% | - |
| XYZ | 15.49 | 9.33 | 28.59 | - |
| YUV | 86.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 147 | 0.13 | 0.63 | 0 | 0.42 | 287.74 | 0.46 | 0.39 |
| Hex | 80 | 36 | 93 | D | 3F | 0 | 2A | 120 | 2E | 27 |
| Octal | 200 | 66 | 223 | 15 | 77 | 0 | 52 | 440 | 56 | 47 |
| Binary | 10000000 | 110110 | 10010011 | 1101 | 111111 | 0 | 101010 | 100100000 | 101110 | 100111 |
Color Harmonies of #803693
Complementary color
Monochromatic Colors of #803693
Black with #803693
Text Example
Text Example
White with #803693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803693; }
p { color: rgb(128,54,147); }
H1.HeaderClassName
{
color: #803693;
}
.AnyTagClassName
{
color: #803693;
}
</style>
background-color css
<style>
a { background-color: #803693; }
a { background-color: rgb(128,54,147); }
div.DivClassName
{
background-color: #803693;
}
.BgClassName
{
background-color: #803693;
}
</style>
border-color css
<style>
span { border-color: #803693; }
span { border-color: rgb(128,54,147); }
td.TdClassName
{
border-color: #803693;
}
.TagClassName
{
border-color: #803693;
}
</style>