Shades of Vivid Violet #89469D
Tints of Vivid Violet #89469D
RGB
CMYK
RGB Variations
Color information
#89469D (or 0x89469D) is known color: Vivid Violet. HEX triplet: 89, 46 and 9D. RGB value is (137,70,157). Sum of RGB (Red+Green+Blue) = 137+70+157=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #89469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89469D is #76B962. Grayscale: #636363. Windows color (decimal): -7780707 or 10307209. OLE color: 10307209.
HSL color Cylindrical-coordinate representation of color #89469D: hue angle of 286.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89469D is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 70 | 157 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.38 |
| HSL | 286.21º | 0.38% | 0.45% | - |
| HSV(B) | 286.21º | 0.55% | 0.62% | - |
| XYZ | 18.59 | 12.13 | 33.26 | - |
| YUV | 99.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 157 | 0.13 | 0.55 | 0 | 0.38 | 286.21 | 0.38 | 0.45 |
| Hex | 89 | 46 | 9D | D | 37 | 0 | 26 | 11E | 26 | 2D |
| Octal | 211 | 106 | 235 | 15 | 67 | 0 | 46 | 436 | 46 | 55 |
| Binary | 10001001 | 1000110 | 10011101 | 1101 | 110111 | 0 | 100110 | 100011110 | 100110 | 101101 |
Color Harmonies of #89469D
Complementary color
Monochromatic Colors of #89469D
Black with #89469D
Text Example
Text Example
White with #89469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89469D; }
p { color: rgb(137,70,157); }
H1.HeaderClassName
{
color: #89469D;
}
.AnyTagClassName
{
color: #89469D;
}
</style>
background-color css
<style>
a { background-color: #89469D; }
a { background-color: rgb(137,70,157); }
div.DivClassName
{
background-color: #89469D;
}
.BgClassName
{
background-color: #89469D;
}
</style>
border-color css
<style>
span { border-color: #89469D; }
span { border-color: rgb(137,70,157); }
td.TdClassName
{
border-color: #89469D;
}
.TagClassName
{
border-color: #89469D;
}
</style>