Shades of Vivid Violet #893F96
Tints of Vivid Violet #893F96
RGB
CMYK
RGB Variations
Color information
#893F96 (or 0x893F96) is known color: Vivid Violet. HEX triplet: 89, 3F and 96. RGB value is (137,63,150). Sum of RGB (Red+Green+Blue) = 137+63+150=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #893F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F96 is #76C069. Grayscale: #5E5E5E. Windows color (decimal): -7782506 or 9846665. OLE color: 9846665.
HSL color Cylindrical-coordinate representation of color #893F96: hue angle of 291.03º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893F96 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 63 | 150 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.41 |
| HSL | 291.03º | 0.41% | 0.42% | - |
| HSV(B) | 291.03º | 0.58% | 0.59% | - |
| XYZ | 17.6 | 11.08 | 30.06 | - |
| YUV | 95.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 150 | 0.09 | 0.58 | 0 | 0.41 | 291.03 | 0.41 | 0.42 |
| Hex | 89 | 3F | 96 | 9 | 3A | 0 | 29 | 123 | 29 | 2A |
| Octal | 211 | 77 | 226 | 11 | 72 | 0 | 51 | 443 | 51 | 52 |
| Binary | 10001001 | 111111 | 10010110 | 1001 | 111010 | 0 | 101001 | 100100011 | 101001 | 101010 |
Color Harmonies of #893F96
Complementary color
Monochromatic Colors of #893F96
Black with #893F96
Text Example
Text Example
White with #893F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F96; }
p { color: rgb(137,63,150); }
H1.HeaderClassName
{
color: #893F96;
}
.AnyTagClassName
{
color: #893F96;
}
</style>
background-color css
<style>
a { background-color: #893F96; }
a { background-color: rgb(137,63,150); }
div.DivClassName
{
background-color: #893F96;
}
.BgClassName
{
background-color: #893F96;
}
</style>
border-color css
<style>
span { border-color: #893F96; }
span { border-color: rgb(137,63,150); }
td.TdClassName
{
border-color: #893F96;
}
.TagClassName
{
border-color: #893F96;
}
</style>