Shades of Vivid Violet #803F9D
Tints of Vivid Violet #803F9D
RGB
CMYK
RGB Variations
Color information
#803F9D (or 0x803F9D) is known color: Vivid Violet. HEX triplet: 80, 3F and 9D. RGB value is (128,63,157). Sum of RGB (Red+Green+Blue) = 128+63+157=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #803F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803F9D is #7FC062. Grayscale: #5C5C5C. Windows color (decimal): -8372323 or 10305408. OLE color: 10305408.
HSL color Cylindrical-coordinate representation of color #803F9D: hue angle of 281.49º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803F9D is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 63 | 157 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.38 |
| HSL | 281.49º | 0.43% | 0.43% | - |
| HSV(B) | 281.49º | 0.6% | 0.62% | - |
| XYZ | 16.77 | 10.58 | 33.06 | - |
| YUV | 93.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 157 | 0.18 | 0.60 | 0 | 0.38 | 281.49 | 0.43 | 0.43 |
| Hex | 80 | 3F | 9D | 12 | 3C | 0 | 26 | 119 | 2B | 2B |
| Octal | 200 | 77 | 235 | 22 | 74 | 0 | 46 | 431 | 53 | 53 |
| Binary | 10000000 | 111111 | 10011101 | 10010 | 111100 | 0 | 100110 | 100011001 | 101011 | 101011 |
Color Harmonies of #803F9D
Complementary color
Monochromatic Colors of #803F9D
Black with #803F9D
Text Example
Text Example
White with #803F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F9D; }
p { color: rgb(128,63,157); }
H1.HeaderClassName
{
color: #803F9D;
}
.AnyTagClassName
{
color: #803F9D;
}
</style>
background-color css
<style>
a { background-color: #803F9D; }
a { background-color: rgb(128,63,157); }
div.DivClassName
{
background-color: #803F9D;
}
.BgClassName
{
background-color: #803F9D;
}
</style>
border-color css
<style>
span { border-color: #803F9D; }
span { border-color: rgb(128,63,157); }
td.TdClassName
{
border-color: #803F9D;
}
.TagClassName
{
border-color: #803F9D;
}
</style>