Shades of Violet Blue #994CA4
Tints of Violet Blue #994CA4
RGB
CMYK
RGB Variations
Color information
#994CA4 (or 0x994CA4) is known color: Violet Blue. HEX triplet: 99, 4C and A4. RGB value is (153,76,164). Sum of RGB (Red+Green+Blue) = 153+76+164=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #994CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994CA4 is #66B35B. Grayscale: #6C6C6C. Windows color (decimal): -6730588 or 10767513. OLE color: 10767513.
HSL color Cylindrical-coordinate representation of color #994CA4: hue angle of 292.5º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994CA4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 76 | 164 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.36 |
| HSL | 292.5º | 0.37% | 0.47% | - |
| HSV(B) | 292.5º | 0.54% | 0.64% | - |
| XYZ | 22.42 | 14.62 | 36.76 | - |
| YUV | 109.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 164 | 0.07 | 0.54 | 0 | 0.36 | 292.5 | 0.37 | 0.47 |
| Hex | 99 | 4C | A4 | 7 | 36 | 0 | 24 | 124 | 25 | 2F |
| Octal | 231 | 114 | 244 | 7 | 66 | 0 | 44 | 444 | 45 | 57 |
| Binary | 10011001 | 1001100 | 10100100 | 111 | 110110 | 0 | 100100 | 100100100 | 100101 | 101111 |
Color Harmonies of #994CA4
Complementary color
Monochromatic Colors of #994CA4
Black with #994CA4
Text Example
Text Example
White with #994CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CA4; }
p { color: rgb(153,76,164); }
H1.HeaderClassName
{
color: #994CA4;
}
.AnyTagClassName
{
color: #994CA4;
}
</style>
background-color css
<style>
a { background-color: #994CA4; }
a { background-color: rgb(153,76,164); }
div.DivClassName
{
background-color: #994CA4;
}
.BgClassName
{
background-color: #994CA4;
}
</style>
border-color css
<style>
span { border-color: #994CA4; }
span { border-color: rgb(153,76,164); }
td.TdClassName
{
border-color: #994CA4;
}
.TagClassName
{
border-color: #994CA4;
}
</style>