Shades of Vivid Violet #894399
Tints of Vivid Violet #894399
RGB
CMYK
RGB Variations
Color information
#894399 (or 0x894399) is known color: Vivid Violet. HEX triplet: 89, 43 and 99. RGB value is (137,67,153). Sum of RGB (Red+Green+Blue) = 137+67+153=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #894399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894399 is #76BC66. Grayscale: #616161. Windows color (decimal): -7781479 or 10044297. OLE color: 10044297.
HSL color Cylindrical-coordinate representation of color #894399: hue angle of 288.84º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #894399 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 67 | 153 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.4 |
| HSL | 288.84º | 0.39% | 0.43% | - |
| HSV(B) | 288.84º | 0.56% | 0.6% | - |
| XYZ | 18.07 | 11.63 | 31.43 | - |
| YUV | 97.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 153 | 0.10 | 0.56 | 0 | 0.4 | 288.84 | 0.39 | 0.43 |
| Hex | 89 | 43 | 99 | A | 38 | 0 | 28 | 121 | 27 | 2B |
| Octal | 211 | 103 | 231 | 12 | 70 | 0 | 50 | 441 | 47 | 53 |
| Binary | 10001001 | 1000011 | 10011001 | 1010 | 111000 | 0 | 101000 | 100100001 | 100111 | 101011 |
Color Harmonies of #894399
Complementary color
Monochromatic Colors of #894399
Black with #894399
Text Example
Text Example
White with #894399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894399; }
p { color: rgb(137,67,153); }
H1.HeaderClassName
{
color: #894399;
}
.AnyTagClassName
{
color: #894399;
}
</style>
background-color css
<style>
a { background-color: #894399; }
a { background-color: rgb(137,67,153); }
div.DivClassName
{
background-color: #894399;
}
.BgClassName
{
background-color: #894399;
}
</style>
border-color css
<style>
span { border-color: #894399; }
span { border-color: rgb(137,67,153); }
td.TdClassName
{
border-color: #894399;
}
.TagClassName
{
border-color: #894399;
}
</style>