Shades of Vivid Violet #893AAD
Tints of Vivid Violet #893AAD
RGB
CMYK
RGB Variations
Color information
#893AAD (or 0x893AAD) is known color: Vivid Violet. HEX triplet: 89, 3A and AD. RGB value is (137,58,173). Sum of RGB (Red+Green+Blue) = 137+58+173=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #893AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893AAD is #76C552. Grayscale: #5E5E5E. Windows color (decimal): -7783763 or 11352713. OLE color: 11352713.
HSL color Cylindrical-coordinate representation of color #893AAD: hue angle of 281.22º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893AAD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 58 | 173 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.32 |
| HSL | 281.22º | 0.5% | 0.45% | - |
| HSV(B) | 281.22º | 0.66% | 0.68% | - |
| XYZ | 19.37 | 11.36 | 40.71 | - |
| YUV | 94.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 173 | 0.21 | 0.66 | 0 | 0.32 | 281.22 | 0.5 | 0.45 |
| Hex | 89 | 3A | AD | 15 | 42 | 0 | 20 | 119 | 32 | 2D |
| Octal | 211 | 72 | 255 | 25 | 102 | 0 | 40 | 431 | 62 | 55 |
| Binary | 10001001 | 111010 | 10101101 | 10101 | 1000010 | 0 | 100000 | 100011001 | 110010 | 101101 |
Color Harmonies of #893AAD
Complementary color
Monochromatic Colors of #893AAD
Black with #893AAD
Text Example
Text Example
White with #893AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AAD; }
p { color: rgb(137,58,173); }
H1.HeaderClassName
{
color: #893AAD;
}
.AnyTagClassName
{
color: #893AAD;
}
</style>
background-color css
<style>
a { background-color: #893AAD; }
a { background-color: rgb(137,58,173); }
div.DivClassName
{
background-color: #893AAD;
}
.BgClassName
{
background-color: #893AAD;
}
</style>
border-color css
<style>
span { border-color: #893AAD; }
span { border-color: rgb(137,58,173); }
td.TdClassName
{
border-color: #893AAD;
}
.TagClassName
{
border-color: #893AAD;
}
</style>