Shades of Vivid Violet #893CA3
Tints of Vivid Violet #893CA3
RGB
CMYK
RGB Variations
Color information
#893CA3 (or 0x893CA3) is known color: Vivid Violet. HEX triplet: 89, 3C and A3. RGB value is (137,60,163). Sum of RGB (Red+Green+Blue) = 137+60+163=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #893CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CA3 is #76C35C. Grayscale: #5E5E5E. Windows color (decimal): -7783261 or 10697865. OLE color: 10697865.
HSL color Cylindrical-coordinate representation of color #893CA3: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893CA3 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 60 | 163 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.36 |
| HSL | 284.85º | 0.46% | 0.44% | - |
| HSV(B) | 284.85º | 0.63% | 0.64% | - |
| XYZ | 18.54 | 11.19 | 35.83 | - |
| YUV | 94.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 163 | 0.16 | 0.63 | 0 | 0.36 | 284.85 | 0.46 | 0.44 |
| Hex | 89 | 3C | A3 | 10 | 3F | 0 | 24 | 11D | 2E | 2C |
| Octal | 211 | 74 | 243 | 20 | 77 | 0 | 44 | 435 | 56 | 54 |
| Binary | 10001001 | 111100 | 10100011 | 10000 | 111111 | 0 | 100100 | 100011101 | 101110 | 101100 |
Color Harmonies of #893CA3
Complementary color
Monochromatic Colors of #893CA3
Black with #893CA3
Text Example
Text Example
White with #893CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CA3; }
p { color: rgb(137,60,163); }
H1.HeaderClassName
{
color: #893CA3;
}
.AnyTagClassName
{
color: #893CA3;
}
</style>
background-color css
<style>
a { background-color: #893CA3; }
a { background-color: rgb(137,60,163); }
div.DivClassName
{
background-color: #893CA3;
}
.BgClassName
{
background-color: #893CA3;
}
</style>
border-color css
<style>
span { border-color: #893CA3; }
span { border-color: rgb(137,60,163); }
td.TdClassName
{
border-color: #893CA3;
}
.TagClassName
{
border-color: #893CA3;
}
</style>