Shades of Vivid Violet #892299
Tints of Vivid Violet #892299
RGB
CMYK
RGB Variations
Color information
#892299 (or 0x892299) is known color: Vivid Violet. HEX triplet: 89, 22 and 99. RGB value is (137,34,153). Sum of RGB (Red+Green+Blue) = 137+34+153=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #892299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892299 is #76DD66. Grayscale: #4D4D4D. Windows color (decimal): -7789927 or 10035849. OLE color: 10035849.
HSL color Cylindrical-coordinate representation of color #892299: hue angle of 291.93º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892299 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 34 | 153 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.4 |
| HSL | 291.93º | 0.64% | 0.37% | - |
| HSV(B) | 291.93º | 0.78% | 0.6% | - |
| XYZ | 16.64 | 8.76 | 30.95 | - |
| YUV | 78.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 153 | 0.10 | 0.78 | 0 | 0.4 | 291.93 | 0.64 | 0.37 |
| Hex | 89 | 22 | 99 | A | 4E | 0 | 28 | 124 | 40 | 25 |
| Octal | 211 | 42 | 231 | 12 | 116 | 0 | 50 | 444 | 100 | 45 |
| Binary | 10001001 | 100010 | 10011001 | 1010 | 1001110 | 0 | 101000 | 100100100 | 1000000 | 100101 |
Color Harmonies of #892299
Complementary color
Monochromatic Colors of #892299
Black with #892299
Text Example
Text Example
White with #892299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892299; }
p { color: rgb(137,34,153); }
H1.HeaderClassName
{
color: #892299;
}
.AnyTagClassName
{
color: #892299;
}
</style>
background-color css
<style>
a { background-color: #892299; }
a { background-color: rgb(137,34,153); }
div.DivClassName
{
background-color: #892299;
}
.BgClassName
{
background-color: #892299;
}
</style>
border-color css
<style>
span { border-color: #892299; }
span { border-color: rgb(137,34,153); }
td.TdClassName
{
border-color: #892299;
}
.TagClassName
{
border-color: #892299;
}
</style>