Shades of Vivid Violet #803B85
Tints of Vivid Violet #803B85
RGB
CMYK
RGB Variations
Color information
#803B85 (or 0x803B85) is known color: Vivid Violet. HEX triplet: 80, 3B and 85. RGB value is (128,59,133). Sum of RGB (Red+Green+Blue) = 128+59+133=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #803B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803B85 is #7FC47A. Grayscale: #575757. Windows color (decimal): -8373371 or 8731520. OLE color: 8731520.
HSL color Cylindrical-coordinate representation of color #803B85: hue angle of 295.95º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803B85 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 59 | 133 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.48 |
| HSL | 295.95º | 0.39% | 0.38% | - |
| HSV(B) | 295.95º | 0.56% | 0.52% | - |
| XYZ | 14.7 | 9.41 | 23.23 | - |
| YUV | 88.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 133 | 0.04 | 0.56 | 0 | 0.48 | 295.95 | 0.39 | 0.38 |
| Hex | 80 | 3B | 85 | 4 | 38 | 0 | 30 | 128 | 27 | 26 |
| Octal | 200 | 73 | 205 | 4 | 70 | 0 | 60 | 450 | 47 | 46 |
| Binary | 10000000 | 111011 | 10000101 | 100 | 111000 | 0 | 110000 | 100101000 | 100111 | 100110 |
Color Harmonies of #803B85
Complementary color
Monochromatic Colors of #803B85
Black with #803B85
Text Example
Text Example
White with #803B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B85; }
p { color: rgb(128,59,133); }
H1.HeaderClassName
{
color: #803B85;
}
.AnyTagClassName
{
color: #803B85;
}
</style>
background-color css
<style>
a { background-color: #803B85; }
a { background-color: rgb(128,59,133); }
div.DivClassName
{
background-color: #803B85;
}
.BgClassName
{
background-color: #803B85;
}
</style>
border-color css
<style>
span { border-color: #803B85; }
span { border-color: rgb(128,59,133); }
td.TdClassName
{
border-color: #803B85;
}
.TagClassName
{
border-color: #803B85;
}
</style>