Shades of Vivid Violet #894794
Tints of Vivid Violet #894794
RGB
CMYK
RGB Variations
Color information
#894794 (or 0x894794) is known color: Vivid Violet. HEX triplet: 89, 47 and 94. RGB value is (137,71,148). Sum of RGB (Red+Green+Blue) = 137+71+148=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #894794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894794 is #76B86B. Grayscale: #636363. Windows color (decimal): -7780460 or 9717641. OLE color: 9717641.
HSL color Cylindrical-coordinate representation of color #894794: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894794 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 71 | 148 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.42 |
| HSL | 291.43º | 0.35% | 0.43% | - |
| HSV(B) | 291.43º | 0.52% | 0.58% | - |
| XYZ | 17.92 | 11.96 | 29.38 | - |
| YUV | 99.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 148 | 0.07 | 0.52 | 0 | 0.42 | 291.43 | 0.35 | 0.43 |
| Hex | 89 | 47 | 94 | 7 | 34 | 0 | 2A | 123 | 23 | 2B |
| Octal | 211 | 107 | 224 | 7 | 64 | 0 | 52 | 443 | 43 | 53 |
| Binary | 10001001 | 1000111 | 10010100 | 111 | 110100 | 0 | 101010 | 100100011 | 100011 | 101011 |
Color Harmonies of #894794
Complementary color
Monochromatic Colors of #894794
Black with #894794
Text Example
Text Example
White with #894794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894794; }
p { color: rgb(137,71,148); }
H1.HeaderClassName
{
color: #894794;
}
.AnyTagClassName
{
color: #894794;
}
</style>
background-color css
<style>
a { background-color: #894794; }
a { background-color: rgb(137,71,148); }
div.DivClassName
{
background-color: #894794;
}
.BgClassName
{
background-color: #894794;
}
</style>
border-color css
<style>
span { border-color: #894794; }
span { border-color: rgb(137,71,148); }
td.TdClassName
{
border-color: #894794;
}
.TagClassName
{
border-color: #894794;
}
</style>