Shades of Violet Blue #994793
Tints of Violet Blue #994793
RGB
CMYK
RGB Variations
Color information
#994793 (or 0x994793) is known color: Violet Blue. HEX triplet: 99, 47 and 93. RGB value is (153,71,147). Sum of RGB (Red+Green+Blue) = 153+71+147=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994793 is #66B86C. Grayscale: #676767. Windows color (decimal): -6731885 or 9652121. OLE color: 9652121.
HSL color Cylindrical-coordinate representation of color #994793: hue angle of 304.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994793 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 147 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.4 |
| HSL | 304.39º | 0.37% | 0.44% | - |
| HSV(B) | 304.39º | 0.54% | 0.6% | - |
| XYZ | 20.66 | 13.39 | 29.1 | - |
| YUV | 104.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 147 | 0 | 0.54 | 0.04 | 0.4 | 304.39 | 0.37 | 0.44 |
| Hex | 99 | 47 | 93 | 0 | 36 | 4 | 28 | 130 | 25 | 2C |
| Octal | 231 | 107 | 223 | 0 | 66 | 4 | 50 | 460 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10010011 | 0 | 110110 | 100 | 101000 | 100110000 | 100101 | 101100 |
Color Harmonies of #994793
Complementary color
Monochromatic Colors of #994793
Black with #994793
Text Example
Text Example
White with #994793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994793; }
p { color: rgb(153,71,147); }
H1.HeaderClassName
{
color: #994793;
}
.AnyTagClassName
{
color: #994793;
}
</style>
background-color css
<style>
a { background-color: #994793; }
a { background-color: rgb(153,71,147); }
div.DivClassName
{
background-color: #994793;
}
.BgClassName
{
background-color: #994793;
}
</style>
border-color css
<style>
span { border-color: #994793; }
span { border-color: rgb(153,71,147); }
td.TdClassName
{
border-color: #994793;
}
.TagClassName
{
border-color: #994793;
}
</style>