Shades of Vivid Violet #803399
Tints of Vivid Violet #803399
RGB
CMYK
RGB Variations
Color information
#803399 (or 0x803399) is known color: Vivid Violet. HEX triplet: 80, 33 and 99. RGB value is (128,51,153). Sum of RGB (Red+Green+Blue) = 128+51+153=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #803399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803399 is #7FCC66. Grayscale: #555555. Windows color (decimal): -8375399 or 10040192. OLE color: 10040192.
HSL color Cylindrical-coordinate representation of color #803399: hue angle of 285.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803399 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 51 | 153 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.4 |
| HSL | 285.29º | 0.5% | 0.4% | - |
| HSV(B) | 285.29º | 0.67% | 0.6% | - |
| XYZ | 15.84 | 9.26 | 31.09 | - |
| YUV | 85.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 153 | 0.16 | 0.67 | 0 | 0.4 | 285.29 | 0.5 | 0.4 |
| Hex | 80 | 33 | 99 | 10 | 43 | 0 | 28 | 11D | 32 | 28 |
| Octal | 200 | 63 | 231 | 20 | 103 | 0 | 50 | 435 | 62 | 50 |
| Binary | 10000000 | 110011 | 10011001 | 10000 | 1000011 | 0 | 101000 | 100011101 | 110010 | 101000 |
Color Harmonies of #803399
Complementary color
Monochromatic Colors of #803399
Black with #803399
Text Example
Text Example
White with #803399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803399; }
p { color: rgb(128,51,153); }
H1.HeaderClassName
{
color: #803399;
}
.AnyTagClassName
{
color: #803399;
}
</style>
background-color css
<style>
a { background-color: #803399; }
a { background-color: rgb(128,51,153); }
div.DivClassName
{
background-color: #803399;
}
.BgClassName
{
background-color: #803399;
}
</style>
border-color css
<style>
span { border-color: #803399; }
span { border-color: rgb(128,51,153); }
td.TdClassName
{
border-color: #803399;
}
.TagClassName
{
border-color: #803399;
}
</style>