Shades of Vivid Violet #89438B
Tints of Vivid Violet #89438B
RGB
CMYK
RGB Variations
Color information
#89438B (or 0x89438B) is known color: Vivid Violet. HEX triplet: 89, 43 and 8B. RGB value is (137,67,139). Sum of RGB (Red+Green+Blue) = 137+67+139=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #89438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89438B is #76BC74. Grayscale: #5F5F5F. Windows color (decimal): -7781493 or 9126793. OLE color: 9126793.
HSL color Cylindrical-coordinate representation of color #89438B: hue angle of 298.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89438B is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 67 | 139 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.45 |
| HSL | 298.33º | 0.35% | 0.4% | - |
| HSV(B) | 298.33º | 0.52% | 0.55% | - |
| XYZ | 16.98 | 11.2 | 25.69 | - |
| YUV | 96.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 139 | 0.01 | 0.52 | 0 | 0.45 | 298.33 | 0.35 | 0.4 |
| Hex | 89 | 43 | 8B | 1 | 34 | 0 | 2D | 12A | 23 | 28 |
| Octal | 211 | 103 | 213 | 1 | 64 | 0 | 55 | 452 | 43 | 50 |
| Binary | 10001001 | 1000011 | 10001011 | 1 | 110100 | 0 | 101101 | 100101010 | 100011 | 101000 |
Color Harmonies of #89438B
Complementary color
Monochromatic Colors of #89438B
Black with #89438B
Text Example
Text Example
White with #89438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89438B; }
p { color: rgb(137,67,139); }
H1.HeaderClassName
{
color: #89438B;
}
.AnyTagClassName
{
color: #89438B;
}
</style>
background-color css
<style>
a { background-color: #89438B; }
a { background-color: rgb(137,67,139); }
div.DivClassName
{
background-color: #89438B;
}
.BgClassName
{
background-color: #89438B;
}
</style>
border-color css
<style>
span { border-color: #89438B; }
span { border-color: rgb(137,67,139); }
td.TdClassName
{
border-color: #89438B;
}
.TagClassName
{
border-color: #89438B;
}
</style>