Shades of Vivid Violet #892E8E
Tints of Vivid Violet #892E8E
RGB
CMYK
RGB Variations
Color information
#892E8E (or 0x892E8E) is known color: Vivid Violet. HEX triplet: 89, 2E and 8E. RGB value is (137,46,142). Sum of RGB (Red+Green+Blue) = 137+46+142=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #892E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892E8E is #76D171. Grayscale: #535353. Windows color (decimal): -7786866 or 9318025. OLE color: 9318025.
HSL color Cylindrical-coordinate representation of color #892E8E: hue angle of 296.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892E8E is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 46 | 142 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.44 |
| HSL | 296.88º | 0.51% | 0.37% | - |
| HSV(B) | 296.88º | 0.68% | 0.56% | - |
| XYZ | 16.18 | 9.23 | 26.52 | - |
| YUV | 84.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 142 | 0.04 | 0.68 | 0 | 0.44 | 296.88 | 0.51 | 0.37 |
| Hex | 89 | 2E | 8E | 4 | 44 | 0 | 2C | 129 | 33 | 25 |
| Octal | 211 | 56 | 216 | 4 | 104 | 0 | 54 | 451 | 63 | 45 |
| Binary | 10001001 | 101110 | 10001110 | 100 | 1000100 | 0 | 101100 | 100101001 | 110011 | 100101 |
Color Harmonies of #892E8E
Complementary color
Monochromatic Colors of #892E8E
Black with #892E8E
Text Example
Text Example
White with #892E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E8E; }
p { color: rgb(137,46,142); }
H1.HeaderClassName
{
color: #892E8E;
}
.AnyTagClassName
{
color: #892E8E;
}
</style>
background-color css
<style>
a { background-color: #892E8E; }
a { background-color: rgb(137,46,142); }
div.DivClassName
{
background-color: #892E8E;
}
.BgClassName
{
background-color: #892E8E;
}
</style>
border-color css
<style>
span { border-color: #892E8E; }
span { border-color: rgb(137,46,142); }
td.TdClassName
{
border-color: #892E8E;
}
.TagClassName
{
border-color: #892E8E;
}
</style>