Shades of Vivid Violet #803D8C
Tints of Vivid Violet #803D8C
RGB
CMYK
RGB Variations
Color information
#803D8C (or 0x803D8C) is known color: Vivid Violet. HEX triplet: 80, 3D and 8C. RGB value is (128,61,140). Sum of RGB (Red+Green+Blue) = 128+61+140=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #803D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803D8C is #7FC273. Grayscale: #595959. Windows color (decimal): -8372852 or 9190784. OLE color: 9190784.
HSL color Cylindrical-coordinate representation of color #803D8C: hue angle of 290.89º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803D8C is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 61 | 140 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.45 |
| HSL | 290.89º | 0.39% | 0.39% | - |
| HSV(B) | 290.89º | 0.56% | 0.55% | - |
| XYZ | 15.3 | 9.82 | 25.9 | - |
| YUV | 90.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 140 | 0.09 | 0.56 | 0 | 0.45 | 290.89 | 0.39 | 0.39 |
| Hex | 80 | 3D | 8C | 9 | 38 | 0 | 2D | 123 | 27 | 27 |
| Octal | 200 | 75 | 214 | 11 | 70 | 0 | 55 | 443 | 47 | 47 |
| Binary | 10000000 | 111101 | 10001100 | 1001 | 111000 | 0 | 101101 | 100100011 | 100111 | 100111 |
Color Harmonies of #803D8C
Complementary color
Monochromatic Colors of #803D8C
Black with #803D8C
Text Example
Text Example
White with #803D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D8C; }
p { color: rgb(128,61,140); }
H1.HeaderClassName
{
color: #803D8C;
}
.AnyTagClassName
{
color: #803D8C;
}
</style>
background-color css
<style>
a { background-color: #803D8C; }
a { background-color: rgb(128,61,140); }
div.DivClassName
{
background-color: #803D8C;
}
.BgClassName
{
background-color: #803D8C;
}
</style>
border-color css
<style>
span { border-color: #803D8C; }
span { border-color: rgb(128,61,140); }
td.TdClassName
{
border-color: #803D8C;
}
.TagClassName
{
border-color: #803D8C;
}
</style>