Shades of Vivid Violet #893699
Tints of Vivid Violet #893699
RGB
CMYK
RGB Variations
Color information
#893699 (or 0x893699) is known color: Vivid Violet. HEX triplet: 89, 36 and 99. RGB value is (137,54,153). Sum of RGB (Red+Green+Blue) = 137+54+153=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #893699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893699 is #76C966. Grayscale: #595959. Windows color (decimal): -7784807 or 10040969. OLE color: 10040969.
HSL color Cylindrical-coordinate representation of color #893699: hue angle of 290.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893699 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 54 | 153 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.4 |
| HSL | 290.3º | 0.48% | 0.41% | - |
| HSV(B) | 290.3º | 0.65% | 0.6% | - |
| XYZ | 17.39 | 10.26 | 31.2 | - |
| YUV | 90.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 153 | 0.10 | 0.65 | 0 | 0.4 | 290.3 | 0.48 | 0.41 |
| Hex | 89 | 36 | 99 | A | 41 | 0 | 28 | 122 | 30 | 29 |
| Octal | 211 | 66 | 231 | 12 | 101 | 0 | 50 | 442 | 60 | 51 |
| Binary | 10001001 | 110110 | 10011001 | 1010 | 1000001 | 0 | 101000 | 100100010 | 110000 | 101001 |
Color Harmonies of #893699
Complementary color
Monochromatic Colors of #893699
Black with #893699
Text Example
Text Example
White with #893699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893699; }
p { color: rgb(137,54,153); }
H1.HeaderClassName
{
color: #893699;
}
.AnyTagClassName
{
color: #893699;
}
</style>
background-color css
<style>
a { background-color: #893699; }
a { background-color: rgb(137,54,153); }
div.DivClassName
{
background-color: #893699;
}
.BgClassName
{
background-color: #893699;
}
</style>
border-color css
<style>
span { border-color: #893699; }
span { border-color: rgb(137,54,153); }
td.TdClassName
{
border-color: #893699;
}
.TagClassName
{
border-color: #893699;
}
</style>