Shades of Vivid Violet #89488A
Tints of Vivid Violet #89488A
RGB
CMYK
RGB Variations
Color information
#89488A (or 0x89488A) is known color: Vivid Violet. HEX triplet: 89, 48 and 8A. RGB value is (137,72,138). Sum of RGB (Red+Green+Blue) = 137+72+138=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #89488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89488A is #76B775. Grayscale: #626262. Windows color (decimal): -7780214 or 9062537. OLE color: 9062537.
HSL color Cylindrical-coordinate representation of color #89488A: hue angle of 299.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89488A is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 138 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.46 |
| HSL | 299.09º | 0.31% | 0.41% | - |
| HSV(B) | 299.09º | 0.48% | 0.54% | - |
| XYZ | 17.22 | 11.79 | 25.41 | - |
| YUV | 98.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 138 | 0.01 | 0.48 | 0 | 0.46 | 299.09 | 0.31 | 0.41 |
| Hex | 89 | 48 | 8A | 1 | 30 | 0 | 2E | 12B | 1F | 29 |
| Octal | 211 | 110 | 212 | 1 | 60 | 0 | 56 | 453 | 37 | 51 |
| Binary | 10001001 | 1001000 | 10001010 | 1 | 110000 | 0 | 101110 | 100101011 | 11111 | 101001 |
Color Harmonies of #89488A
Complementary color
Monochromatic Colors of #89488A
Black with #89488A
Text Example
Text Example
White with #89488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89488A; }
p { color: rgb(137,72,138); }
H1.HeaderClassName
{
color: #89488A;
}
.AnyTagClassName
{
color: #89488A;
}
</style>
background-color css
<style>
a { background-color: #89488A; }
a { background-color: rgb(137,72,138); }
div.DivClassName
{
background-color: #89488A;
}
.BgClassName
{
background-color: #89488A;
}
</style>
border-color css
<style>
span { border-color: #89488A; }
span { border-color: rgb(137,72,138); }
td.TdClassName
{
border-color: #89488A;
}
.TagClassName
{
border-color: #89488A;
}
</style>