Shades of Vivid Violet #803282
Tints of Vivid Violet #803282
RGB
CMYK
RGB Variations
Color information
#803282 (or 0x803282) is known color: Vivid Violet. HEX triplet: 80, 32 and 82. RGB value is (128,50,130). Sum of RGB (Red+Green+Blue) = 128+50+130=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #803282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803282 is #7FCD7D. Grayscale: #525252. Windows color (decimal): -8375678 or 8532608. OLE color: 8532608.
HSL color Cylindrical-coordinate representation of color #803282: hue angle of 298.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803282 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 50 | 130 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.49 |
| HSL | 298.5º | 0.44% | 0.35% | - |
| HSV(B) | 298.5º | 0.62% | 0.51% | - |
| XYZ | 14.07 | 8.48 | 22.01 | - |
| YUV | 82.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 130 | 0.02 | 0.62 | 0 | 0.49 | 298.5 | 0.44 | 0.35 |
| Hex | 80 | 32 | 82 | 2 | 3E | 0 | 31 | 12A | 2C | 23 |
| Octal | 200 | 62 | 202 | 2 | 76 | 0 | 61 | 452 | 54 | 43 |
| Binary | 10000000 | 110010 | 10000010 | 10 | 111110 | 0 | 110001 | 100101010 | 101100 | 100011 |
Color Harmonies of #803282
Complementary color
Monochromatic Colors of #803282
Black with #803282
Text Example
Text Example
White with #803282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803282; }
p { color: rgb(128,50,130); }
H1.HeaderClassName
{
color: #803282;
}
.AnyTagClassName
{
color: #803282;
}
</style>
background-color css
<style>
a { background-color: #803282; }
a { background-color: rgb(128,50,130); }
div.DivClassName
{
background-color: #803282;
}
.BgClassName
{
background-color: #803282;
}
</style>
border-color css
<style>
span { border-color: #803282; }
span { border-color: rgb(128,50,130); }
td.TdClassName
{
border-color: #803282;
}
.TagClassName
{
border-color: #803282;
}
</style>