Shades of Vivid Violet #803C85
Tints of Vivid Violet #803C85
RGB
CMYK
RGB Variations
Color information
#803C85 (or 0x803C85) is known color: Vivid Violet. HEX triplet: 80, 3C and 85. RGB value is (128,60,133). Sum of RGB (Red+Green+Blue) = 128+60+133=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #803C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803C85 is #7FC37A. Grayscale: #585858. Windows color (decimal): -8373115 or 8731776. OLE color: 8731776.
HSL color Cylindrical-coordinate representation of color #803C85: hue angle of 295.89º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803C85 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 60 | 133 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.48 |
| HSL | 295.89º | 0.38% | 0.38% | - |
| HSV(B) | 295.89º | 0.55% | 0.52% | - |
| XYZ | 14.75 | 9.51 | 23.25 | - |
| YUV | 88.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 133 | 0.04 | 0.55 | 0 | 0.48 | 295.89 | 0.38 | 0.38 |
| Hex | 80 | 3C | 85 | 4 | 37 | 0 | 30 | 128 | 26 | 26 |
| Octal | 200 | 74 | 205 | 4 | 67 | 0 | 60 | 450 | 46 | 46 |
| Binary | 10000000 | 111100 | 10000101 | 100 | 110111 | 0 | 110000 | 100101000 | 100110 | 100110 |
Color Harmonies of #803C85
Complementary color
Monochromatic Colors of #803C85
Black with #803C85
Text Example
Text Example
White with #803C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C85; }
p { color: rgb(128,60,133); }
H1.HeaderClassName
{
color: #803C85;
}
.AnyTagClassName
{
color: #803C85;
}
</style>
background-color css
<style>
a { background-color: #803C85; }
a { background-color: rgb(128,60,133); }
div.DivClassName
{
background-color: #803C85;
}
.BgClassName
{
background-color: #803C85;
}
</style>
border-color css
<style>
span { border-color: #803C85; }
span { border-color: rgb(128,60,133); }
td.TdClassName
{
border-color: #803C85;
}
.TagClassName
{
border-color: #803C85;
}
</style>