Shades of Vivid Violet #893592
Tints of Vivid Violet #893592
RGB
CMYK
RGB Variations
Color information
#893592 (or 0x893592) is known color: Vivid Violet. HEX triplet: 89, 35 and 92. RGB value is (137,53,146). Sum of RGB (Red+Green+Blue) = 137+53+146=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #893592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893592 is #76CA6D. Grayscale: #585858. Windows color (decimal): -7785070 or 9581961. OLE color: 9581961.
HSL color Cylindrical-coordinate representation of color #893592: hue angle of 294.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893592 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 53 | 146 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.43 |
| HSL | 294.19º | 0.47% | 0.39% | - |
| HSV(B) | 294.19º | 0.64% | 0.57% | - |
| XYZ | 16.78 | 9.94 | 28.23 | - |
| YUV | 88.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 146 | 0.06 | 0.64 | 0 | 0.43 | 294.19 | 0.47 | 0.39 |
| Hex | 89 | 35 | 92 | 6 | 40 | 0 | 2B | 126 | 2F | 27 |
| Octal | 211 | 65 | 222 | 6 | 100 | 0 | 53 | 446 | 57 | 47 |
| Binary | 10001001 | 110101 | 10010010 | 110 | 1000000 | 0 | 101011 | 100100110 | 101111 | 100111 |
Color Harmonies of #893592
Complementary color
Monochromatic Colors of #893592
Black with #893592
Text Example
Text Example
White with #893592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893592; }
p { color: rgb(137,53,146); }
H1.HeaderClassName
{
color: #893592;
}
.AnyTagClassName
{
color: #893592;
}
</style>
background-color css
<style>
a { background-color: #893592; }
a { background-color: rgb(137,53,146); }
div.DivClassName
{
background-color: #893592;
}
.BgClassName
{
background-color: #893592;
}
</style>
border-color css
<style>
span { border-color: #893592; }
span { border-color: rgb(137,53,146); }
td.TdClassName
{
border-color: #893592;
}
.TagClassName
{
border-color: #893592;
}
</style>