Shades of Vivid Violet #893B93
Tints of Vivid Violet #893B93
RGB
CMYK
RGB Variations
Color information
#893B93 (or 0x893B93) is known color: Vivid Violet. HEX triplet: 89, 3B and 93. RGB value is (137,59,147). Sum of RGB (Red+Green+Blue) = 137+59+147=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #893B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893B93 is #76C46C. Grayscale: #5C5C5C. Windows color (decimal): -7783533 or 9649033. OLE color: 9649033.
HSL color Cylindrical-coordinate representation of color #893B93: hue angle of 293.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893B93 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 59 | 147 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.42 |
| HSL | 293.18º | 0.43% | 0.4% | - |
| HSV(B) | 293.18º | 0.6% | 0.58% | - |
| XYZ | 17.15 | 10.55 | 28.74 | - |
| YUV | 92.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 147 | 0.07 | 0.60 | 0 | 0.42 | 293.18 | 0.43 | 0.4 |
| Hex | 89 | 3B | 93 | 7 | 3C | 0 | 2A | 125 | 2B | 28 |
| Octal | 211 | 73 | 223 | 7 | 74 | 0 | 52 | 445 | 53 | 50 |
| Binary | 10001001 | 111011 | 10010011 | 111 | 111100 | 0 | 101010 | 100100101 | 101011 | 101000 |
Color Harmonies of #893B93
Complementary color
Monochromatic Colors of #893B93
Black with #893B93
Text Example
Text Example
White with #893B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B93; }
p { color: rgb(137,59,147); }
H1.HeaderClassName
{
color: #893B93;
}
.AnyTagClassName
{
color: #893B93;
}
</style>
background-color css
<style>
a { background-color: #893B93; }
a { background-color: rgb(137,59,147); }
div.DivClassName
{
background-color: #893B93;
}
.BgClassName
{
background-color: #893B93;
}
</style>
border-color css
<style>
span { border-color: #893B93; }
span { border-color: rgb(137,59,147); }
td.TdClassName
{
border-color: #893B93;
}
.TagClassName
{
border-color: #893B93;
}
</style>