Shades of Vivid Violet #893F93
Tints of Vivid Violet #893F93
RGB
CMYK
RGB Variations
Color information
#893F93 (or 0x893F93) is known color: Vivid Violet. HEX triplet: 89, 3F and 93. RGB value is (137,63,147). Sum of RGB (Red+Green+Blue) = 137+63+147=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #893F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F93 is #76C06C. Grayscale: #5E5E5E. Windows color (decimal): -7782509 or 9650057. OLE color: 9650057.
HSL color Cylindrical-coordinate representation of color #893F93: hue angle of 292.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893F93 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 63 | 147 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.42 |
| HSL | 292.86º | 0.4% | 0.41% | - |
| HSV(B) | 292.86º | 0.57% | 0.58% | - |
| XYZ | 17.36 | 10.98 | 28.81 | - |
| YUV | 94.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 147 | 0.07 | 0.57 | 0 | 0.42 | 292.86 | 0.4 | 0.41 |
| Hex | 89 | 3F | 93 | 7 | 39 | 0 | 2A | 125 | 28 | 29 |
| Octal | 211 | 77 | 223 | 7 | 71 | 0 | 52 | 445 | 50 | 51 |
| Binary | 10001001 | 111111 | 10010011 | 111 | 111001 | 0 | 101010 | 100100101 | 101000 | 101001 |
Color Harmonies of #893F93
Complementary color
Monochromatic Colors of #893F93
Black with #893F93
Text Example
Text Example
White with #893F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F93; }
p { color: rgb(137,63,147); }
H1.HeaderClassName
{
color: #893F93;
}
.AnyTagClassName
{
color: #893F93;
}
</style>
background-color css
<style>
a { background-color: #893F93; }
a { background-color: rgb(137,63,147); }
div.DivClassName
{
background-color: #893F93;
}
.BgClassName
{
background-color: #893F93;
}
</style>
border-color css
<style>
span { border-color: #893F93; }
span { border-color: rgb(137,63,147); }
td.TdClassName
{
border-color: #893F93;
}
.TagClassName
{
border-color: #893F93;
}
</style>