Shades of Vivid Violet #892899
Tints of Vivid Violet #892899
RGB
CMYK
RGB Variations
Color information
#892899 (or 0x892899) is known color: Vivid Violet. HEX triplet: 89, 28 and 99. RGB value is (137,40,153). Sum of RGB (Red+Green+Blue) = 137+40+153=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #892899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892899 is #76D766. Grayscale: #515151. Windows color (decimal): -7788391 or 10037385. OLE color: 10037385.
HSL color Cylindrical-coordinate representation of color #892899: hue angle of 291.5º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892899 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 40 | 153 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.4 |
| HSL | 291.5º | 0.59% | 0.38% | - |
| HSV(B) | 291.5º | 0.74% | 0.6% | - |
| XYZ | 16.83 | 9.14 | 31.01 | - |
| YUV | 81.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 153 | 0.10 | 0.74 | 0 | 0.4 | 291.5 | 0.59 | 0.38 |
| Hex | 89 | 28 | 99 | A | 4A | 0 | 28 | 124 | 3B | 26 |
| Octal | 211 | 50 | 231 | 12 | 112 | 0 | 50 | 444 | 73 | 46 |
| Binary | 10001001 | 101000 | 10011001 | 1010 | 1001010 | 0 | 101000 | 100100100 | 111011 | 100110 |
Color Harmonies of #892899
Complementary color
Monochromatic Colors of #892899
Black with #892899
Text Example
Text Example
White with #892899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892899; }
p { color: rgb(137,40,153); }
H1.HeaderClassName
{
color: #892899;
}
.AnyTagClassName
{
color: #892899;
}
</style>
background-color css
<style>
a { background-color: #892899; }
a { background-color: rgb(137,40,153); }
div.DivClassName
{
background-color: #892899;
}
.BgClassName
{
background-color: #892899;
}
</style>
border-color css
<style>
span { border-color: #892899; }
span { border-color: rgb(137,40,153); }
td.TdClassName
{
border-color: #892899;
}
.TagClassName
{
border-color: #892899;
}
</style>