Shades of Vivid Violet #891D9E
Tints of Vivid Violet #891D9E
RGB
CMYK
RGB Variations
Color information
#891D9E (or 0x891D9E) is known color: Vivid Violet. HEX triplet: 89, 1D and 9E. RGB value is (137,29,158). Sum of RGB (Red+Green+Blue) = 137+29+158=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #891D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891D9E is #76E261. Grayscale: #4B4B4B. Windows color (decimal): -7791202 or 10362249. OLE color: 10362249.
HSL color Cylindrical-coordinate representation of color #891D9E: hue angle of 290.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891D9E is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 29 | 158 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.38 |
| HSL | 290.23º | 0.69% | 0.37% | - |
| HSV(B) | 290.23º | 0.82% | 0.62% | - |
| XYZ | 16.93 | 8.67 | 33.13 | - |
| YUV | 76 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 158 | 0.13 | 0.82 | 0 | 0.38 | 290.23 | 0.69 | 0.37 |
| Hex | 89 | 1D | 9E | D | 52 | 0 | 26 | 122 | 45 | 25 |
| Octal | 211 | 35 | 236 | 15 | 122 | 0 | 46 | 442 | 105 | 45 |
| Binary | 10001001 | 11101 | 10011110 | 1101 | 1010010 | 0 | 100110 | 100100010 | 1000101 | 100101 |
Color Harmonies of #891D9E
Complementary color
Monochromatic Colors of #891D9E
Black with #891D9E
Text Example
Text Example
White with #891D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D9E; }
p { color: rgb(137,29,158); }
H1.HeaderClassName
{
color: #891D9E;
}
.AnyTagClassName
{
color: #891D9E;
}
</style>
background-color css
<style>
a { background-color: #891D9E; }
a { background-color: rgb(137,29,158); }
div.DivClassName
{
background-color: #891D9E;
}
.BgClassName
{
background-color: #891D9E;
}
</style>
border-color css
<style>
span { border-color: #891D9E; }
span { border-color: rgb(137,29,158); }
td.TdClassName
{
border-color: #891D9E;
}
.TagClassName
{
border-color: #891D9E;
}
</style>