Shades of Vivid Violet #892E9C
Tints of Vivid Violet #892E9C
RGB
CMYK
RGB Variations
Color information
#892E9C (or 0x892E9C) is known color: Vivid Violet. HEX triplet: 89, 2E and 9C. RGB value is (137,46,156). Sum of RGB (Red+Green+Blue) = 137+46+156=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #892E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892E9C is #76D163. Grayscale: #555555. Windows color (decimal): -7786852 or 10235529. OLE color: 10235529.
HSL color Cylindrical-coordinate representation of color #892E9C: hue angle of 289.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892E9C is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 46 | 156 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.39 |
| HSL | 289.64º | 0.54% | 0.4% | - |
| HSV(B) | 289.64º | 0.71% | 0.61% | - |
| XYZ | 17.29 | 9.67 | 32.41 | - |
| YUV | 85.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 156 | 0.12 | 0.71 | 0 | 0.39 | 289.64 | 0.54 | 0.4 |
| Hex | 89 | 2E | 9C | C | 47 | 0 | 27 | 122 | 36 | 28 |
| Octal | 211 | 56 | 234 | 14 | 107 | 0 | 47 | 442 | 66 | 50 |
| Binary | 10001001 | 101110 | 10011100 | 1100 | 1000111 | 0 | 100111 | 100100010 | 110110 | 101000 |
Color Harmonies of #892E9C
Complementary color
Monochromatic Colors of #892E9C
Black with #892E9C
Text Example
Text Example
White with #892E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E9C; }
p { color: rgb(137,46,156); }
H1.HeaderClassName
{
color: #892E9C;
}
.AnyTagClassName
{
color: #892E9C;
}
</style>
background-color css
<style>
a { background-color: #892E9C; }
a { background-color: rgb(137,46,156); }
div.DivClassName
{
background-color: #892E9C;
}
.BgClassName
{
background-color: #892E9C;
}
</style>
border-color css
<style>
span { border-color: #892E9C; }
span { border-color: rgb(137,46,156); }
td.TdClassName
{
border-color: #892E9C;
}
.TagClassName
{
border-color: #892E9C;
}
</style>