Shades of Vivid Violet #803F96
Tints of Vivid Violet #803F96
RGB
CMYK
RGB Variations
Color information
#803F96 (or 0x803F96) is known color: Vivid Violet. HEX triplet: 80, 3F and 96. RGB value is (128,63,150). Sum of RGB (Red+Green+Blue) = 128+63+150=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #803F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803F96 is #7FC069. Grayscale: #5C5C5C. Windows color (decimal): -8372330 or 9846656. OLE color: 9846656.
HSL color Cylindrical-coordinate representation of color #803F96: hue angle of 284.83º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803F96 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 63 | 150 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.41 |
| HSL | 284.83º | 0.41% | 0.42% | - |
| HSV(B) | 284.83º | 0.58% | 0.59% | - |
| XYZ | 16.18 | 10.35 | 30 | - |
| YUV | 92.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 150 | 0.15 | 0.58 | 0 | 0.41 | 284.83 | 0.41 | 0.42 |
| Hex | 80 | 3F | 96 | F | 3A | 0 | 29 | 11D | 29 | 2A |
| Octal | 200 | 77 | 226 | 17 | 72 | 0 | 51 | 435 | 51 | 52 |
| Binary | 10000000 | 111111 | 10010110 | 1111 | 111010 | 0 | 101001 | 100011101 | 101001 | 101010 |
Color Harmonies of #803F96
Complementary color
Monochromatic Colors of #803F96
Black with #803F96
Text Example
Text Example
White with #803F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F96; }
p { color: rgb(128,63,150); }
H1.HeaderClassName
{
color: #803F96;
}
.AnyTagClassName
{
color: #803F96;
}
</style>
background-color css
<style>
a { background-color: #803F96; }
a { background-color: rgb(128,63,150); }
div.DivClassName
{
background-color: #803F96;
}
.BgClassName
{
background-color: #803F96;
}
</style>
border-color css
<style>
span { border-color: #803F96; }
span { border-color: rgb(128,63,150); }
td.TdClassName
{
border-color: #803F96;
}
.TagClassName
{
border-color: #803F96;
}
</style>