Shades of Vivid Violet #892992
Tints of Vivid Violet #892992
RGB
CMYK
RGB Variations
Color information
#892992 (or 0x892992) is known color: Vivid Violet. HEX triplet: 89, 29 and 92. RGB value is (137,41,146). Sum of RGB (Red+Green+Blue) = 137+41+146=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #892992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892992 is #76D66D. Grayscale: #515151. Windows color (decimal): -7788142 or 9578889. OLE color: 9578889.
HSL color Cylindrical-coordinate representation of color #892992: hue angle of 294.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892992 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 41 | 146 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.43 |
| HSL | 294.86º | 0.56% | 0.37% | - |
| HSV(B) | 294.86º | 0.72% | 0.57% | - |
| XYZ | 16.3 | 8.98 | 28.07 | - |
| YUV | 81.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 146 | 0.06 | 0.72 | 0 | 0.43 | 294.86 | 0.56 | 0.37 |
| Hex | 89 | 29 | 92 | 6 | 48 | 0 | 2B | 127 | 38 | 25 |
| Octal | 211 | 51 | 222 | 6 | 110 | 0 | 53 | 447 | 70 | 45 |
| Binary | 10001001 | 101001 | 10010010 | 110 | 1001000 | 0 | 101011 | 100100111 | 111000 | 100101 |
Color Harmonies of #892992
Complementary color
Monochromatic Colors of #892992
Black with #892992
Text Example
Text Example
White with #892992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892992; }
p { color: rgb(137,41,146); }
H1.HeaderClassName
{
color: #892992;
}
.AnyTagClassName
{
color: #892992;
}
</style>
background-color css
<style>
a { background-color: #892992; }
a { background-color: rgb(137,41,146); }
div.DivClassName
{
background-color: #892992;
}
.BgClassName
{
background-color: #892992;
}
</style>
border-color css
<style>
span { border-color: #892992; }
span { border-color: rgb(137,41,146); }
td.TdClassName
{
border-color: #892992;
}
.TagClassName
{
border-color: #892992;
}
</style>