Shades of Vivid Violet #891D99
Tints of Vivid Violet #891D99
RGB
CMYK
RGB Variations
Color information
#891D99 (or 0x891D99) is known color: Vivid Violet. HEX triplet: 89, 1D and 99. RGB value is (137,29,153). Sum of RGB (Red+Green+Blue) = 137+29+153=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #891D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891D99 is #76E266. Grayscale: #4B4B4B. Windows color (decimal): -7791207 or 10034569. OLE color: 10034569.
HSL color Cylindrical-coordinate representation of color #891D99: hue angle of 292.26º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891D99 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 29 | 153 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.4 |
| HSL | 292.26º | 0.68% | 0.36% | - |
| HSV(B) | 292.26º | 0.81% | 0.6% | - |
| XYZ | 16.51 | 8.5 | 30.91 | - |
| YUV | 75.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 153 | 0.10 | 0.81 | 0 | 0.4 | 292.26 | 0.68 | 0.36 |
| Hex | 89 | 1D | 99 | A | 51 | 0 | 28 | 124 | 44 | 24 |
| Octal | 211 | 35 | 231 | 12 | 121 | 0 | 50 | 444 | 104 | 44 |
| Binary | 10001001 | 11101 | 10011001 | 1010 | 1010001 | 0 | 101000 | 100100100 | 1000100 | 100100 |
Color Harmonies of #891D99
Complementary color
Monochromatic Colors of #891D99
Black with #891D99
Text Example
Text Example
White with #891D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D99; }
p { color: rgb(137,29,153); }
H1.HeaderClassName
{
color: #891D99;
}
.AnyTagClassName
{
color: #891D99;
}
</style>
background-color css
<style>
a { background-color: #891D99; }
a { background-color: rgb(137,29,153); }
div.DivClassName
{
background-color: #891D99;
}
.BgClassName
{
background-color: #891D99;
}
</style>
border-color css
<style>
span { border-color: #891D99; }
span { border-color: rgb(137,29,153); }
td.TdClassName
{
border-color: #891D99;
}
.TagClassName
{
border-color: #891D99;
}
</style>