Shades of Vivid Violet #893AAA
Tints of Vivid Violet #893AAA
RGB
CMYK
RGB Variations
Color information
#893AAA (or 0x893AAA) is known color: Vivid Violet. HEX triplet: 89, 3A and AA. RGB value is (137,58,170). Sum of RGB (Red+Green+Blue) = 137+58+170=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #893AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893AAA is #76C555. Grayscale: #5E5E5E. Windows color (decimal): -7783766 or 11156105. OLE color: 11156105.
HSL color Cylindrical-coordinate representation of color #893AAA: hue angle of 282.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893AAA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 58 | 170 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.33 |
| HSL | 282.32º | 0.49% | 0.45% | - |
| HSV(B) | 282.32º | 0.66% | 0.67% | - |
| XYZ | 19.09 | 11.25 | 39.2 | - |
| YUV | 94.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 170 | 0.19 | 0.66 | 0 | 0.33 | 282.32 | 0.49 | 0.45 |
| Hex | 89 | 3A | AA | 13 | 42 | 0 | 21 | 11A | 31 | 2D |
| Octal | 211 | 72 | 252 | 23 | 102 | 0 | 41 | 432 | 61 | 55 |
| Binary | 10001001 | 111010 | 10101010 | 10011 | 1000010 | 0 | 100001 | 100011010 | 110001 | 101101 |
Color Harmonies of #893AAA
Complementary color
Monochromatic Colors of #893AAA
Black with #893AAA
Text Example
Text Example
White with #893AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AAA; }
p { color: rgb(137,58,170); }
H1.HeaderClassName
{
color: #893AAA;
}
.AnyTagClassName
{
color: #893AAA;
}
</style>
background-color css
<style>
a { background-color: #893AAA; }
a { background-color: rgb(137,58,170); }
div.DivClassName
{
background-color: #893AAA;
}
.BgClassName
{
background-color: #893AAA;
}
</style>
border-color css
<style>
span { border-color: #893AAA; }
span { border-color: rgb(137,58,170); }
td.TdClassName
{
border-color: #893AAA;
}
.TagClassName
{
border-color: #893AAA;
}
</style>