Shades of Vivid Violet #895199
Tints of Vivid Violet #895199
RGB
CMYK
RGB Variations
Color information
#895199 (or 0x895199) is known color: Vivid Violet. HEX triplet: 89, 51 and 99. RGB value is (137,81,153). Sum of RGB (Red+Green+Blue) = 137+81+153=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #895199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895199 is #76AE66. Grayscale: #696969. Windows color (decimal): -7777895 or 10047881. OLE color: 10047881.
HSL color Cylindrical-coordinate representation of color #895199: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895199 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 81 | 153 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.4 |
| HSL | 286.67º | 0.31% | 0.46% | - |
| HSV(B) | 286.67º | 0.47% | 0.6% | - |
| XYZ | 19.01 | 13.5 | 31.74 | - |
| YUV | 105.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 153 | 0.10 | 0.47 | 0 | 0.4 | 286.67 | 0.31 | 0.46 |
| Hex | 89 | 51 | 99 | A | 2F | 0 | 28 | 11F | 1F | 2E |
| Octal | 211 | 121 | 231 | 12 | 57 | 0 | 50 | 437 | 37 | 56 |
| Binary | 10001001 | 1010001 | 10011001 | 1010 | 101111 | 0 | 101000 | 100011111 | 11111 | 101110 |
Color Harmonies of #895199
Complementary color
Monochromatic Colors of #895199
Black with #895199
Text Example
Text Example
White with #895199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895199; }
p { color: rgb(137,81,153); }
H1.HeaderClassName
{
color: #895199;
}
.AnyTagClassName
{
color: #895199;
}
</style>
background-color css
<style>
a { background-color: #895199; }
a { background-color: rgb(137,81,153); }
div.DivClassName
{
background-color: #895199;
}
.BgClassName
{
background-color: #895199;
}
</style>
border-color css
<style>
span { border-color: #895199; }
span { border-color: rgb(137,81,153); }
td.TdClassName
{
border-color: #895199;
}
.TagClassName
{
border-color: #895199;
}
</style>