Shades of Vivid Violet #894088
Tints of Vivid Violet #894088
RGB
CMYK
RGB Variations
Color information
#894088 (or 0x894088) is known color: Vivid Violet. HEX triplet: 89, 40 and 88. RGB value is (137,64,136). Sum of RGB (Red+Green+Blue) = 137+64+136=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #894088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894088 is #76BF77. Grayscale: #5D5D5D. Windows color (decimal): -7782264 or 8929417. OLE color: 8929417.
HSL color Cylindrical-coordinate representation of color #894088: hue angle of 300.82º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894088 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 136 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.46 |
| HSL | 300.82º | 0.36% | 0.39% | - |
| HSV(B) | 300.82º | 0.53% | 0.54% | - |
| XYZ | 16.59 | 10.76 | 24.5 | - |
| YUV | 94.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 136 | 0 | 0.53 | 0.01 | 0.46 | 300.82 | 0.36 | 0.39 |
| Hex | 89 | 40 | 88 | 0 | 35 | 1 | 2E | 12D | 24 | 27 |
| Octal | 211 | 100 | 210 | 0 | 65 | 1 | 56 | 455 | 44 | 47 |
| Binary | 10001001 | 1000000 | 10001000 | 0 | 110101 | 1 | 101110 | 100101101 | 100100 | 100111 |
Color Harmonies of #894088
Complementary color
Monochromatic Colors of #894088
Black with #894088
Text Example
Text Example
White with #894088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894088; }
p { color: rgb(137,64,136); }
H1.HeaderClassName
{
color: #894088;
}
.AnyTagClassName
{
color: #894088;
}
</style>
background-color css
<style>
a { background-color: #894088; }
a { background-color: rgb(137,64,136); }
div.DivClassName
{
background-color: #894088;
}
.BgClassName
{
background-color: #894088;
}
</style>
border-color css
<style>
span { border-color: #894088; }
span { border-color: rgb(137,64,136); }
td.TdClassName
{
border-color: #894088;
}
.TagClassName
{
border-color: #894088;
}
</style>