Shades of Violet Blue #994693
Tints of Violet Blue #994693
RGB
CMYK
RGB Variations
Color information
#994693 (or 0x994693) is known color: Violet Blue. HEX triplet: 99, 46 and 93. RGB value is (153,70,147). Sum of RGB (Red+Green+Blue) = 153+70+147=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994693 is #66B96C. Grayscale: #676767. Windows color (decimal): -6732141 or 9651865. OLE color: 9651865.
HSL color Cylindrical-coordinate representation of color #994693: hue angle of 304.34º 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 #994693 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 147 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.4 |
| HSL | 304.34º | 0.37% | 0.44% | - |
| HSV(B) | 304.34º | 0.54% | 0.6% | - |
| XYZ | 20.59 | 13.26 | 29.08 | - |
| YUV | 103.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 147 | 0 | 0.54 | 0.04 | 0.4 | 304.34 | 0.37 | 0.44 |
| Hex | 99 | 46 | 93 | 0 | 36 | 4 | 28 | 130 | 25 | 2C |
| Octal | 231 | 106 | 223 | 0 | 66 | 4 | 50 | 460 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10010011 | 0 | 110110 | 100 | 101000 | 100110000 | 100101 | 101100 |
Color Harmonies of #994693
Complementary color
Monochromatic Colors of #994693
Black with #994693
Text Example
Text Example
White with #994693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994693; }
p { color: rgb(153,70,147); }
H1.HeaderClassName
{
color: #994693;
}
.AnyTagClassName
{
color: #994693;
}
</style>
background-color css
<style>
a { background-color: #994693; }
a { background-color: rgb(153,70,147); }
div.DivClassName
{
background-color: #994693;
}
.BgClassName
{
background-color: #994693;
}
</style>
border-color css
<style>
span { border-color: #994693; }
span { border-color: rgb(153,70,147); }
td.TdClassName
{
border-color: #994693;
}
.TagClassName
{
border-color: #994693;
}
</style>