Shades of Vivid Violet #893FAA
Tints of Vivid Violet #893FAA
RGB
CMYK
RGB Variations
Color information
#893FAA (or 0x893FAA) is known color: Vivid Violet. HEX triplet: 89, 3F and AA. RGB value is (137,63,170). Sum of RGB (Red+Green+Blue) = 137+63+170=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #893FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893FAA is #76C055. Grayscale: #606060. Windows color (decimal): -7782486 or 11157385. OLE color: 11157385.
HSL color Cylindrical-coordinate representation of color #893FAA: hue angle of 281.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893FAA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 63 | 170 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.33 |
| HSL | 281.5º | 0.46% | 0.46% | - |
| HSV(B) | 281.5º | 0.63% | 0.67% | - |
| XYZ | 19.35 | 11.78 | 39.28 | - |
| YUV | 97.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 170 | 0.19 | 0.63 | 0 | 0.33 | 281.5 | 0.46 | 0.46 |
| Hex | 89 | 3F | AA | 13 | 3F | 0 | 21 | 119 | 2E | 2E |
| Octal | 211 | 77 | 252 | 23 | 77 | 0 | 41 | 431 | 56 | 56 |
| Binary | 10001001 | 111111 | 10101010 | 10011 | 111111 | 0 | 100001 | 100011001 | 101110 | 101110 |
Color Harmonies of #893FAA
Complementary color
Monochromatic Colors of #893FAA
Black with #893FAA
Text Example
Text Example
White with #893FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FAA; }
p { color: rgb(137,63,170); }
H1.HeaderClassName
{
color: #893FAA;
}
.AnyTagClassName
{
color: #893FAA;
}
</style>
background-color css
<style>
a { background-color: #893FAA; }
a { background-color: rgb(137,63,170); }
div.DivClassName
{
background-color: #893FAA;
}
.BgClassName
{
background-color: #893FAA;
}
</style>
border-color css
<style>
span { border-color: #893FAA; }
span { border-color: rgb(137,63,170); }
td.TdClassName
{
border-color: #893FAA;
}
.TagClassName
{
border-color: #893FAA;
}
</style>