Shades of Vivid Violet #892091
Tints of Vivid Violet #892091
RGB
CMYK
RGB Variations
Color information
#892091 (or 0x892091) is known color: Vivid Violet. HEX triplet: 89, 20 and 91. RGB value is (137,32,145). Sum of RGB (Red+Green+Blue) = 137+32+145=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #892091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892091 is #76DF6E. Grayscale: #4B4B4B. Windows color (decimal): -7790447 or 9511049. OLE color: 9511049.
HSL color Cylindrical-coordinate representation of color #892091: hue angle of 295.75º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892091 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 32 | 145 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.43 |
| HSL | 295.75º | 0.64% | 0.35% | - |
| HSV(B) | 295.75º | 0.78% | 0.57% | - |
| XYZ | 15.94 | 8.4 | 27.57 | - |
| YUV | 76.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 145 | 0.06 | 0.78 | 0 | 0.43 | 295.75 | 0.64 | 0.35 |
| Hex | 89 | 20 | 91 | 6 | 4E | 0 | 2B | 128 | 40 | 23 |
| Octal | 211 | 40 | 221 | 6 | 116 | 0 | 53 | 450 | 100 | 43 |
| Binary | 10001001 | 100000 | 10010001 | 110 | 1001110 | 0 | 101011 | 100101000 | 1000000 | 100011 |
Color Harmonies of #892091
Complementary color
Monochromatic Colors of #892091
Black with #892091
Text Example
Text Example
White with #892091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892091; }
p { color: rgb(137,32,145); }
H1.HeaderClassName
{
color: #892091;
}
.AnyTagClassName
{
color: #892091;
}
</style>
background-color css
<style>
a { background-color: #892091; }
a { background-color: rgb(137,32,145); }
div.DivClassName
{
background-color: #892091;
}
.BgClassName
{
background-color: #892091;
}
</style>
border-color css
<style>
span { border-color: #892091; }
span { border-color: rgb(137,32,145); }
td.TdClassName
{
border-color: #892091;
}
.TagClassName
{
border-color: #892091;
}
</style>