Shades of Vivid Violet #893195
Tints of Vivid Violet #893195
RGB
CMYK
RGB Variations
Color information
#893195 (or 0x893195) is known color: Vivid Violet. HEX triplet: 89, 31 and 95. RGB value is (137,49,149). Sum of RGB (Red+Green+Blue) = 137+49+149=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #893195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893195 is #76CE6A. Grayscale: #565656. Windows color (decimal): -7786091 or 9777545. OLE color: 9777545.
HSL color Cylindrical-coordinate representation of color #893195: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893195 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 49 | 149 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.42 |
| HSL | 292.8º | 0.51% | 0.39% | - |
| HSV(B) | 292.8º | 0.67% | 0.58% | - |
| XYZ | 16.84 | 9.68 | 29.42 | - |
| YUV | 86.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 149 | 0.08 | 0.67 | 0 | 0.42 | 292.8 | 0.51 | 0.39 |
| Hex | 89 | 31 | 95 | 8 | 43 | 0 | 2A | 125 | 33 | 27 |
| Octal | 211 | 61 | 225 | 10 | 103 | 0 | 52 | 445 | 63 | 47 |
| Binary | 10001001 | 110001 | 10010101 | 1000 | 1000011 | 0 | 101010 | 100100101 | 110011 | 100111 |
Color Harmonies of #893195
Complementary color
Monochromatic Colors of #893195
Black with #893195
Text Example
Text Example
White with #893195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893195; }
p { color: rgb(137,49,149); }
H1.HeaderClassName
{
color: #893195;
}
.AnyTagClassName
{
color: #893195;
}
</style>
background-color css
<style>
a { background-color: #893195; }
a { background-color: rgb(137,49,149); }
div.DivClassName
{
background-color: #893195;
}
.BgClassName
{
background-color: #893195;
}
</style>
border-color css
<style>
span { border-color: #893195; }
span { border-color: rgb(137,49,149); }
td.TdClassName
{
border-color: #893195;
}
.TagClassName
{
border-color: #893195;
}
</style>