Shades of Vivid Violet #892996
Tints of Vivid Violet #892996
RGB
CMYK
RGB Variations
Color information
#892996 (or 0x892996) is known color: Vivid Violet. HEX triplet: 89, 29 and 96. RGB value is (137,41,150). Sum of RGB (Red+Green+Blue) = 137+41+150=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 41 (16.41% from 255 or 12.5% 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 #892996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892996 is #76D669. Grayscale: #515151. Windows color (decimal): -7788138 or 9841033. OLE color: 9841033.
HSL color Cylindrical-coordinate representation of color #892996: hue angle of 292.84º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892996 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 41 | 150 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.41 |
| HSL | 292.84º | 0.57% | 0.37% | - |
| HSV(B) | 292.84º | 0.73% | 0.59% | - |
| XYZ | 16.61 | 9.11 | 29.74 | - |
| YUV | 82.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 150 | 0.09 | 0.73 | 0 | 0.41 | 292.84 | 0.57 | 0.37 |
| Hex | 89 | 29 | 96 | 9 | 49 | 0 | 29 | 125 | 39 | 25 |
| Octal | 211 | 51 | 226 | 11 | 111 | 0 | 51 | 445 | 71 | 45 |
| Binary | 10001001 | 101001 | 10010110 | 1001 | 1001001 | 0 | 101001 | 100100101 | 111001 | 100101 |
Color Harmonies of #892996
Complementary color
Monochromatic Colors of #892996
Black with #892996
Text Example
Text Example
White with #892996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892996; }
p { color: rgb(137,41,150); }
H1.HeaderClassName
{
color: #892996;
}
.AnyTagClassName
{
color: #892996;
}
</style>
background-color css
<style>
a { background-color: #892996; }
a { background-color: rgb(137,41,150); }
div.DivClassName
{
background-color: #892996;
}
.BgClassName
{
background-color: #892996;
}
</style>
border-color css
<style>
span { border-color: #892996; }
span { border-color: rgb(137,41,150); }
td.TdClassName
{
border-color: #892996;
}
.TagClassName
{
border-color: #892996;
}
</style>