Shades of Vivid Violet #893BA7
Tints of Vivid Violet #893BA7
RGB
CMYK
RGB Variations
Color information
#893BA7 (or 0x893BA7) is known color: Vivid Violet. HEX triplet: 89, 3B and A7. RGB value is (137,59,167). Sum of RGB (Red+Green+Blue) = 137+59+167=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #893BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893BA7 is #76C458. Grayscale: #5E5E5E. Windows color (decimal): -7783513 or 10959753. OLE color: 10959753.
HSL color Cylindrical-coordinate representation of color #893BA7: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893BA7 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 59 | 167 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.35 |
| HSL | 283.33º | 0.48% | 0.44% | - |
| HSV(B) | 283.33º | 0.65% | 0.65% | - |
| XYZ | 18.86 | 11.24 | 37.73 | - |
| YUV | 94.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 167 | 0.18 | 0.65 | 0 | 0.35 | 283.33 | 0.48 | 0.44 |
| Hex | 89 | 3B | A7 | 12 | 41 | 0 | 23 | 11B | 30 | 2C |
| Octal | 211 | 73 | 247 | 22 | 101 | 0 | 43 | 433 | 60 | 54 |
| Binary | 10001001 | 111011 | 10100111 | 10010 | 1000001 | 0 | 100011 | 100011011 | 110000 | 101100 |
Color Harmonies of #893BA7
Complementary color
Monochromatic Colors of #893BA7
Black with #893BA7
Text Example
Text Example
White with #893BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BA7; }
p { color: rgb(137,59,167); }
H1.HeaderClassName
{
color: #893BA7;
}
.AnyTagClassName
{
color: #893BA7;
}
</style>
background-color css
<style>
a { background-color: #893BA7; }
a { background-color: rgb(137,59,167); }
div.DivClassName
{
background-color: #893BA7;
}
.BgClassName
{
background-color: #893BA7;
}
</style>
border-color css
<style>
span { border-color: #893BA7; }
span { border-color: rgb(137,59,167); }
td.TdClassName
{
border-color: #893BA7;
}
.TagClassName
{
border-color: #893BA7;
}
</style>