Shades of Vivid Violet #89468B
Tints of Vivid Violet #89468B
RGB
CMYK
RGB Variations
Color information
#89468B (or 0x89468B) is known color: Vivid Violet. HEX triplet: 89, 46 and 8B. RGB value is (137,70,139). Sum of RGB (Red+Green+Blue) = 137+70+139=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #89468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89468B is #76B974. Grayscale: #616161. Windows color (decimal): -7780725 or 9127561. OLE color: 9127561.
HSL color Cylindrical-coordinate representation of color #89468B: hue angle of 298.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89468B is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 70 | 139 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.45 |
| HSL | 298.26º | 0.33% | 0.41% | - |
| HSV(B) | 298.26º | 0.5% | 0.55% | - |
| XYZ | 17.17 | 11.56 | 25.75 | - |
| YUV | 97.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 139 | 0.01 | 0.50 | 0 | 0.45 | 298.26 | 0.33 | 0.41 |
| Hex | 89 | 46 | 8B | 1 | 32 | 0 | 2D | 12A | 21 | 29 |
| Octal | 211 | 106 | 213 | 1 | 62 | 0 | 55 | 452 | 41 | 51 |
| Binary | 10001001 | 1000110 | 10001011 | 1 | 110010 | 0 | 101101 | 100101010 | 100001 | 101001 |
Color Harmonies of #89468B
Complementary color
Monochromatic Colors of #89468B
Black with #89468B
Text Example
Text Example
White with #89468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89468B; }
p { color: rgb(137,70,139); }
H1.HeaderClassName
{
color: #89468B;
}
.AnyTagClassName
{
color: #89468B;
}
</style>
background-color css
<style>
a { background-color: #89468B; }
a { background-color: rgb(137,70,139); }
div.DivClassName
{
background-color: #89468B;
}
.BgClassName
{
background-color: #89468B;
}
</style>
border-color css
<style>
span { border-color: #89468B; }
span { border-color: rgb(137,70,139); }
td.TdClassName
{
border-color: #89468B;
}
.TagClassName
{
border-color: #89468B;
}
</style>