Shades of Violet Blue #994795
Tints of Violet Blue #994795
RGB
CMYK
RGB Variations
Color information
#994795 (or 0x994795) is known color: Violet Blue. HEX triplet: 99, 47 and 95. RGB value is (153,71,149). Sum of RGB (Red+Green+Blue) = 153+71+149=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994795 is #66B86A. Grayscale: #686868. Windows color (decimal): -6731883 or 9783193. OLE color: 9783193.
HSL color Cylindrical-coordinate representation of color #994795: hue angle of 302.93º 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 #994795 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 149 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.4 |
| HSL | 302.93º | 0.37% | 0.44% | - |
| HSV(B) | 302.93º | 0.54% | 0.6% | - |
| XYZ | 20.81 | 13.45 | 29.93 | - |
| YUV | 104.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 149 | 0 | 0.54 | 0.03 | 0.4 | 302.93 | 0.37 | 0.44 |
| Hex | 99 | 47 | 95 | 0 | 36 | 3 | 28 | 12F | 25 | 2C |
| Octal | 231 | 107 | 225 | 0 | 66 | 3 | 50 | 457 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10010101 | 0 | 110110 | 11 | 101000 | 100101111 | 100101 | 101100 |
Color Harmonies of #994795
Complementary color
Monochromatic Colors of #994795
Black with #994795
Text Example
Text Example
White with #994795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994795; }
p { color: rgb(153,71,149); }
H1.HeaderClassName
{
color: #994795;
}
.AnyTagClassName
{
color: #994795;
}
</style>
background-color css
<style>
a { background-color: #994795; }
a { background-color: rgb(153,71,149); }
div.DivClassName
{
background-color: #994795;
}
.BgClassName
{
background-color: #994795;
}
</style>
border-color css
<style>
span { border-color: #994795; }
span { border-color: rgb(153,71,149); }
td.TdClassName
{
border-color: #994795;
}
.TagClassName
{
border-color: #994795;
}
</style>