Shades of Vivid Violet #893092
Tints of Vivid Violet #893092
RGB
CMYK
RGB Variations
Color information
#893092 (or 0x893092) is known color: Vivid Violet. HEX triplet: 89, 30 and 92. RGB value is (137,48,146). Sum of RGB (Red+Green+Blue) = 137+48+146=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #893092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893092 is #76CF6D. Grayscale: #555555. Windows color (decimal): -7786350 or 9580681. OLE color: 9580681.
HSL color Cylindrical-coordinate representation of color #893092: hue angle of 294.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893092 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 48 | 146 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.43 |
| HSL | 294.49º | 0.51% | 0.38% | - |
| HSV(B) | 294.49º | 0.67% | 0.57% | - |
| XYZ | 16.56 | 9.51 | 28.16 | - |
| YUV | 85.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 146 | 0.06 | 0.67 | 0 | 0.43 | 294.49 | 0.51 | 0.38 |
| Hex | 89 | 30 | 92 | 6 | 43 | 0 | 2B | 126 | 33 | 26 |
| Octal | 211 | 60 | 222 | 6 | 103 | 0 | 53 | 446 | 63 | 46 |
| Binary | 10001001 | 110000 | 10010010 | 110 | 1000011 | 0 | 101011 | 100100110 | 110011 | 100110 |
Color Harmonies of #893092
Complementary color
Monochromatic Colors of #893092
Black with #893092
Text Example
Text Example
White with #893092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893092; }
p { color: rgb(137,48,146); }
H1.HeaderClassName
{
color: #893092;
}
.AnyTagClassName
{
color: #893092;
}
</style>
background-color css
<style>
a { background-color: #893092; }
a { background-color: rgb(137,48,146); }
div.DivClassName
{
background-color: #893092;
}
.BgClassName
{
background-color: #893092;
}
</style>
border-color css
<style>
span { border-color: #893092; }
span { border-color: rgb(137,48,146); }
td.TdClassName
{
border-color: #893092;
}
.TagClassName
{
border-color: #893092;
}
</style>