Shades of Vivid Violet #893394
Tints of Vivid Violet #893394
RGB
CMYK
RGB Variations
Color information
#893394 (or 0x893394) is known color: Vivid Violet. HEX triplet: 89, 33 and 94. RGB value is (137,51,148). Sum of RGB (Red+Green+Blue) = 137+51+148=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #893394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893394 is #76CC6B. Grayscale: #575757. Windows color (decimal): -7785580 or 9712521. OLE color: 9712521.
HSL color Cylindrical-coordinate representation of color #893394: hue angle of 293.2º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893394 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 51 | 148 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.42 |
| HSL | 293.2º | 0.49% | 0.39% | - |
| HSV(B) | 293.2º | 0.66% | 0.58% | - |
| XYZ | 16.85 | 9.82 | 29.03 | - |
| YUV | 87.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 148 | 0.07 | 0.66 | 0 | 0.42 | 293.2 | 0.49 | 0.39 |
| Hex | 89 | 33 | 94 | 7 | 42 | 0 | 2A | 125 | 31 | 27 |
| Octal | 211 | 63 | 224 | 7 | 102 | 0 | 52 | 445 | 61 | 47 |
| Binary | 10001001 | 110011 | 10010100 | 111 | 1000010 | 0 | 101010 | 100100101 | 110001 | 100111 |
Color Harmonies of #893394
Complementary color
Monochromatic Colors of #893394
Black with #893394
Text Example
Text Example
White with #893394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893394; }
p { color: rgb(137,51,148); }
H1.HeaderClassName
{
color: #893394;
}
.AnyTagClassName
{
color: #893394;
}
</style>
background-color css
<style>
a { background-color: #893394; }
a { background-color: rgb(137,51,148); }
div.DivClassName
{
background-color: #893394;
}
.BgClassName
{
background-color: #893394;
}
</style>
border-color css
<style>
span { border-color: #893394; }
span { border-color: rgb(137,51,148); }
td.TdClassName
{
border-color: #893394;
}
.TagClassName
{
border-color: #893394;
}
</style>