Shades of Vivid Violet #893E80
Tints of Vivid Violet #893E80
RGB
CMYK
RGB Variations
Color information
#893E80 (or 0x893E80) is known color: Vivid Violet. HEX triplet: 89, 3E and 80. RGB value is (137,62,128). Sum of RGB (Red+Green+Blue) = 137+62+128=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #893E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893E80 is #76C17F. Grayscale: #5B5B5B. Windows color (decimal): -7782784 or 8404617. OLE color: 8404617.
HSL color Cylindrical-coordinate representation of color #893E80: hue angle of 307.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E80 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 128 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.46 |
| HSL | 307.2º | 0.38% | 0.39% | - |
| HSV(B) | 307.2º | 0.55% | 0.54% | - |
| XYZ | 15.94 | 10.32 | 21.57 | - |
| YUV | 91.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 128 | 0 | 0.55 | 0.07 | 0.46 | 307.2 | 0.38 | 0.39 |
| Hex | 89 | 3E | 80 | 0 | 37 | 7 | 2E | 133 | 26 | 27 |
| Octal | 211 | 76 | 200 | 0 | 67 | 7 | 56 | 463 | 46 | 47 |
| Binary | 10001001 | 111110 | 10000000 | 0 | 110111 | 111 | 101110 | 100110011 | 100110 | 100111 |
Color Harmonies of #893E80
Complementary color
Monochromatic Colors of #893E80
Black with #893E80
Text Example
Text Example
White with #893E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E80; }
p { color: rgb(137,62,128); }
H1.HeaderClassName
{
color: #893E80;
}
.AnyTagClassName
{
color: #893E80;
}
</style>
background-color css
<style>
a { background-color: #893E80; }
a { background-color: rgb(137,62,128); }
div.DivClassName
{
background-color: #893E80;
}
.BgClassName
{
background-color: #893E80;
}
</style>
border-color css
<style>
span { border-color: #893E80; }
span { border-color: rgb(137,62,128); }
td.TdClassName
{
border-color: #893E80;
}
.TagClassName
{
border-color: #893E80;
}
</style>