Shades of Vivid Violet #89289A
Tints of Vivid Violet #89289A
RGB
CMYK
RGB Variations
Color information
#89289A (or 0x89289A) is known color: Vivid Violet. HEX triplet: 89, 28 and 9A. RGB value is (137,40,154). Sum of RGB (Red+Green+Blue) = 137+40+154=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #89289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89289A is #76D765. Grayscale: #515151. Windows color (decimal): -7788390 or 10102921. OLE color: 10102921.
HSL color Cylindrical-coordinate representation of color #89289A: hue angle of 291.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89289A is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 40 | 154 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.40 |
| HSL | 291.05º | 0.59% | 0.38% | - |
| HSV(B) | 291.05º | 0.74% | 0.6% | - |
| XYZ | 16.91 | 9.17 | 31.45 | - |
| YUV | 82 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 154 | 0.11 | 0.74 | 0 | 0.40 | 291.05 | 0.59 | 0.38 |
| Hex | 89 | 28 | 9A | B | 4A | 0 | 28 | 123 | 3B | 26 |
| Octal | 211 | 50 | 232 | 13 | 112 | 0 | 50 | 443 | 73 | 46 |
| Binary | 10001001 | 101000 | 10011010 | 1011 | 1001010 | 0 | 101000 | 100100011 | 111011 | 100110 |
Color Harmonies of #89289A
Complementary color
Monochromatic Colors of #89289A
Black with #89289A
Text Example
Text Example
White with #89289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89289A; }
p { color: rgb(137,40,154); }
H1.HeaderClassName
{
color: #89289A;
}
.AnyTagClassName
{
color: #89289A;
}
</style>
background-color css
<style>
a { background-color: #89289A; }
a { background-color: rgb(137,40,154); }
div.DivClassName
{
background-color: #89289A;
}
.BgClassName
{
background-color: #89289A;
}
</style>
border-color css
<style>
span { border-color: #89289A; }
span { border-color: rgb(137,40,154); }
td.TdClassName
{
border-color: #89289A;
}
.TagClassName
{
border-color: #89289A;
}
</style>