Shades of Vivid Violet #803099
Tints of Vivid Violet #803099
RGB
CMYK
RGB Variations
Color information
#803099 (or 0x803099) is known color: Vivid Violet. HEX triplet: 80, 30 and 99. RGB value is (128,48,153). Sum of RGB (Red+Green+Blue) = 128+48+153=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #803099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803099 is #7FCF66. Grayscale: #535353. Windows color (decimal): -8376167 or 10039424. OLE color: 10039424.
HSL color Cylindrical-coordinate representation of color #803099: hue angle of 285.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803099 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 48 | 153 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.4 |
| HSL | 285.71º | 0.52% | 0.39% | - |
| HSV(B) | 285.71º | 0.69% | 0.6% | - |
| XYZ | 15.71 | 9 | 31.05 | - |
| YUV | 83.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 153 | 0.16 | 0.69 | 0 | 0.4 | 285.71 | 0.52 | 0.39 |
| Hex | 80 | 30 | 99 | 10 | 45 | 0 | 28 | 11E | 34 | 27 |
| Octal | 200 | 60 | 231 | 20 | 105 | 0 | 50 | 436 | 64 | 47 |
| Binary | 10000000 | 110000 | 10011001 | 10000 | 1000101 | 0 | 101000 | 100011110 | 110100 | 100111 |
Color Harmonies of #803099
Complementary color
Monochromatic Colors of #803099
Black with #803099
Text Example
Text Example
White with #803099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803099; }
p { color: rgb(128,48,153); }
H1.HeaderClassName
{
color: #803099;
}
.AnyTagClassName
{
color: #803099;
}
</style>
background-color css
<style>
a { background-color: #803099; }
a { background-color: rgb(128,48,153); }
div.DivClassName
{
background-color: #803099;
}
.BgClassName
{
background-color: #803099;
}
</style>
border-color css
<style>
span { border-color: #803099; }
span { border-color: rgb(128,48,153); }
td.TdClassName
{
border-color: #803099;
}
.TagClassName
{
border-color: #803099;
}
</style>