Shades of Vivid Violet #893CAC
Tints of Vivid Violet #893CAC
RGB
CMYK
RGB Variations
Color information
#893CAC (or 0x893CAC) is known color: Vivid Violet. HEX triplet: 89, 3C and AC. RGB value is (137,60,172). Sum of RGB (Red+Green+Blue) = 137+60+172=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #893CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CAC is #76C353. Grayscale: #5F5F5F. Windows color (decimal): -7783252 or 11287689. OLE color: 11287689.
HSL color Cylindrical-coordinate representation of color #893CAC: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893CAC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 60 | 172 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.33 |
| HSL | 281.25º | 0.48% | 0.45% | - |
| HSV(B) | 281.25º | 0.65% | 0.67% | - |
| XYZ | 19.38 | 11.53 | 40.23 | - |
| YUV | 95.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 172 | 0.20 | 0.65 | 0 | 0.33 | 281.25 | 0.48 | 0.45 |
| Hex | 89 | 3C | AC | 14 | 41 | 0 | 21 | 119 | 30 | 2D |
| Octal | 211 | 74 | 254 | 24 | 101 | 0 | 41 | 431 | 60 | 55 |
| Binary | 10001001 | 111100 | 10101100 | 10100 | 1000001 | 0 | 100001 | 100011001 | 110000 | 101101 |
Color Harmonies of #893CAC
Complementary color
Monochromatic Colors of #893CAC
Black with #893CAC
Text Example
Text Example
White with #893CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CAC; }
p { color: rgb(137,60,172); }
H1.HeaderClassName
{
color: #893CAC;
}
.AnyTagClassName
{
color: #893CAC;
}
</style>
background-color css
<style>
a { background-color: #893CAC; }
a { background-color: rgb(137,60,172); }
div.DivClassName
{
background-color: #893CAC;
}
.BgClassName
{
background-color: #893CAC;
}
</style>
border-color css
<style>
span { border-color: #893CAC; }
span { border-color: rgb(137,60,172); }
td.TdClassName
{
border-color: #893CAC;
}
.TagClassName
{
border-color: #893CAC;
}
</style>