Shades of Vivid Violet #893DA0
Tints of Vivid Violet #893DA0
RGB
CMYK
RGB Variations
Color information
#893DA0 (or 0x893DA0) is known color: Vivid Violet. HEX triplet: 89, 3D and A0. RGB value is (137,61,160). Sum of RGB (Red+Green+Blue) = 137+61+160=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #893DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893DA0 is #76C25F. Grayscale: #5E5E5E. Windows color (decimal): -7783008 or 10501513. OLE color: 10501513.
HSL color Cylindrical-coordinate representation of color #893DA0: hue angle of 286.06º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893DA0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 61 | 160 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.37 |
| HSL | 286.06º | 0.45% | 0.43% | - |
| HSV(B) | 286.06º | 0.62% | 0.63% | - |
| XYZ | 18.33 | 11.19 | 34.45 | - |
| YUV | 95.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 160 | 0.14 | 0.62 | 0 | 0.37 | 286.06 | 0.45 | 0.43 |
| Hex | 89 | 3D | A0 | E | 3E | 0 | 25 | 11E | 2D | 2B |
| Octal | 211 | 75 | 240 | 16 | 76 | 0 | 45 | 436 | 55 | 53 |
| Binary | 10001001 | 111101 | 10100000 | 1110 | 111110 | 0 | 100101 | 100011110 | 101101 | 101011 |
Color Harmonies of #893DA0
Complementary color
Monochromatic Colors of #893DA0
Black with #893DA0
Text Example
Text Example
White with #893DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DA0; }
p { color: rgb(137,61,160); }
H1.HeaderClassName
{
color: #893DA0;
}
.AnyTagClassName
{
color: #893DA0;
}
</style>
background-color css
<style>
a { background-color: #893DA0; }
a { background-color: rgb(137,61,160); }
div.DivClassName
{
background-color: #893DA0;
}
.BgClassName
{
background-color: #893DA0;
}
</style>
border-color css
<style>
span { border-color: #893DA0; }
span { border-color: rgb(137,61,160); }
td.TdClassName
{
border-color: #893DA0;
}
.TagClassName
{
border-color: #893DA0;
}
</style>