Shades of Vivid Violet #893392
Tints of Vivid Violet #893392
RGB
CMYK
RGB Variations
Color information
#893392 (or 0x893392) is known color: Vivid Violet. HEX triplet: 89, 33 and 92. RGB value is (137,51,146). Sum of RGB (Red+Green+Blue) = 137+51+146=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #893392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893392 is #76CC6D. Grayscale: #575757. Windows color (decimal): -7785582 or 9581449. OLE color: 9581449.
HSL color Cylindrical-coordinate representation of color #893392: hue angle of 294.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893392 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 51 | 146 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.43 |
| HSL | 294.32º | 0.48% | 0.39% | - |
| HSV(B) | 294.32º | 0.65% | 0.57% | - |
| XYZ | 16.69 | 9.76 | 28.2 | - |
| YUV | 87.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 146 | 0.06 | 0.65 | 0 | 0.43 | 294.32 | 0.48 | 0.39 |
| Hex | 89 | 33 | 92 | 6 | 41 | 0 | 2B | 126 | 30 | 27 |
| Octal | 211 | 63 | 222 | 6 | 101 | 0 | 53 | 446 | 60 | 47 |
| Binary | 10001001 | 110011 | 10010010 | 110 | 1000001 | 0 | 101011 | 100100110 | 110000 | 100111 |
Color Harmonies of #893392
Complementary color
Monochromatic Colors of #893392
Black with #893392
Text Example
Text Example
White with #893392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893392; }
p { color: rgb(137,51,146); }
H1.HeaderClassName
{
color: #893392;
}
.AnyTagClassName
{
color: #893392;
}
</style>
background-color css
<style>
a { background-color: #893392; }
a { background-color: rgb(137,51,146); }
div.DivClassName
{
background-color: #893392;
}
.BgClassName
{
background-color: #893392;
}
</style>
border-color css
<style>
span { border-color: #893392; }
span { border-color: rgb(137,51,146); }
td.TdClassName
{
border-color: #893392;
}
.TagClassName
{
border-color: #893392;
}
</style>