Shades of Vivid Violet #893294
Tints of Vivid Violet #893294
RGB
CMYK
RGB Variations
Color information
#893294 (or 0x893294) is known color: Vivid Violet. HEX triplet: 89, 32 and 94. RGB value is (137,50,148). Sum of RGB (Red+Green+Blue) = 137+50+148=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #893294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893294 is #76CD6B. Grayscale: #565656. Windows color (decimal): -7785836 or 9712265. OLE color: 9712265.
HSL color Cylindrical-coordinate representation of color #893294: hue angle of 293.27º 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 #893294 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 50 | 148 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.42 |
| HSL | 293.27º | 0.49% | 0.39% | - |
| HSV(B) | 293.27º | 0.66% | 0.58% | - |
| XYZ | 16.8 | 9.74 | 29.01 | - |
| YUV | 87.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 148 | 0.07 | 0.66 | 0 | 0.42 | 293.27 | 0.49 | 0.39 |
| Hex | 89 | 32 | 94 | 7 | 42 | 0 | 2A | 125 | 31 | 27 |
| Octal | 211 | 62 | 224 | 7 | 102 | 0 | 52 | 445 | 61 | 47 |
| Binary | 10001001 | 110010 | 10010100 | 111 | 1000010 | 0 | 101010 | 100100101 | 110001 | 100111 |
Color Harmonies of #893294
Complementary color
Monochromatic Colors of #893294
Black with #893294
Text Example
Text Example
White with #893294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893294; }
p { color: rgb(137,50,148); }
H1.HeaderClassName
{
color: #893294;
}
.AnyTagClassName
{
color: #893294;
}
</style>
background-color css
<style>
a { background-color: #893294; }
a { background-color: rgb(137,50,148); }
div.DivClassName
{
background-color: #893294;
}
.BgClassName
{
background-color: #893294;
}
</style>
border-color css
<style>
span { border-color: #893294; }
span { border-color: rgb(137,50,148); }
td.TdClassName
{
border-color: #893294;
}
.TagClassName
{
border-color: #893294;
}
</style>