Shades of Vivid Violet #803B88
Tints of Vivid Violet #803B88
RGB
CMYK
RGB Variations
Color information
#803B88 (or 0x803B88) is known color: Vivid Violet. HEX triplet: 80, 3B and 88. RGB value is (128,59,136). Sum of RGB (Red+Green+Blue) = 128+59+136=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #803B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803B88 is #7FC477. Grayscale: #585858. Windows color (decimal): -8373368 or 8928128. OLE color: 8928128.
HSL color Cylindrical-coordinate representation of color #803B88: hue angle of 293.77º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803B88 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 59 | 136 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.47 |
| HSL | 293.77º | 0.39% | 0.38% | - |
| HSV(B) | 293.77º | 0.57% | 0.53% | - |
| XYZ | 14.91 | 9.49 | 24.34 | - |
| YUV | 88.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 136 | 0.06 | 0.57 | 0 | 0.47 | 293.77 | 0.39 | 0.38 |
| Hex | 80 | 3B | 88 | 6 | 39 | 0 | 2F | 126 | 27 | 26 |
| Octal | 200 | 73 | 210 | 6 | 71 | 0 | 57 | 446 | 47 | 46 |
| Binary | 10000000 | 111011 | 10001000 | 110 | 111001 | 0 | 101111 | 100100110 | 100111 | 100110 |
Color Harmonies of #803B88
Complementary color
Monochromatic Colors of #803B88
Black with #803B88
Text Example
Text Example
White with #803B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B88; }
p { color: rgb(128,59,136); }
H1.HeaderClassName
{
color: #803B88;
}
.AnyTagClassName
{
color: #803B88;
}
</style>
background-color css
<style>
a { background-color: #803B88; }
a { background-color: rgb(128,59,136); }
div.DivClassName
{
background-color: #803B88;
}
.BgClassName
{
background-color: #803B88;
}
</style>
border-color css
<style>
span { border-color: #803B88; }
span { border-color: rgb(128,59,136); }
td.TdClassName
{
border-color: #803B88;
}
.TagClassName
{
border-color: #803B88;
}
</style>