Shades of Vivid Violet #89358F
Tints of Vivid Violet #89358F
RGB
CMYK
RGB Variations
Color information
#89358F (or 0x89358F) is known color: Vivid Violet. HEX triplet: 89, 35 and 8F. RGB value is (137,53,143). Sum of RGB (Red+Green+Blue) = 137+53+143=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #89358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89358F is #76CA70. Grayscale: #585858. Windows color (decimal): -7785073 or 9385353. OLE color: 9385353.
HSL color Cylindrical-coordinate representation of color #89358F: hue angle of 296º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89358F is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 53 | 143 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.44 |
| HSL | 296º | 0.46% | 0.38% | - |
| HSV(B) | 296º | 0.63% | 0.56% | - |
| XYZ | 16.55 | 9.85 | 27.02 | - |
| YUV | 88.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 143 | 0.04 | 0.63 | 0 | 0.44 | 296 | 0.46 | 0.38 |
| Hex | 89 | 35 | 8F | 4 | 3F | 0 | 2C | 128 | 2E | 26 |
| Octal | 211 | 65 | 217 | 4 | 77 | 0 | 54 | 450 | 56 | 46 |
| Binary | 10001001 | 110101 | 10001111 | 100 | 111111 | 0 | 101100 | 100101000 | 101110 | 100110 |
Color Harmonies of #89358F
Complementary color
Monochromatic Colors of #89358F
Black with #89358F
Text Example
Text Example
White with #89358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89358F; }
p { color: rgb(137,53,143); }
H1.HeaderClassName
{
color: #89358F;
}
.AnyTagClassName
{
color: #89358F;
}
</style>
background-color css
<style>
a { background-color: #89358F; }
a { background-color: rgb(137,53,143); }
div.DivClassName
{
background-color: #89358F;
}
.BgClassName
{
background-color: #89358F;
}
</style>
border-color css
<style>
span { border-color: #89358F; }
span { border-color: rgb(137,53,143); }
td.TdClassName
{
border-color: #89358F;
}
.TagClassName
{
border-color: #89358F;
}
</style>