Shades of Vivid Violet #803584
Tints of Vivid Violet #803584
RGB
CMYK
RGB Variations
Color information
#803584 (or 0x803584) is known color: Vivid Violet. HEX triplet: 80, 35 and 84. RGB value is (128,53,132). Sum of RGB (Red+Green+Blue) = 128+53+132=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #803584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803584 is #7FCA7B. Grayscale: #545454. Windows color (decimal): -8374908 or 8664448. OLE color: 8664448.
HSL color Cylindrical-coordinate representation of color #803584: hue angle of 296.96º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803584 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 53 | 132 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.48 |
| HSL | 296.96º | 0.43% | 0.36% | - |
| HSV(B) | 296.96º | 0.6% | 0.52% | - |
| XYZ | 14.34 | 8.8 | 22.77 | - |
| YUV | 84.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 132 | 0.03 | 0.60 | 0 | 0.48 | 296.96 | 0.43 | 0.36 |
| Hex | 80 | 35 | 84 | 3 | 3C | 0 | 30 | 129 | 2B | 24 |
| Octal | 200 | 65 | 204 | 3 | 74 | 0 | 60 | 451 | 53 | 44 |
| Binary | 10000000 | 110101 | 10000100 | 11 | 111100 | 0 | 110000 | 100101001 | 101011 | 100100 |
Color Harmonies of #803584
Complementary color
Monochromatic Colors of #803584
Black with #803584
Text Example
Text Example
White with #803584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803584; }
p { color: rgb(128,53,132); }
H1.HeaderClassName
{
color: #803584;
}
.AnyTagClassName
{
color: #803584;
}
</style>
background-color css
<style>
a { background-color: #803584; }
a { background-color: rgb(128,53,132); }
div.DivClassName
{
background-color: #803584;
}
.BgClassName
{
background-color: #803584;
}
</style>
border-color css
<style>
span { border-color: #803584; }
span { border-color: rgb(128,53,132); }
td.TdClassName
{
border-color: #803584;
}
.TagClassName
{
border-color: #803584;
}
</style>