Shades of Vivid Violet #893884
Tints of Vivid Violet #893884
RGB
CMYK
RGB Variations
Color information
#893884 (or 0x893884) is known color: Vivid Violet. HEX triplet: 89, 38 and 84. RGB value is (137,56,132). Sum of RGB (Red+Green+Blue) = 137+56+132=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #893884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893884 is #76C77B. Grayscale: #585858. Windows color (decimal): -7784316 or 8665225. OLE color: 8665225.
HSL color Cylindrical-coordinate representation of color #893884: hue angle of 303.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893884 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 132 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.46 |
| HSL | 303.7º | 0.42% | 0.38% | - |
| HSV(B) | 303.7º | 0.59% | 0.54% | - |
| XYZ | 15.9 | 9.81 | 22.89 | - |
| YUV | 88.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 132 | 0 | 0.59 | 0.04 | 0.46 | 303.7 | 0.42 | 0.38 |
| Hex | 89 | 38 | 84 | 0 | 3B | 4 | 2E | 130 | 2A | 26 |
| Octal | 211 | 70 | 204 | 0 | 73 | 4 | 56 | 460 | 52 | 46 |
| Binary | 10001001 | 111000 | 10000100 | 0 | 111011 | 100 | 101110 | 100110000 | 101010 | 100110 |
Color Harmonies of #893884
Complementary color
Monochromatic Colors of #893884
Black with #893884
Text Example
Text Example
White with #893884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893884; }
p { color: rgb(137,56,132); }
H1.HeaderClassName
{
color: #893884;
}
.AnyTagClassName
{
color: #893884;
}
</style>
background-color css
<style>
a { background-color: #893884; }
a { background-color: rgb(137,56,132); }
div.DivClassName
{
background-color: #893884;
}
.BgClassName
{
background-color: #893884;
}
</style>
border-color css
<style>
span { border-color: #893884; }
span { border-color: rgb(137,56,132); }
td.TdClassName
{
border-color: #893884;
}
.TagClassName
{
border-color: #893884;
}
</style>