Shades of Vivid Violet #894B95
Tints of Vivid Violet #894B95
RGB
CMYK
RGB Variations
Color information
#894B95 (or 0x894B95) is known color: Vivid Violet. HEX triplet: 89, 4B and 95. RGB value is (137,75,149). Sum of RGB (Red+Green+Blue) = 137+75+149=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #894B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B95 is #76B46A. Grayscale: #656565. Windows color (decimal): -7779435 or 9784201. OLE color: 9784201.
HSL color Cylindrical-coordinate representation of color #894B95: hue angle of 290.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894B95 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 75 | 149 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.42 |
| HSL | 290.27º | 0.33% | 0.44% | - |
| HSV(B) | 290.27º | 0.5% | 0.58% | - |
| XYZ | 18.26 | 12.52 | 29.89 | - |
| YUV | 101.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 149 | 0.08 | 0.50 | 0 | 0.42 | 290.27 | 0.33 | 0.44 |
| Hex | 89 | 4B | 95 | 8 | 32 | 0 | 2A | 122 | 21 | 2C |
| Octal | 211 | 113 | 225 | 10 | 62 | 0 | 52 | 442 | 41 | 54 |
| Binary | 10001001 | 1001011 | 10010101 | 1000 | 110010 | 0 | 101010 | 100100010 | 100001 | 101100 |
Color Harmonies of #894B95
Complementary color
Monochromatic Colors of #894B95
Black with #894B95
Text Example
Text Example
White with #894B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B95; }
p { color: rgb(137,75,149); }
H1.HeaderClassName
{
color: #894B95;
}
.AnyTagClassName
{
color: #894B95;
}
</style>
background-color css
<style>
a { background-color: #894B95; }
a { background-color: rgb(137,75,149); }
div.DivClassName
{
background-color: #894B95;
}
.BgClassName
{
background-color: #894B95;
}
</style>
border-color css
<style>
span { border-color: #894B95; }
span { border-color: rgb(137,75,149); }
td.TdClassName
{
border-color: #894B95;
}
.TagClassName
{
border-color: #894B95;
}
</style>