Shades of Vivid Violet #893698
Tints of Vivid Violet #893698
RGB
CMYK
RGB Variations
Color information
#893698 (or 0x893698) is known color: Vivid Violet. HEX triplet: 89, 36 and 98. RGB value is (137,54,152). Sum of RGB (Red+Green+Blue) = 137+54+152=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #893698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893698 is #76C967. Grayscale: #595959. Windows color (decimal): -7784808 or 9975433. OLE color: 9975433.
HSL color Cylindrical-coordinate representation of color #893698: hue angle of 290.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893698 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 54 | 152 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.40 |
| HSL | 290.82º | 0.48% | 0.4% | - |
| HSV(B) | 290.82º | 0.64% | 0.6% | - |
| XYZ | 17.3 | 10.22 | 30.77 | - |
| YUV | 89.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 152 | 0.10 | 0.64 | 0 | 0.40 | 290.82 | 0.48 | 0.4 |
| Hex | 89 | 36 | 98 | A | 40 | 0 | 28 | 123 | 30 | 28 |
| Octal | 211 | 66 | 230 | 12 | 100 | 0 | 50 | 443 | 60 | 50 |
| Binary | 10001001 | 110110 | 10011000 | 1010 | 1000000 | 0 | 101000 | 100100011 | 110000 | 101000 |
Color Harmonies of #893698
Complementary color
Monochromatic Colors of #893698
Black with #893698
Text Example
Text Example
White with #893698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893698; }
p { color: rgb(137,54,152); }
H1.HeaderClassName
{
color: #893698;
}
.AnyTagClassName
{
color: #893698;
}
</style>
background-color css
<style>
a { background-color: #893698; }
a { background-color: rgb(137,54,152); }
div.DivClassName
{
background-color: #893698;
}
.BgClassName
{
background-color: #893698;
}
</style>
border-color css
<style>
span { border-color: #893698; }
span { border-color: rgb(137,54,152); }
td.TdClassName
{
border-color: #893698;
}
.TagClassName
{
border-color: #893698;
}
</style>