Shades of Vivid Violet #89259B
Tints of Vivid Violet #89259B
RGB
CMYK
RGB Variations
Color information
#89259B (or 0x89259B) is known color: Vivid Violet. HEX triplet: 89, 25 and 9B. RGB value is (137,37,155). Sum of RGB (Red+Green+Blue) = 137+37+155=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #89259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89259B is #76DA64. Grayscale: #4F4F4F. Windows color (decimal): -7789157 or 10167689. OLE color: 10167689.
HSL color Cylindrical-coordinate representation of color #89259B: hue angle of 290.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89259B is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 37 | 155 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.39 |
| HSL | 290.85º | 0.61% | 0.38% | - |
| HSV(B) | 290.85º | 0.76% | 0.61% | - |
| XYZ | 16.89 | 9.01 | 31.86 | - |
| YUV | 80.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 155 | 0.12 | 0.76 | 0 | 0.39 | 290.85 | 0.61 | 0.38 |
| Hex | 89 | 25 | 9B | C | 4C | 0 | 27 | 123 | 3D | 26 |
| Octal | 211 | 45 | 233 | 14 | 114 | 0 | 47 | 443 | 75 | 46 |
| Binary | 10001001 | 100101 | 10011011 | 1100 | 1001100 | 0 | 100111 | 100100011 | 111101 | 100110 |
Color Harmonies of #89259B
Complementary color
Monochromatic Colors of #89259B
Black with #89259B
Text Example
Text Example
White with #89259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89259B; }
p { color: rgb(137,37,155); }
H1.HeaderClassName
{
color: #89259B;
}
.AnyTagClassName
{
color: #89259B;
}
</style>
background-color css
<style>
a { background-color: #89259B; }
a { background-color: rgb(137,37,155); }
div.DivClassName
{
background-color: #89259B;
}
.BgClassName
{
background-color: #89259B;
}
</style>
border-color css
<style>
span { border-color: #89259B; }
span { border-color: rgb(137,37,155); }
td.TdClassName
{
border-color: #89259B;
}
.TagClassName
{
border-color: #89259B;
}
</style>