Shades of Vivid Violet #893BAC
Tints of Vivid Violet #893BAC
RGB
CMYK
RGB Variations
Color information
#893BAC (or 0x893BAC) is known color: Vivid Violet. HEX triplet: 89, 3B and AC. RGB value is (137,59,172). Sum of RGB (Red+Green+Blue) = 137+59+172=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #893BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893BAC is #76C453. Grayscale: #5E5E5E. Windows color (decimal): -7783508 or 11287433. OLE color: 11287433.
HSL color Cylindrical-coordinate representation of color #893BAC: hue angle of 281.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893BAC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 59 | 172 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.33 |
| HSL | 281.42º | 0.49% | 0.45% | - |
| HSV(B) | 281.42º | 0.66% | 0.67% | - |
| XYZ | 19.33 | 11.42 | 40.22 | - |
| YUV | 95.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 172 | 0.20 | 0.66 | 0 | 0.33 | 281.42 | 0.49 | 0.45 |
| Hex | 89 | 3B | AC | 14 | 42 | 0 | 21 | 119 | 31 | 2D |
| Octal | 211 | 73 | 254 | 24 | 102 | 0 | 41 | 431 | 61 | 55 |
| Binary | 10001001 | 111011 | 10101100 | 10100 | 1000010 | 0 | 100001 | 100011001 | 110001 | 101101 |
Color Harmonies of #893BAC
Complementary color
Monochromatic Colors of #893BAC
Black with #893BAC
Text Example
Text Example
White with #893BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BAC; }
p { color: rgb(137,59,172); }
H1.HeaderClassName
{
color: #893BAC;
}
.AnyTagClassName
{
color: #893BAC;
}
</style>
background-color css
<style>
a { background-color: #893BAC; }
a { background-color: rgb(137,59,172); }
div.DivClassName
{
background-color: #893BAC;
}
.BgClassName
{
background-color: #893BAC;
}
</style>
border-color css
<style>
span { border-color: #893BAC; }
span { border-color: rgb(137,59,172); }
td.TdClassName
{
border-color: #893BAC;
}
.TagClassName
{
border-color: #893BAC;
}
</style>