Shades of Violet Blue #994C95
Tints of Violet Blue #994C95
RGB
CMYK
RGB Variations
Color information
#994C95 (or 0x994C95) is known color: Violet Blue. HEX triplet: 99, 4C and 95. RGB value is (153,76,149). Sum of RGB (Red+Green+Blue) = 153+76+149=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #994C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C95 is #66B36A. Grayscale: #6B6B6B. Windows color (decimal): -6730603 or 9784473. OLE color: 9784473.
HSL color Cylindrical-coordinate representation of color #994C95: hue angle of 303.12º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C95 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 149 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.4 |
| HSL | 303.12º | 0.34% | 0.45% | - |
| HSV(B) | 303.12º | 0.5% | 0.6% | - |
| XYZ | 21.15 | 14.11 | 30.04 | - |
| YUV | 107.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 149 | 0 | 0.50 | 0.03 | 0.4 | 303.12 | 0.34 | 0.45 |
| Hex | 99 | 4C | 95 | 0 | 32 | 3 | 28 | 12F | 22 | 2D |
| Octal | 231 | 114 | 225 | 0 | 62 | 3 | 50 | 457 | 42 | 55 |
| Binary | 10011001 | 1001100 | 10010101 | 0 | 110010 | 11 | 101000 | 100101111 | 100010 | 101101 |
Color Harmonies of #994C95
Complementary color
Monochromatic Colors of #994C95
Black with #994C95
Text Example
Text Example
White with #994C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C95; }
p { color: rgb(153,76,149); }
H1.HeaderClassName
{
color: #994C95;
}
.AnyTagClassName
{
color: #994C95;
}
</style>
background-color css
<style>
a { background-color: #994C95; }
a { background-color: rgb(153,76,149); }
div.DivClassName
{
background-color: #994C95;
}
.BgClassName
{
background-color: #994C95;
}
</style>
border-color css
<style>
span { border-color: #994C95; }
span { border-color: rgb(153,76,149); }
td.TdClassName
{
border-color: #994C95;
}
.TagClassName
{
border-color: #994C95;
}
</style>