Shades of Vivid Violet #803293
Tints of Vivid Violet #803293
RGB
CMYK
RGB Variations
Color information
#803293 (or 0x803293) is known color: Vivid Violet. HEX triplet: 80, 32 and 93. RGB value is (128,50,147). Sum of RGB (Red+Green+Blue) = 128+50+147=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #803293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803293 is #7FCD6C. Grayscale: #545454. Windows color (decimal): -8375661 or 9646720. OLE color: 9646720.
HSL color Cylindrical-coordinate representation of color #803293: hue angle of 288.25º 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 #803293 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 50 | 147 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.42 |
| HSL | 288.25º | 0.49% | 0.39% | - |
| HSV(B) | 288.25º | 0.66% | 0.58% | - |
| XYZ | 15.31 | 8.98 | 28.53 | - |
| YUV | 84.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 147 | 0.13 | 0.66 | 0 | 0.42 | 288.25 | 0.49 | 0.39 |
| Hex | 80 | 32 | 93 | D | 42 | 0 | 2A | 120 | 31 | 27 |
| Octal | 200 | 62 | 223 | 15 | 102 | 0 | 52 | 440 | 61 | 47 |
| Binary | 10000000 | 110010 | 10010011 | 1101 | 1000010 | 0 | 101010 | 100100000 | 110001 | 100111 |
Color Harmonies of #803293
Complementary color
Monochromatic Colors of #803293
Black with #803293
Text Example
Text Example
White with #803293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803293; }
p { color: rgb(128,50,147); }
H1.HeaderClassName
{
color: #803293;
}
.AnyTagClassName
{
color: #803293;
}
</style>
background-color css
<style>
a { background-color: #803293; }
a { background-color: rgb(128,50,147); }
div.DivClassName
{
background-color: #803293;
}
.BgClassName
{
background-color: #803293;
}
</style>
border-color css
<style>
span { border-color: #803293; }
span { border-color: rgb(128,50,147); }
td.TdClassName
{
border-color: #803293;
}
.TagClassName
{
border-color: #803293;
}
</style>