Shades of Vivid Violet #893191
Tints of Vivid Violet #893191
RGB
CMYK
RGB Variations
Color information
#893191 (or 0x893191) is known color: Vivid Violet. HEX triplet: 89, 31 and 91. RGB value is (137,49,145). Sum of RGB (Red+Green+Blue) = 137+49+145=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #893191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893191 is #76CE6E. Grayscale: #555555. Windows color (decimal): -7786095 or 9515401. OLE color: 9515401.
HSL color Cylindrical-coordinate representation of color #893191: hue angle of 295º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893191 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 49 | 145 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.43 |
| HSL | 295º | 0.49% | 0.38% | - |
| HSV(B) | 295º | 0.66% | 0.57% | - |
| XYZ | 16.53 | 9.56 | 27.76 | - |
| YUV | 86.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 145 | 0.06 | 0.66 | 0 | 0.43 | 295 | 0.49 | 0.38 |
| Hex | 89 | 31 | 91 | 6 | 42 | 0 | 2B | 127 | 31 | 26 |
| Octal | 211 | 61 | 221 | 6 | 102 | 0 | 53 | 447 | 61 | 46 |
| Binary | 10001001 | 110001 | 10010001 | 110 | 1000010 | 0 | 101011 | 100100111 | 110001 | 100110 |
Color Harmonies of #893191
Complementary color
Monochromatic Colors of #893191
Black with #893191
Text Example
Text Example
White with #893191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893191; }
p { color: rgb(137,49,145); }
H1.HeaderClassName
{
color: #893191;
}
.AnyTagClassName
{
color: #893191;
}
</style>
background-color css
<style>
a { background-color: #893191; }
a { background-color: rgb(137,49,145); }
div.DivClassName
{
background-color: #893191;
}
.BgClassName
{
background-color: #893191;
}
</style>
border-color css
<style>
span { border-color: #893191; }
span { border-color: rgb(137,49,145); }
td.TdClassName
{
border-color: #893191;
}
.TagClassName
{
border-color: #893191;
}
</style>