Shades of Violet Blue #994895
Tints of Violet Blue #994895
RGB
CMYK
RGB Variations
Color information
#994895 (or 0x994895) is known color: Violet Blue. HEX triplet: 99, 48 and 95. RGB value is (153,72,149). Sum of RGB (Red+Green+Blue) = 153+72+149=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994895 is #66B76A. Grayscale: #686868. Windows color (decimal): -6731627 or 9783449. OLE color: 9783449.
HSL color Cylindrical-coordinate representation of color #994895: hue angle of 302.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994895 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 149 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.4 |
| HSL | 302.96º | 0.36% | 0.44% | - |
| HSV(B) | 302.96º | 0.53% | 0.6% | - |
| XYZ | 20.88 | 13.58 | 29.95 | - |
| YUV | 105 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 149 | 0 | 0.53 | 0.03 | 0.4 | 302.96 | 0.36 | 0.44 |
| Hex | 99 | 48 | 95 | 0 | 35 | 3 | 28 | 12F | 24 | 2C |
| Octal | 231 | 110 | 225 | 0 | 65 | 3 | 50 | 457 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10010101 | 0 | 110101 | 11 | 101000 | 100101111 | 100100 | 101100 |
Color Harmonies of #994895
Complementary color
Monochromatic Colors of #994895
Black with #994895
Text Example
Text Example
White with #994895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994895; }
p { color: rgb(153,72,149); }
H1.HeaderClassName
{
color: #994895;
}
.AnyTagClassName
{
color: #994895;
}
</style>
background-color css
<style>
a { background-color: #994895; }
a { background-color: rgb(153,72,149); }
div.DivClassName
{
background-color: #994895;
}
.BgClassName
{
background-color: #994895;
}
</style>
border-color css
<style>
span { border-color: #994895; }
span { border-color: rgb(153,72,149); }
td.TdClassName
{
border-color: #994895;
}
.TagClassName
{
border-color: #994895;
}
</style>