Shades of Vivid Violet #894892
Tints of Vivid Violet #894892
RGB
CMYK
RGB Variations
Color information
#894892 (or 0x894892) is known color: Vivid Violet. HEX triplet: 89, 48 and 92. RGB value is (137,72,146). Sum of RGB (Red+Green+Blue) = 137+72+146=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #894892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894892 is #76B76D. Grayscale: #636363. Windows color (decimal): -7780206 or 9586825. OLE color: 9586825.
HSL color Cylindrical-coordinate representation of color #894892: hue angle of 292.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894892 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 72 | 146 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.43 |
| HSL | 292.7º | 0.34% | 0.43% | - |
| HSV(B) | 292.7º | 0.51% | 0.57% | - |
| XYZ | 17.82 | 12.03 | 28.58 | - |
| YUV | 99.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 146 | 0.06 | 0.51 | 0 | 0.43 | 292.7 | 0.34 | 0.43 |
| Hex | 89 | 48 | 92 | 6 | 33 | 0 | 2B | 125 | 22 | 2B |
| Octal | 211 | 110 | 222 | 6 | 63 | 0 | 53 | 445 | 42 | 53 |
| Binary | 10001001 | 1001000 | 10010010 | 110 | 110011 | 0 | 101011 | 100100101 | 100010 | 101011 |
Color Harmonies of #894892
Complementary color
Monochromatic Colors of #894892
Black with #894892
Text Example
Text Example
White with #894892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894892; }
p { color: rgb(137,72,146); }
H1.HeaderClassName
{
color: #894892;
}
.AnyTagClassName
{
color: #894892;
}
</style>
background-color css
<style>
a { background-color: #894892; }
a { background-color: rgb(137,72,146); }
div.DivClassName
{
background-color: #894892;
}
.BgClassName
{
background-color: #894892;
}
</style>
border-color css
<style>
span { border-color: #894892; }
span { border-color: rgb(137,72,146); }
td.TdClassName
{
border-color: #894892;
}
.TagClassName
{
border-color: #894892;
}
</style>