Shades of Vivid Violet #895298
Tints of Vivid Violet #895298
RGB
CMYK
RGB Variations
Color information
#895298 (or 0x895298) is known color: Vivid Violet. HEX triplet: 89, 52 and 98. RGB value is (137,82,152). Sum of RGB (Red+Green+Blue) = 137+82+152=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #895298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895298 is #76AD67. Grayscale: #6A6A6A. Windows color (decimal): -7777640 or 9982601. OLE color: 9982601.
HSL color Cylindrical-coordinate representation of color #895298: hue angle of 287.14º 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 #895298 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 82 | 152 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.40 |
| HSL | 287.14º | 0.3% | 0.46% | - |
| HSV(B) | 287.14º | 0.46% | 0.6% | - |
| XYZ | 19 | 13.62 | 31.33 | - |
| YUV | 106.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 152 | 0.10 | 0.46 | 0 | 0.40 | 287.14 | 0.3 | 0.46 |
| Hex | 89 | 52 | 98 | A | 2E | 0 | 28 | 11F | 1E | 2E |
| Octal | 211 | 122 | 230 | 12 | 56 | 0 | 50 | 437 | 36 | 56 |
| Binary | 10001001 | 1010010 | 10011000 | 1010 | 101110 | 0 | 101000 | 100011111 | 11110 | 101110 |
Color Harmonies of #895298
Complementary color
Monochromatic Colors of #895298
Black with #895298
Text Example
Text Example
White with #895298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895298; }
p { color: rgb(137,82,152); }
H1.HeaderClassName
{
color: #895298;
}
.AnyTagClassName
{
color: #895298;
}
</style>
background-color css
<style>
a { background-color: #895298; }
a { background-color: rgb(137,82,152); }
div.DivClassName
{
background-color: #895298;
}
.BgClassName
{
background-color: #895298;
}
</style>
border-color css
<style>
span { border-color: #895298; }
span { border-color: rgb(137,82,152); }
td.TdClassName
{
border-color: #895298;
}
.TagClassName
{
border-color: #895298;
}
</style>