Shades of Vivid Violet #893591
Tints of Vivid Violet #893591
RGB
CMYK
RGB Variations
Color information
#893591 (or 0x893591) is known color: Vivid Violet. HEX triplet: 89, 35 and 91. RGB value is (137,53,145). Sum of RGB (Red+Green+Blue) = 137+53+145=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #893591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893591 is #76CA6E. Grayscale: #585858. Windows color (decimal): -7785071 or 9516425. OLE color: 9516425.
HSL color Cylindrical-coordinate representation of color #893591: hue angle of 294.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893591 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 53 | 145 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.43 |
| HSL | 294.78º | 0.46% | 0.39% | - |
| HSV(B) | 294.78º | 0.63% | 0.57% | - |
| XYZ | 16.7 | 9.91 | 27.82 | - |
| YUV | 88.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 145 | 0.06 | 0.63 | 0 | 0.43 | 294.78 | 0.46 | 0.39 |
| Hex | 89 | 35 | 91 | 6 | 3F | 0 | 2B | 127 | 2E | 27 |
| Octal | 211 | 65 | 221 | 6 | 77 | 0 | 53 | 447 | 56 | 47 |
| Binary | 10001001 | 110101 | 10010001 | 110 | 111111 | 0 | 101011 | 100100111 | 101110 | 100111 |
Color Harmonies of #893591
Complementary color
Monochromatic Colors of #893591
Black with #893591
Text Example
Text Example
White with #893591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893591; }
p { color: rgb(137,53,145); }
H1.HeaderClassName
{
color: #893591;
}
.AnyTagClassName
{
color: #893591;
}
</style>
background-color css
<style>
a { background-color: #893591; }
a { background-color: rgb(137,53,145); }
div.DivClassName
{
background-color: #893591;
}
.BgClassName
{
background-color: #893591;
}
</style>
border-color css
<style>
span { border-color: #893591; }
span { border-color: rgb(137,53,145); }
td.TdClassName
{
border-color: #893591;
}
.TagClassName
{
border-color: #893591;
}
</style>