Shades of Vivid Violet #891E9B
Tints of Vivid Violet #891E9B
RGB
CMYK
RGB Variations
Color information
#891E9B (or 0x891E9B) is known color: Vivid Violet. HEX triplet: 89, 1E and 9B. RGB value is (137,30,155). Sum of RGB (Red+Green+Blue) = 137+30+155=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #891E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E9B is #76E164. Grayscale: #4B4B4B. Windows color (decimal): -7790949 or 10165897. OLE color: 10165897.
HSL color Cylindrical-coordinate representation of color #891E9B: hue angle of 291.36º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891E9B is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 30 | 155 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.39 |
| HSL | 291.36º | 0.68% | 0.36% | - |
| HSV(B) | 291.36º | 0.81% | 0.61% | - |
| XYZ | 16.7 | 8.61 | 31.79 | - |
| YUV | 76.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 155 | 0.12 | 0.81 | 0 | 0.39 | 291.36 | 0.68 | 0.36 |
| Hex | 89 | 1E | 9B | C | 51 | 0 | 27 | 123 | 44 | 24 |
| Octal | 211 | 36 | 233 | 14 | 121 | 0 | 47 | 443 | 104 | 44 |
| Binary | 10001001 | 11110 | 10011011 | 1100 | 1010001 | 0 | 100111 | 100100011 | 1000100 | 100100 |
Color Harmonies of #891E9B
Complementary color
Monochromatic Colors of #891E9B
Black with #891E9B
Text Example
Text Example
White with #891E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E9B; }
p { color: rgb(137,30,155); }
H1.HeaderClassName
{
color: #891E9B;
}
.AnyTagClassName
{
color: #891E9B;
}
</style>
background-color css
<style>
a { background-color: #891E9B; }
a { background-color: rgb(137,30,155); }
div.DivClassName
{
background-color: #891E9B;
}
.BgClassName
{
background-color: #891E9B;
}
</style>
border-color css
<style>
span { border-color: #891E9B; }
span { border-color: rgb(137,30,155); }
td.TdClassName
{
border-color: #891E9B;
}
.TagClassName
{
border-color: #891E9B;
}
</style>