Shades of Vivid Violet #803885
Tints of Vivid Violet #803885
RGB
CMYK
RGB Variations
Color information
#803885 (or 0x803885) is known color: Vivid Violet. HEX triplet: 80, 38 and 85. RGB value is (128,56,133). Sum of RGB (Red+Green+Blue) = 128+56+133=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #803885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803885 is #7FC77A. Grayscale: #565656. Windows color (decimal): -8374139 or 8730752. OLE color: 8730752.
HSL color Cylindrical-coordinate representation of color #803885: hue angle of 296.1º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803885 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 56 | 133 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.48 |
| HSL | 296.1º | 0.41% | 0.37% | - |
| HSV(B) | 296.1º | 0.58% | 0.52% | - |
| XYZ | 14.55 | 9.11 | 23.18 | - |
| YUV | 86.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 133 | 0.04 | 0.58 | 0 | 0.48 | 296.1 | 0.41 | 0.37 |
| Hex | 80 | 38 | 85 | 4 | 3A | 0 | 30 | 128 | 29 | 25 |
| Octal | 200 | 70 | 205 | 4 | 72 | 0 | 60 | 450 | 51 | 45 |
| Binary | 10000000 | 111000 | 10000101 | 100 | 111010 | 0 | 110000 | 100101000 | 101001 | 100101 |
Color Harmonies of #803885
Complementary color
Monochromatic Colors of #803885
Black with #803885
Text Example
Text Example
White with #803885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803885; }
p { color: rgb(128,56,133); }
H1.HeaderClassName
{
color: #803885;
}
.AnyTagClassName
{
color: #803885;
}
</style>
background-color css
<style>
a { background-color: #803885; }
a { background-color: rgb(128,56,133); }
div.DivClassName
{
background-color: #803885;
}
.BgClassName
{
background-color: #803885;
}
</style>
border-color css
<style>
span { border-color: #803885; }
span { border-color: rgb(128,56,133); }
td.TdClassName
{
border-color: #803885;
}
.TagClassName
{
border-color: #803885;
}
</style>