Shades of Vivid Violet #803296
Tints of Vivid Violet #803296
RGB
CMYK
RGB Variations
Color information
#803296 (or 0x803296) is known color: Vivid Violet. HEX triplet: 80, 32 and 96. RGB value is (128,50,150). Sum of RGB (Red+Green+Blue) = 128+50+150=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #803296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803296 is #7FCD69. Grayscale: #545454. Windows color (decimal): -8375658 or 9843328. OLE color: 9843328.
HSL color Cylindrical-coordinate representation of color #803296: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803296 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 50 | 150 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.41 |
| HSL | 286.8º | 0.5% | 0.39% | - |
| HSV(B) | 286.8º | 0.67% | 0.59% | - |
| XYZ | 15.55 | 9.07 | 29.79 | - |
| YUV | 84.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 150 | 0.15 | 0.67 | 0 | 0.41 | 286.8 | 0.5 | 0.39 |
| Hex | 80 | 32 | 96 | F | 43 | 0 | 29 | 11F | 32 | 27 |
| Octal | 200 | 62 | 226 | 17 | 103 | 0 | 51 | 437 | 62 | 47 |
| Binary | 10000000 | 110010 | 10010110 | 1111 | 1000011 | 0 | 101001 | 100011111 | 110010 | 100111 |
Color Harmonies of #803296
Complementary color
Monochromatic Colors of #803296
Black with #803296
Text Example
Text Example
White with #803296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803296; }
p { color: rgb(128,50,150); }
H1.HeaderClassName
{
color: #803296;
}
.AnyTagClassName
{
color: #803296;
}
</style>
background-color css
<style>
a { background-color: #803296; }
a { background-color: rgb(128,50,150); }
div.DivClassName
{
background-color: #803296;
}
.BgClassName
{
background-color: #803296;
}
</style>
border-color css
<style>
span { border-color: #803296; }
span { border-color: rgb(128,50,150); }
td.TdClassName
{
border-color: #803296;
}
.TagClassName
{
border-color: #803296;
}
</style>