Shades of Vivid Violet #89418A
Tints of Vivid Violet #89418A
RGB
CMYK
RGB Variations
Color information
#89418A (or 0x89418A) is known color: Vivid Violet. HEX triplet: 89, 41 and 8A. RGB value is (137,65,138). Sum of RGB (Red+Green+Blue) = 137+65+138=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #89418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89418A is #76BE75. Grayscale: #5E5E5E. Windows color (decimal): -7782006 or 9060745. OLE color: 9060745.
HSL color Cylindrical-coordinate representation of color #89418A: hue angle of 299.18º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89418A is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 138 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.46 |
| HSL | 299.18º | 0.36% | 0.4% | - |
| HSV(B) | 299.18º | 0.53% | 0.54% | - |
| XYZ | 16.79 | 10.93 | 25.27 | - |
| YUV | 94.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 138 | 0.01 | 0.53 | 0 | 0.46 | 299.18 | 0.36 | 0.4 |
| Hex | 89 | 41 | 8A | 1 | 35 | 0 | 2E | 12B | 24 | 28 |
| Octal | 211 | 101 | 212 | 1 | 65 | 0 | 56 | 453 | 44 | 50 |
| Binary | 10001001 | 1000001 | 10001010 | 1 | 110101 | 0 | 101110 | 100101011 | 100100 | 101000 |
Color Harmonies of #89418A
Complementary color
Monochromatic Colors of #89418A
Black with #89418A
Text Example
Text Example
White with #89418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89418A; }
p { color: rgb(137,65,138); }
H1.HeaderClassName
{
color: #89418A;
}
.AnyTagClassName
{
color: #89418A;
}
</style>
background-color css
<style>
a { background-color: #89418A; }
a { background-color: rgb(137,65,138); }
div.DivClassName
{
background-color: #89418A;
}
.BgClassName
{
background-color: #89418A;
}
</style>
border-color css
<style>
span { border-color: #89418A; }
span { border-color: rgb(137,65,138); }
td.TdClassName
{
border-color: #89418A;
}
.TagClassName
{
border-color: #89418A;
}
</style>