Shades of Vivid Violet #801896
Tints of Vivid Violet #801896
RGB
CMYK
RGB Variations
Color information
#801896 (or 0x801896) is known color: Vivid Violet. HEX triplet: 80, 18 and 96. RGB value is (128,24,150). Sum of RGB (Red+Green+Blue) = 128+24+150=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #801896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801896 is #7FE769. Grayscale: #454545. Windows color (decimal): -8382314 or 9836672. OLE color: 9836672.
HSL color Cylindrical-coordinate representation of color #801896: hue angle of 289.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801896 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 24 | 150 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.41 |
| HSL | 289.52º | 0.72% | 0.34% | - |
| HSV(B) | 289.52º | 0.84% | 0.59% | - |
| XYZ | 14.73 | 7.44 | 29.51 | - |
| YUV | 69.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 150 | 0.15 | 0.84 | 0 | 0.41 | 289.52 | 0.72 | 0.34 |
| Hex | 80 | 18 | 96 | F | 54 | 0 | 29 | 122 | 48 | 22 |
| Octal | 200 | 30 | 226 | 17 | 124 | 0 | 51 | 442 | 110 | 42 |
| Binary | 10000000 | 11000 | 10010110 | 1111 | 1010100 | 0 | 101001 | 100100010 | 1001000 | 100010 |
Color Harmonies of #801896
Complementary color
Monochromatic Colors of #801896
Black with #801896
Text Example
Text Example
White with #801896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801896; }
p { color: rgb(128,24,150); }
H1.HeaderClassName
{
color: #801896;
}
.AnyTagClassName
{
color: #801896;
}
</style>
background-color css
<style>
a { background-color: #801896; }
a { background-color: rgb(128,24,150); }
div.DivClassName
{
background-color: #801896;
}
.BgClassName
{
background-color: #801896;
}
</style>
border-color css
<style>
span { border-color: #801896; }
span { border-color: rgb(128,24,150); }
td.TdClassName
{
border-color: #801896;
}
.TagClassName
{
border-color: #801896;
}
</style>