Shades of Vivid Violet #803085
Tints of Vivid Violet #803085
RGB
CMYK
RGB Variations
Color information
#803085 (or 0x803085) is known color: Vivid Violet. HEX triplet: 80, 30 and 85. RGB value is (128,48,133). Sum of RGB (Red+Green+Blue) = 128+48+133=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #803085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803085 is #7FCF7A. Grayscale: #515151. Windows color (decimal): -8376187 or 8728704. OLE color: 8728704.
HSL color Cylindrical-coordinate representation of color #803085: hue angle of 296.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803085 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 48 | 133 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.48 |
| HSL | 296.47º | 0.47% | 0.35% | - |
| HSV(B) | 296.47º | 0.64% | 0.52% | - |
| XYZ | 14.19 | 8.4 | 23.06 | - |
| YUV | 81.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 133 | 0.04 | 0.64 | 0 | 0.48 | 296.47 | 0.47 | 0.35 |
| Hex | 80 | 30 | 85 | 4 | 40 | 0 | 30 | 128 | 2F | 23 |
| Octal | 200 | 60 | 205 | 4 | 100 | 0 | 60 | 450 | 57 | 43 |
| Binary | 10000000 | 110000 | 10000101 | 100 | 1000000 | 0 | 110000 | 100101000 | 101111 | 100011 |
Color Harmonies of #803085
Complementary color
Monochromatic Colors of #803085
Black with #803085
Text Example
Text Example
White with #803085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803085; }
p { color: rgb(128,48,133); }
H1.HeaderClassName
{
color: #803085;
}
.AnyTagClassName
{
color: #803085;
}
</style>
background-color css
<style>
a { background-color: #803085; }
a { background-color: rgb(128,48,133); }
div.DivClassName
{
background-color: #803085;
}
.BgClassName
{
background-color: #803085;
}
</style>
border-color css
<style>
span { border-color: #803085; }
span { border-color: rgb(128,48,133); }
td.TdClassName
{
border-color: #803085;
}
.TagClassName
{
border-color: #803085;
}
</style>