Shades of Vivid Violet #895195
Tints of Vivid Violet #895195
RGB
CMYK
RGB Variations
Color information
#895195 (or 0x895195) is known color: Vivid Violet. HEX triplet: 89, 51 and 95. RGB value is (137,81,149). Sum of RGB (Red+Green+Blue) = 137+81+149=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #895195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895195 is #76AE6A. Grayscale: #696969. Windows color (decimal): -7777899 or 9785737. OLE color: 9785737.
HSL color Cylindrical-coordinate representation of color #895195: hue angle of 289.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #895195 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 81 | 149 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.42 |
| HSL | 289.41º | 0.3% | 0.45% | - |
| HSV(B) | 289.41º | 0.46% | 0.58% | - |
| XYZ | 18.68 | 13.37 | 30.03 | - |
| YUV | 105.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 149 | 0.08 | 0.46 | 0 | 0.42 | 289.41 | 0.3 | 0.45 |
| Hex | 89 | 51 | 95 | 8 | 2E | 0 | 2A | 121 | 1E | 2D |
| Octal | 211 | 121 | 225 | 10 | 56 | 0 | 52 | 441 | 36 | 55 |
| Binary | 10001001 | 1010001 | 10010101 | 1000 | 101110 | 0 | 101010 | 100100001 | 11110 | 101101 |
Color Harmonies of #895195
Complementary color
Monochromatic Colors of #895195
Black with #895195
Text Example
Text Example
White with #895195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895195; }
p { color: rgb(137,81,149); }
H1.HeaderClassName
{
color: #895195;
}
.AnyTagClassName
{
color: #895195;
}
</style>
background-color css
<style>
a { background-color: #895195; }
a { background-color: rgb(137,81,149); }
div.DivClassName
{
background-color: #895195;
}
.BgClassName
{
background-color: #895195;
}
</style>
border-color css
<style>
span { border-color: #895195; }
span { border-color: rgb(137,81,149); }
td.TdClassName
{
border-color: #895195;
}
.TagClassName
{
border-color: #895195;
}
</style>