Shades of Vivid Violet #893188
Tints of Vivid Violet #893188
RGB
CMYK
RGB Variations
Color information
#893188 (or 0x893188) is known color: Vivid Violet. HEX triplet: 89, 31 and 88. RGB value is (137,49,136). Sum of RGB (Red+Green+Blue) = 137+49+136=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893188 is #76CE77. Grayscale: #545454. Windows color (decimal): -7786104 or 8925577. OLE color: 8925577.
HSL color Cylindrical-coordinate representation of color #893188: hue angle of 300.68º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893188 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 136 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.46 |
| HSL | 300.68º | 0.47% | 0.36% | - |
| HSV(B) | 300.68º | 0.64% | 0.54% | - |
| XYZ | 15.86 | 9.29 | 24.25 | - |
| YUV | 85.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 136 | 0 | 0.64 | 0.01 | 0.46 | 300.68 | 0.47 | 0.36 |
| Hex | 89 | 31 | 88 | 0 | 40 | 1 | 2E | 12D | 2F | 24 |
| Octal | 211 | 61 | 210 | 0 | 100 | 1 | 56 | 455 | 57 | 44 |
| Binary | 10001001 | 110001 | 10001000 | 0 | 1000000 | 1 | 101110 | 100101101 | 101111 | 100100 |
Color Harmonies of #893188
Complementary color
Monochromatic Colors of #893188
Black with #893188
Text Example
Text Example
White with #893188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893188; }
p { color: rgb(137,49,136); }
H1.HeaderClassName
{
color: #893188;
}
.AnyTagClassName
{
color: #893188;
}
</style>
background-color css
<style>
a { background-color: #893188; }
a { background-color: rgb(137,49,136); }
div.DivClassName
{
background-color: #893188;
}
.BgClassName
{
background-color: #893188;
}
</style>
border-color css
<style>
span { border-color: #893188; }
span { border-color: rgb(137,49,136); }
td.TdClassName
{
border-color: #893188;
}
.TagClassName
{
border-color: #893188;
}
</style>