Shades of Vivid Violet #89469C
Tints of Vivid Violet #89469C
RGB
CMYK
RGB Variations
Color information
#89469C (or 0x89469C) is known color: Vivid Violet. HEX triplet: 89, 46 and 9C. RGB value is (137,70,156). Sum of RGB (Red+Green+Blue) = 137+70+156=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #89469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89469C is #76B963. Grayscale: #636363. Windows color (decimal): -7780708 or 10241673. OLE color: 10241673.
HSL color Cylindrical-coordinate representation of color #89469C: hue angle of 286.74º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89469C is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 70 | 156 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.39 |
| HSL | 286.74º | 0.38% | 0.44% | - |
| HSV(B) | 286.74º | 0.55% | 0.61% | - |
| XYZ | 18.51 | 12.1 | 32.81 | - |
| YUV | 99.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 156 | 0.12 | 0.55 | 0 | 0.39 | 286.74 | 0.38 | 0.44 |
| Hex | 89 | 46 | 9C | C | 37 | 0 | 27 | 11F | 26 | 2C |
| Octal | 211 | 106 | 234 | 14 | 67 | 0 | 47 | 437 | 46 | 54 |
| Binary | 10001001 | 1000110 | 10011100 | 1100 | 110111 | 0 | 100111 | 100011111 | 100110 | 101100 |
Color Harmonies of #89469C
Complementary color
Monochromatic Colors of #89469C
Black with #89469C
Text Example
Text Example
White with #89469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89469C; }
p { color: rgb(137,70,156); }
H1.HeaderClassName
{
color: #89469C;
}
.AnyTagClassName
{
color: #89469C;
}
</style>
background-color css
<style>
a { background-color: #89469C; }
a { background-color: rgb(137,70,156); }
div.DivClassName
{
background-color: #89469C;
}
.BgClassName
{
background-color: #89469C;
}
</style>
border-color css
<style>
span { border-color: #89469C; }
span { border-color: rgb(137,70,156); }
td.TdClassName
{
border-color: #89469C;
}
.TagClassName
{
border-color: #89469C;
}
</style>