Shades of Vivid Violet #89308D
Tints of Vivid Violet #89308D
RGB
CMYK
RGB Variations
Color information
#89308D (or 0x89308D) is known color: Vivid Violet. HEX triplet: 89, 30 and 8D. RGB value is (137,48,141). Sum of RGB (Red+Green+Blue) = 137+48+141=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #89308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89308D is #76CF72. Grayscale: #545454. Windows color (decimal): -7786355 or 9253001. OLE color: 9253001.
HSL color Cylindrical-coordinate representation of color #89308D: hue angle of 297.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89308D is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 48 | 141 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.45 |
| HSL | 297.42º | 0.49% | 0.37% | - |
| HSV(B) | 297.42º | 0.66% | 0.55% | - |
| XYZ | 16.18 | 9.36 | 26.15 | - |
| YUV | 85.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 141 | 0.03 | 0.66 | 0 | 0.45 | 297.42 | 0.49 | 0.37 |
| Hex | 89 | 30 | 8D | 3 | 42 | 0 | 2D | 129 | 31 | 25 |
| Octal | 211 | 60 | 215 | 3 | 102 | 0 | 55 | 451 | 61 | 45 |
| Binary | 10001001 | 110000 | 10001101 | 11 | 1000010 | 0 | 101101 | 100101001 | 110001 | 100101 |
Color Harmonies of #89308D
Complementary color
Monochromatic Colors of #89308D
Black with #89308D
Text Example
Text Example
White with #89308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89308D; }
p { color: rgb(137,48,141); }
H1.HeaderClassName
{
color: #89308D;
}
.AnyTagClassName
{
color: #89308D;
}
</style>
background-color css
<style>
a { background-color: #89308D; }
a { background-color: rgb(137,48,141); }
div.DivClassName
{
background-color: #89308D;
}
.BgClassName
{
background-color: #89308D;
}
</style>
border-color css
<style>
span { border-color: #89308D; }
span { border-color: rgb(137,48,141); }
td.TdClassName
{
border-color: #89308D;
}
.TagClassName
{
border-color: #89308D;
}
</style>