Shades of Vivid Violet #89328A
Tints of Vivid Violet #89328A
RGB
CMYK
RGB Variations
Color information
#89328A (or 0x89328A) is known color: Vivid Violet. HEX triplet: 89, 32 and 8A. RGB value is (137,50,138). Sum of RGB (Red+Green+Blue) = 137+50+138=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #89328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89328A is #76CD75. Grayscale: #555555. Windows color (decimal): -7785846 or 9056905. OLE color: 9056905.
HSL color Cylindrical-coordinate representation of color #89328A: hue angle of 299.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89328A is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 138 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.46 |
| HSL | 299.32º | 0.47% | 0.37% | - |
| HSV(B) | 299.32º | 0.64% | 0.54% | - |
| XYZ | 16.04 | 9.43 | 25.02 | - |
| YUV | 86.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 138 | 0.01 | 0.64 | 0 | 0.46 | 299.32 | 0.47 | 0.37 |
| Hex | 89 | 32 | 8A | 1 | 40 | 0 | 2E | 12B | 2F | 25 |
| Octal | 211 | 62 | 212 | 1 | 100 | 0 | 56 | 453 | 57 | 45 |
| Binary | 10001001 | 110010 | 10001010 | 1 | 1000000 | 0 | 101110 | 100101011 | 101111 | 100101 |
Color Harmonies of #89328A
Complementary color
Monochromatic Colors of #89328A
Black with #89328A
Text Example
Text Example
White with #89328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89328A; }
p { color: rgb(137,50,138); }
H1.HeaderClassName
{
color: #89328A;
}
.AnyTagClassName
{
color: #89328A;
}
</style>
background-color css
<style>
a { background-color: #89328A; }
a { background-color: rgb(137,50,138); }
div.DivClassName
{
background-color: #89328A;
}
.BgClassName
{
background-color: #89328A;
}
</style>
border-color css
<style>
span { border-color: #89328A; }
span { border-color: rgb(137,50,138); }
td.TdClassName
{
border-color: #89328A;
}
.TagClassName
{
border-color: #89328A;
}
</style>