Shades of Vivid Violet #892994
Tints of Vivid Violet #892994
RGB
CMYK
RGB Variations
Color information
#892994 (or 0x892994) is known color: Vivid Violet. HEX triplet: 89, 29 and 94. RGB value is (137,41,148). Sum of RGB (Red+Green+Blue) = 137+41+148=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #892994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892994 is #76D66B. Grayscale: #515151. Windows color (decimal): -7788140 or 9709961. OLE color: 9709961.
HSL color Cylindrical-coordinate representation of color #892994: hue angle of 293.83º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892994 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 41 | 148 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.42 |
| HSL | 293.83º | 0.57% | 0.37% | - |
| HSV(B) | 293.83º | 0.72% | 0.58% | - |
| XYZ | 16.45 | 9.04 | 28.9 | - |
| YUV | 81.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 148 | 0.07 | 0.72 | 0 | 0.42 | 293.83 | 0.57 | 0.37 |
| Hex | 89 | 29 | 94 | 7 | 48 | 0 | 2A | 126 | 39 | 25 |
| Octal | 211 | 51 | 224 | 7 | 110 | 0 | 52 | 446 | 71 | 45 |
| Binary | 10001001 | 101001 | 10010100 | 111 | 1001000 | 0 | 101010 | 100100110 | 111001 | 100101 |
Color Harmonies of #892994
Complementary color
Monochromatic Colors of #892994
Black with #892994
Text Example
Text Example
White with #892994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892994; }
p { color: rgb(137,41,148); }
H1.HeaderClassName
{
color: #892994;
}
.AnyTagClassName
{
color: #892994;
}
</style>
background-color css
<style>
a { background-color: #892994; }
a { background-color: rgb(137,41,148); }
div.DivClassName
{
background-color: #892994;
}
.BgClassName
{
background-color: #892994;
}
</style>
border-color css
<style>
span { border-color: #892994; }
span { border-color: rgb(137,41,148); }
td.TdClassName
{
border-color: #892994;
}
.TagClassName
{
border-color: #892994;
}
</style>