Shades of Vivid Violet #893885
Tints of Vivid Violet #893885
RGB
CMYK
RGB Variations
Color information
#893885 (or 0x893885) is known color: Vivid Violet. HEX triplet: 89, 38 and 85. RGB value is (137,56,133). Sum of RGB (Red+Green+Blue) = 137+56+133=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #893885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893885 is #76C77A. Grayscale: #585858. Windows color (decimal): -7784315 or 8730761. OLE color: 8730761.
HSL color Cylindrical-coordinate representation of color #893885: hue angle of 302.96º 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 #893885 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 133 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.46 |
| HSL | 302.96º | 0.42% | 0.38% | - |
| HSV(B) | 302.96º | 0.59% | 0.54% | - |
| XYZ | 15.96 | 9.84 | 23.25 | - |
| YUV | 89 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 133 | 0 | 0.59 | 0.03 | 0.46 | 302.96 | 0.42 | 0.38 |
| Hex | 89 | 38 | 85 | 0 | 3B | 3 | 2E | 12F | 2A | 26 |
| Octal | 211 | 70 | 205 | 0 | 73 | 3 | 56 | 457 | 52 | 46 |
| Binary | 10001001 | 111000 | 10000101 | 0 | 111011 | 11 | 101110 | 100101111 | 101010 | 100110 |
Color Harmonies of #893885
Complementary color
Monochromatic Colors of #893885
Black with #893885
Text Example
Text Example
White with #893885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893885; }
p { color: rgb(137,56,133); }
H1.HeaderClassName
{
color: #893885;
}
.AnyTagClassName
{
color: #893885;
}
</style>
background-color css
<style>
a { background-color: #893885; }
a { background-color: rgb(137,56,133); }
div.DivClassName
{
background-color: #893885;
}
.BgClassName
{
background-color: #893885;
}
</style>
border-color css
<style>
span { border-color: #893885; }
span { border-color: rgb(137,56,133); }
td.TdClassName
{
border-color: #893885;
}
.TagClassName
{
border-color: #893885;
}
</style>