Shades of Vivid Violet #894CA2
Tints of Vivid Violet #894CA2
RGB
CMYK
RGB Variations
Color information
#894CA2 (or 0x894CA2) is known color: Vivid Violet. HEX triplet: 89, 4C and A2. RGB value is (137,76,162). Sum of RGB (Red+Green+Blue) = 137+76+162=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #894CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894CA2 is #76B35D. Grayscale: #676767. Windows color (decimal): -7779166 or 10636425. OLE color: 10636425.
HSL color Cylindrical-coordinate representation of color #894CA2: hue angle of 282.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894CA2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 76 | 162 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.36 |
| HSL | 282.56º | 0.36% | 0.47% | - |
| HSV(B) | 282.56º | 0.53% | 0.64% | - |
| XYZ | 19.42 | 13.1 | 35.69 | - |
| YUV | 104.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 162 | 0.15 | 0.53 | 0 | 0.36 | 282.56 | 0.36 | 0.47 |
| Hex | 89 | 4C | A2 | F | 35 | 0 | 24 | 11B | 24 | 2F |
| Octal | 211 | 114 | 242 | 17 | 65 | 0 | 44 | 433 | 44 | 57 |
| Binary | 10001001 | 1001100 | 10100010 | 1111 | 110101 | 0 | 100100 | 100011011 | 100100 | 101111 |
Color Harmonies of #894CA2
Complementary color
Monochromatic Colors of #894CA2
Black with #894CA2
Text Example
Text Example
White with #894CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CA2; }
p { color: rgb(137,76,162); }
H1.HeaderClassName
{
color: #894CA2;
}
.AnyTagClassName
{
color: #894CA2;
}
</style>
background-color css
<style>
a { background-color: #894CA2; }
a { background-color: rgb(137,76,162); }
div.DivClassName
{
background-color: #894CA2;
}
.BgClassName
{
background-color: #894CA2;
}
</style>
border-color css
<style>
span { border-color: #894CA2; }
span { border-color: rgb(137,76,162); }
td.TdClassName
{
border-color: #894CA2;
}
.TagClassName
{
border-color: #894CA2;
}
</style>