Shades of Vivid Violet #803290
Tints of Vivid Violet #803290
RGB
CMYK
RGB Variations
Color information
#803290 (or 0x803290) is known color: Vivid Violet. HEX triplet: 80, 32 and 90. RGB value is (128,50,144). Sum of RGB (Red+Green+Blue) = 128+50+144=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #803290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803290 is #7FCD6F. Grayscale: #535353. Windows color (decimal): -8375664 or 9450112. OLE color: 9450112.
HSL color Cylindrical-coordinate representation of color #803290: hue angle of 289.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803290 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 50 | 144 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.44 |
| HSL | 289.79º | 0.48% | 0.38% | - |
| HSV(B) | 289.79º | 0.65% | 0.56% | - |
| XYZ | 15.08 | 8.88 | 27.31 | - |
| YUV | 84.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 144 | 0.11 | 0.65 | 0 | 0.44 | 289.79 | 0.48 | 0.38 |
| Hex | 80 | 32 | 90 | B | 41 | 0 | 2C | 122 | 30 | 26 |
| Octal | 200 | 62 | 220 | 13 | 101 | 0 | 54 | 442 | 60 | 46 |
| Binary | 10000000 | 110010 | 10010000 | 1011 | 1000001 | 0 | 101100 | 100100010 | 110000 | 100110 |
Color Harmonies of #803290
Complementary color
Monochromatic Colors of #803290
Black with #803290
Text Example
Text Example
White with #803290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803290; }
p { color: rgb(128,50,144); }
H1.HeaderClassName
{
color: #803290;
}
.AnyTagClassName
{
color: #803290;
}
</style>
background-color css
<style>
a { background-color: #803290; }
a { background-color: rgb(128,50,144); }
div.DivClassName
{
background-color: #803290;
}
.BgClassName
{
background-color: #803290;
}
</style>
border-color css
<style>
span { border-color: #803290; }
span { border-color: rgb(128,50,144); }
td.TdClassName
{
border-color: #803290;
}
.TagClassName
{
border-color: #803290;
}
</style>