Shades of Vivid Violet #893C91
Tints of Vivid Violet #893C91
RGB
CMYK
RGB Variations
Color information
#893C91 (or 0x893C91) is known color: Vivid Violet. HEX triplet: 89, 3C and 91. RGB value is (137,60,145). Sum of RGB (Red+Green+Blue) = 137+60+145=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #893C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C91 is #76C36E. Grayscale: #5C5C5C. Windows color (decimal): -7783279 or 9518217. OLE color: 9518217.
HSL color Cylindrical-coordinate representation of color #893C91: hue angle of 294.35º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893C91 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 60 | 145 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.43 |
| HSL | 294.35º | 0.41% | 0.4% | - |
| HSV(B) | 294.35º | 0.59% | 0.57% | - |
| XYZ | 17.04 | 10.59 | 27.93 | - |
| YUV | 92.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 145 | 0.06 | 0.59 | 0 | 0.43 | 294.35 | 0.41 | 0.4 |
| Hex | 89 | 3C | 91 | 6 | 3B | 0 | 2B | 126 | 29 | 28 |
| Octal | 211 | 74 | 221 | 6 | 73 | 0 | 53 | 446 | 51 | 50 |
| Binary | 10001001 | 111100 | 10010001 | 110 | 111011 | 0 | 101011 | 100100110 | 101001 | 101000 |
Color Harmonies of #893C91
Complementary color
Monochromatic Colors of #893C91
Black with #893C91
Text Example
Text Example
White with #893C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C91; }
p { color: rgb(137,60,145); }
H1.HeaderClassName
{
color: #893C91;
}
.AnyTagClassName
{
color: #893C91;
}
</style>
background-color css
<style>
a { background-color: #893C91; }
a { background-color: rgb(137,60,145); }
div.DivClassName
{
background-color: #893C91;
}
.BgClassName
{
background-color: #893C91;
}
</style>
border-color css
<style>
span { border-color: #893C91; }
span { border-color: rgb(137,60,145); }
td.TdClassName
{
border-color: #893C91;
}
.TagClassName
{
border-color: #893C91;
}
</style>