Shades of Vivid Violet #893D91
Tints of Vivid Violet #893D91
RGB
CMYK
RGB Variations
Color information
#893D91 (or 0x893D91) is known color: Vivid Violet. HEX triplet: 89, 3D and 91. RGB value is (137,61,145). Sum of RGB (Red+Green+Blue) = 137+61+145=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #893D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893D91 is #76C26E. Grayscale: #5D5D5D. Windows color (decimal): -7783023 or 9518473. OLE color: 9518473.
HSL color Cylindrical-coordinate representation of color #893D91: hue angle of 294.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893D91 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 61 | 145 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.43 |
| HSL | 294.29º | 0.41% | 0.4% | - |
| HSV(B) | 294.29º | 0.58% | 0.57% | - |
| XYZ | 17.1 | 10.7 | 27.95 | - |
| YUV | 93.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 145 | 0.06 | 0.58 | 0 | 0.43 | 294.29 | 0.41 | 0.4 |
| Hex | 89 | 3D | 91 | 6 | 3A | 0 | 2B | 126 | 29 | 28 |
| Octal | 211 | 75 | 221 | 6 | 72 | 0 | 53 | 446 | 51 | 50 |
| Binary | 10001001 | 111101 | 10010001 | 110 | 111010 | 0 | 101011 | 100100110 | 101001 | 101000 |
Color Harmonies of #893D91
Complementary color
Monochromatic Colors of #893D91
Black with #893D91
Text Example
Text Example
White with #893D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D91; }
p { color: rgb(137,61,145); }
H1.HeaderClassName
{
color: #893D91;
}
.AnyTagClassName
{
color: #893D91;
}
</style>
background-color css
<style>
a { background-color: #893D91; }
a { background-color: rgb(137,61,145); }
div.DivClassName
{
background-color: #893D91;
}
.BgClassName
{
background-color: #893D91;
}
</style>
border-color css
<style>
span { border-color: #893D91; }
span { border-color: rgb(137,61,145); }
td.TdClassName
{
border-color: #893D91;
}
.TagClassName
{
border-color: #893D91;
}
</style>