Shades of Vivid Violet #803598
Tints of Vivid Violet #803598
RGB
CMYK
RGB Variations
Color information
#803598 (or 0x803598) is known color: Vivid Violet. HEX triplet: 80, 35 and 98. RGB value is (128,53,152). Sum of RGB (Red+Green+Blue) = 128+53+152=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #803598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803598 is #7FCA67. Grayscale: #565656. Windows color (decimal): -8374888 or 9975168. OLE color: 9975168.
HSL color Cylindrical-coordinate representation of color #803598: hue angle of 285.45º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803598 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 53 | 152 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.40 |
| HSL | 285.45º | 0.48% | 0.4% | - |
| HSV(B) | 285.45º | 0.65% | 0.6% | - |
| XYZ | 15.84 | 9.4 | 30.69 | - |
| YUV | 86.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 152 | 0.16 | 0.65 | 0 | 0.40 | 285.45 | 0.48 | 0.4 |
| Hex | 80 | 35 | 98 | 10 | 41 | 0 | 28 | 11D | 30 | 28 |
| Octal | 200 | 65 | 230 | 20 | 101 | 0 | 50 | 435 | 60 | 50 |
| Binary | 10000000 | 110101 | 10011000 | 10000 | 1000001 | 0 | 101000 | 100011101 | 110000 | 101000 |
Color Harmonies of #803598
Complementary color
Monochromatic Colors of #803598
Black with #803598
Text Example
Text Example
White with #803598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803598; }
p { color: rgb(128,53,152); }
H1.HeaderClassName
{
color: #803598;
}
.AnyTagClassName
{
color: #803598;
}
</style>
background-color css
<style>
a { background-color: #803598; }
a { background-color: rgb(128,53,152); }
div.DivClassName
{
background-color: #803598;
}
.BgClassName
{
background-color: #803598;
}
</style>
border-color css
<style>
span { border-color: #803598; }
span { border-color: rgb(128,53,152); }
td.TdClassName
{
border-color: #803598;
}
.TagClassName
{
border-color: #803598;
}
</style>