Shades of Vivid Violet #89258F
Tints of Vivid Violet #89258F
RGB
CMYK
RGB Variations
Color information
#89258F (or 0x89258F) is known color: Vivid Violet. HEX triplet: 89, 25 and 8F. RGB value is (137,37,143). Sum of RGB (Red+Green+Blue) = 137+37+143=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #89258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89258F is #76DA70. Grayscale: #4E4E4E. Windows color (decimal): -7789169 or 9381257. OLE color: 9381257.
HSL color Cylindrical-coordinate representation of color #89258F: hue angle of 296.6º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89258F is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 37 | 143 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.44 |
| HSL | 296.6º | 0.59% | 0.35% | - |
| HSV(B) | 296.6º | 0.74% | 0.56% | - |
| XYZ | 15.94 | 8.62 | 26.81 | - |
| YUV | 78.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 143 | 0.04 | 0.74 | 0 | 0.44 | 296.6 | 0.59 | 0.35 |
| Hex | 89 | 25 | 8F | 4 | 4A | 0 | 2C | 129 | 3B | 23 |
| Octal | 211 | 45 | 217 | 4 | 112 | 0 | 54 | 451 | 73 | 43 |
| Binary | 10001001 | 100101 | 10001111 | 100 | 1001010 | 0 | 101100 | 100101001 | 111011 | 100011 |
Color Harmonies of #89258F
Complementary color
Monochromatic Colors of #89258F
Black with #89258F
Text Example
Text Example
White with #89258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89258F; }
p { color: rgb(137,37,143); }
H1.HeaderClassName
{
color: #89258F;
}
.AnyTagClassName
{
color: #89258F;
}
</style>
background-color css
<style>
a { background-color: #89258F; }
a { background-color: rgb(137,37,143); }
div.DivClassName
{
background-color: #89258F;
}
.BgClassName
{
background-color: #89258F;
}
</style>
border-color css
<style>
span { border-color: #89258F; }
span { border-color: rgb(137,37,143); }
td.TdClassName
{
border-color: #89258F;
}
.TagClassName
{
border-color: #89258F;
}
</style>