Shades of Vivid Violet #803E98
Tints of Vivid Violet #803E98
RGB
CMYK
RGB Variations
Color information
#803E98 (or 0x803E98) is known color: Vivid Violet. HEX triplet: 80, 3E and 98. RGB value is (128,62,152). Sum of RGB (Red+Green+Blue) = 128+62+152=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #803E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803E98 is #7FC167. Grayscale: #5B5B5B. Windows color (decimal): -8372584 or 9977472. OLE color: 9977472.
HSL color Cylindrical-coordinate representation of color #803E98: hue angle of 284º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803E98 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 62 | 152 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.40 |
| HSL | 284º | 0.42% | 0.42% | - |
| HSV(B) | 284º | 0.59% | 0.6% | - |
| XYZ | 16.29 | 10.3 | 30.84 | - |
| YUV | 91.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 152 | 0.16 | 0.59 | 0 | 0.40 | 284 | 0.42 | 0.42 |
| Hex | 80 | 3E | 98 | 10 | 3B | 0 | 28 | 11C | 2A | 2A |
| Octal | 200 | 76 | 230 | 20 | 73 | 0 | 50 | 434 | 52 | 52 |
| Binary | 10000000 | 111110 | 10011000 | 10000 | 111011 | 0 | 101000 | 100011100 | 101010 | 101010 |
Color Harmonies of #803E98
Complementary color
Monochromatic Colors of #803E98
Black with #803E98
Text Example
Text Example
White with #803E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E98; }
p { color: rgb(128,62,152); }
H1.HeaderClassName
{
color: #803E98;
}
.AnyTagClassName
{
color: #803E98;
}
</style>
background-color css
<style>
a { background-color: #803E98; }
a { background-color: rgb(128,62,152); }
div.DivClassName
{
background-color: #803E98;
}
.BgClassName
{
background-color: #803E98;
}
</style>
border-color css
<style>
span { border-color: #803E98; }
span { border-color: rgb(128,62,152); }
td.TdClassName
{
border-color: #803E98;
}
.TagClassName
{
border-color: #803E98;
}
</style>