Shades of Vivid Violet #893E8E
Tints of Vivid Violet #893E8E
RGB
CMYK
RGB Variations
Color information
#893E8E (or 0x893E8E) is known color: Vivid Violet. HEX triplet: 89, 3E and 8E. RGB value is (137,62,142). Sum of RGB (Red+Green+Blue) = 137+62+142=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #893E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893E8E is #76C171. Grayscale: #5D5D5D. Windows color (decimal): -7782770 or 9322121. OLE color: 9322121.
HSL color Cylindrical-coordinate representation of color #893E8E: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893E8E is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 62 | 142 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.44 |
| HSL | 296.25º | 0.39% | 0.4% | - |
| HSV(B) | 296.25º | 0.56% | 0.56% | - |
| XYZ | 16.92 | 10.72 | 26.77 | - |
| YUV | 93.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 142 | 0.04 | 0.56 | 0 | 0.44 | 296.25 | 0.39 | 0.4 |
| Hex | 89 | 3E | 8E | 4 | 38 | 0 | 2C | 128 | 27 | 28 |
| Octal | 211 | 76 | 216 | 4 | 70 | 0 | 54 | 450 | 47 | 50 |
| Binary | 10001001 | 111110 | 10001110 | 100 | 111000 | 0 | 101100 | 100101000 | 100111 | 101000 |
Color Harmonies of #893E8E
Complementary color
Monochromatic Colors of #893E8E
Black with #893E8E
Text Example
Text Example
White with #893E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E8E; }
p { color: rgb(137,62,142); }
H1.HeaderClassName
{
color: #893E8E;
}
.AnyTagClassName
{
color: #893E8E;
}
</style>
background-color css
<style>
a { background-color: #893E8E; }
a { background-color: rgb(137,62,142); }
div.DivClassName
{
background-color: #893E8E;
}
.BgClassName
{
background-color: #893E8E;
}
</style>
border-color css
<style>
span { border-color: #893E8E; }
span { border-color: rgb(137,62,142); }
td.TdClassName
{
border-color: #893E8E;
}
.TagClassName
{
border-color: #893E8E;
}
</style>