Shades of Vivid Violet #893290
Tints of Vivid Violet #893290
RGB
CMYK
RGB Variations
Color information
#893290 (or 0x893290) is known color: Vivid Violet. HEX triplet: 89, 32 and 90. RGB value is (137,50,144). Sum of RGB (Red+Green+Blue) = 137+50+144=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #893290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893290 is #76CD6F. Grayscale: #565656. Windows color (decimal): -7785840 or 9450121. OLE color: 9450121.
HSL color Cylindrical-coordinate representation of color #893290: hue angle of 295.53º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893290 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 50 | 144 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.44 |
| HSL | 295.53º | 0.48% | 0.38% | - |
| HSV(B) | 295.53º | 0.65% | 0.56% | - |
| XYZ | 16.49 | 9.61 | 27.37 | - |
| YUV | 86.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 144 | 0.05 | 0.65 | 0 | 0.44 | 295.53 | 0.48 | 0.38 |
| Hex | 89 | 32 | 90 | 5 | 41 | 0 | 2C | 128 | 30 | 26 |
| Octal | 211 | 62 | 220 | 5 | 101 | 0 | 54 | 450 | 60 | 46 |
| Binary | 10001001 | 110010 | 10010000 | 101 | 1000001 | 0 | 101100 | 100101000 | 110000 | 100110 |
Color Harmonies of #893290
Complementary color
Monochromatic Colors of #893290
Black with #893290
Text Example
Text Example
White with #893290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893290; }
p { color: rgb(137,50,144); }
H1.HeaderClassName
{
color: #893290;
}
.AnyTagClassName
{
color: #893290;
}
</style>
background-color css
<style>
a { background-color: #893290; }
a { background-color: rgb(137,50,144); }
div.DivClassName
{
background-color: #893290;
}
.BgClassName
{
background-color: #893290;
}
</style>
border-color css
<style>
span { border-color: #893290; }
span { border-color: rgb(137,50,144); }
td.TdClassName
{
border-color: #893290;
}
.TagClassName
{
border-color: #893290;
}
</style>