Shades of Vivid Violet #895299
Tints of Vivid Violet #895299
RGB
CMYK
RGB Variations
Color information
#895299 (or 0x895299) is known color: Vivid Violet. HEX triplet: 89, 52 and 99. RGB value is (137,82,153). Sum of RGB (Red+Green+Blue) = 137+82+153=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #895299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895299 is #76AD66. Grayscale: #6A6A6A. Windows color (decimal): -7777639 or 10048137. OLE color: 10048137.
HSL color Cylindrical-coordinate representation of color #895299: hue angle of 286.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #895299 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 82 | 153 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.4 |
| HSL | 286.48º | 0.3% | 0.46% | - |
| HSV(B) | 286.48º | 0.46% | 0.6% | - |
| XYZ | 19.08 | 13.65 | 31.77 | - |
| YUV | 106.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 153 | 0.10 | 0.46 | 0 | 0.4 | 286.48 | 0.3 | 0.46 |
| Hex | 89 | 52 | 99 | A | 2E | 0 | 28 | 11E | 1E | 2E |
| Octal | 211 | 122 | 231 | 12 | 56 | 0 | 50 | 436 | 36 | 56 |
| Binary | 10001001 | 1010010 | 10011001 | 1010 | 101110 | 0 | 101000 | 100011110 | 11110 | 101110 |
Color Harmonies of #895299
Complementary color
Monochromatic Colors of #895299
Black with #895299
Text Example
Text Example
White with #895299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895299; }
p { color: rgb(137,82,153); }
H1.HeaderClassName
{
color: #895299;
}
.AnyTagClassName
{
color: #895299;
}
</style>
background-color css
<style>
a { background-color: #895299; }
a { background-color: rgb(137,82,153); }
div.DivClassName
{
background-color: #895299;
}
.BgClassName
{
background-color: #895299;
}
</style>
border-color css
<style>
span { border-color: #895299; }
span { border-color: rgb(137,82,153); }
td.TdClassName
{
border-color: #895299;
}
.TagClassName
{
border-color: #895299;
}
</style>