Shades of Vivid Violet #89368C
Tints of Vivid Violet #89368C
RGB
CMYK
RGB Variations
Color information
#89368C (or 0x89368C) is known color: Vivid Violet. HEX triplet: 89, 36 and 8C. RGB value is (137,54,140). Sum of RGB (Red+Green+Blue) = 137+54+140=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #89368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89368C is #76C973. Grayscale: #585858. Windows color (decimal): -7784820 or 9189001. OLE color: 9189001.
HSL color Cylindrical-coordinate representation of color #89368C: hue angle of 297.91º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89368C is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 54 | 140 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.45 |
| HSL | 297.91º | 0.44% | 0.38% | - |
| HSV(B) | 297.91º | 0.61% | 0.55% | - |
| XYZ | 16.37 | 9.85 | 25.85 | - |
| YUV | 88.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 140 | 0.02 | 0.61 | 0 | 0.45 | 297.91 | 0.44 | 0.38 |
| Hex | 89 | 36 | 8C | 2 | 3D | 0 | 2D | 12A | 2C | 26 |
| Octal | 211 | 66 | 214 | 2 | 75 | 0 | 55 | 452 | 54 | 46 |
| Binary | 10001001 | 110110 | 10001100 | 10 | 111101 | 0 | 101101 | 100101010 | 101100 | 100110 |
Color Harmonies of #89368C
Complementary color
Monochromatic Colors of #89368C
Black with #89368C
Text Example
Text Example
White with #89368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89368C; }
p { color: rgb(137,54,140); }
H1.HeaderClassName
{
color: #89368C;
}
.AnyTagClassName
{
color: #89368C;
}
</style>
background-color css
<style>
a { background-color: #89368C; }
a { background-color: rgb(137,54,140); }
div.DivClassName
{
background-color: #89368C;
}
.BgClassName
{
background-color: #89368C;
}
</style>
border-color css
<style>
span { border-color: #89368C; }
span { border-color: rgb(137,54,140); }
td.TdClassName
{
border-color: #89368C;
}
.TagClassName
{
border-color: #89368C;
}
</style>