Shades of Vivid Violet #992896
Tints of Vivid Violet #992896
RGB
CMYK
RGB Variations
Color information
#992896 (or 0x992896) is known color: Vivid Violet. HEX triplet: 99, 28 and 96. RGB value is (153,40,150). Sum of RGB (Red+Green+Blue) = 153+40+150=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #992896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992896 is #66D769. Grayscale: #565656. Windows color (decimal): -6739818 or 9840793. OLE color: 9840793.
HSL color Cylindrical-coordinate representation of color #992896: hue angle of 301.59º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992896 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 150 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.4 |
| HSL | 301.59º | 0.59% | 0.38% | - |
| HSV(B) | 301.59º | 0.74% | 0.6% | - |
| XYZ | 19.4 | 10.49 | 29.86 | - |
| YUV | 86.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 150 | 0 | 0.74 | 0.02 | 0.4 | 301.59 | 0.59 | 0.38 |
| Hex | 99 | 28 | 96 | 0 | 4A | 2 | 28 | 12E | 3B | 26 |
| Octal | 231 | 50 | 226 | 0 | 112 | 2 | 50 | 456 | 73 | 46 |
| Binary | 10011001 | 101000 | 10010110 | 0 | 1001010 | 10 | 101000 | 100101110 | 111011 | 100110 |
Color Harmonies of #992896
Complementary color
Monochromatic Colors of #992896
Black with #992896
Text Example
Text Example
White with #992896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992896; }
p { color: rgb(153,40,150); }
H1.HeaderClassName
{
color: #992896;
}
.AnyTagClassName
{
color: #992896;
}
</style>
background-color css
<style>
a { background-color: #992896; }
a { background-color: rgb(153,40,150); }
div.DivClassName
{
background-color: #992896;
}
.BgClassName
{
background-color: #992896;
}
</style>
border-color css
<style>
span { border-color: #992896; }
span { border-color: rgb(153,40,150); }
td.TdClassName
{
border-color: #992896;
}
.TagClassName
{
border-color: #992896;
}
</style>