Shades of Vivid Violet #803696
Tints of Vivid Violet #803696
RGB
CMYK
RGB Variations
Color information
#803696 (or 0x803696) is known color: Vivid Violet. HEX triplet: 80, 36 and 96. RGB value is (128,54,150). Sum of RGB (Red+Green+Blue) = 128+54+150=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #803696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803696 is #7FC969. Grayscale: #565656. Windows color (decimal): -8374634 or 9844352. OLE color: 9844352.
HSL color Cylindrical-coordinate representation of color #803696: hue angle of 286.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803696 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 54 | 150 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.41 |
| HSL | 286.25º | 0.47% | 0.4% | - |
| HSV(B) | 286.25º | 0.64% | 0.59% | - |
| XYZ | 15.73 | 9.43 | 29.85 | - |
| YUV | 87.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 150 | 0.15 | 0.64 | 0 | 0.41 | 286.25 | 0.47 | 0.4 |
| Hex | 80 | 36 | 96 | F | 40 | 0 | 29 | 11E | 2F | 28 |
| Octal | 200 | 66 | 226 | 17 | 100 | 0 | 51 | 436 | 57 | 50 |
| Binary | 10000000 | 110110 | 10010110 | 1111 | 1000000 | 0 | 101001 | 100011110 | 101111 | 101000 |
Color Harmonies of #803696
Complementary color
Monochromatic Colors of #803696
Black with #803696
Text Example
Text Example
White with #803696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803696; }
p { color: rgb(128,54,150); }
H1.HeaderClassName
{
color: #803696;
}
.AnyTagClassName
{
color: #803696;
}
</style>
background-color css
<style>
a { background-color: #803696; }
a { background-color: rgb(128,54,150); }
div.DivClassName
{
background-color: #803696;
}
.BgClassName
{
background-color: #803696;
}
</style>
border-color css
<style>
span { border-color: #803696; }
span { border-color: rgb(128,54,150); }
td.TdClassName
{
border-color: #803696;
}
.TagClassName
{
border-color: #803696;
}
</style>