Shades of Vivid Violet #893CAB
Tints of Vivid Violet #893CAB
RGB
CMYK
RGB Variations
Color information
#893CAB (or 0x893CAB) is known color: Vivid Violet. HEX triplet: 89, 3C and AB. RGB value is (137,60,171). Sum of RGB (Red+Green+Blue) = 137+60+171=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #893CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CAB is #76C354. Grayscale: #5F5F5F. Windows color (decimal): -7783253 or 11222153. OLE color: 11222153.
HSL color Cylindrical-coordinate representation of color #893CAB: hue angle of 281.62º 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 #893CAB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 60 | 171 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.33 |
| HSL | 281.62º | 0.48% | 0.45% | - |
| HSV(B) | 281.62º | 0.65% | 0.67% | - |
| XYZ | 19.28 | 11.49 | 39.73 | - |
| YUV | 95.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 171 | 0.20 | 0.65 | 0 | 0.33 | 281.62 | 0.48 | 0.45 |
| Hex | 89 | 3C | AB | 14 | 41 | 0 | 21 | 11A | 30 | 2D |
| Octal | 211 | 74 | 253 | 24 | 101 | 0 | 41 | 432 | 60 | 55 |
| Binary | 10001001 | 111100 | 10101011 | 10100 | 1000001 | 0 | 100001 | 100011010 | 110000 | 101101 |
Color Harmonies of #893CAB
Complementary color
Monochromatic Colors of #893CAB
Black with #893CAB
Text Example
Text Example
White with #893CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CAB; }
p { color: rgb(137,60,171); }
H1.HeaderClassName
{
color: #893CAB;
}
.AnyTagClassName
{
color: #893CAB;
}
</style>
background-color css
<style>
a { background-color: #893CAB; }
a { background-color: rgb(137,60,171); }
div.DivClassName
{
background-color: #893CAB;
}
.BgClassName
{
background-color: #893CAB;
}
</style>
border-color css
<style>
span { border-color: #893CAB; }
span { border-color: rgb(137,60,171); }
td.TdClassName
{
border-color: #893CAB;
}
.TagClassName
{
border-color: #893CAB;
}
</style>