Shades of Blue Violet #994CFF
Tints of Blue Violet #994CFF
RGB
CMYK
RGB Variations
Color information
#994CFF (or 0x994CFF) is known color: Blue Violet. HEX triplet: 99, 4C and FF. RGB value is (153,76,255). Sum of RGB (Red+Green+Blue) = 153+76+255=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #994CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFF is #66B300. Grayscale: #767676. Windows color (decimal): -6730497 or 16731289. OLE color: 16731289.
HSL color Cylindrical-coordinate representation of color #994CFF: hue angle of 265.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFF is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 76 | 255 | - |
| CMYK | 0.4 | 0.70 | 0 | 0 |
| HSL | 265.81º | 1% | 0.65% | - |
| HSV(B) | 265.81º | 0.7% | 1% | - |
| XYZ | 33.77 | 19.16 | 96.53 | - |
| YUV | 119.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 255 | 0.4 | 0.70 | 0 | 0 | 265.81 | 1 | 0.65 |
| Hex | 99 | 4C | FF | 28 | 46 | 0 | 0 | 10A | 64 | 41 |
| Octal | 231 | 114 | 377 | 50 | 106 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011001 | 1001100 | 11111111 | 101000 | 1000110 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #994CFF
Complementary color
Monochromatic Colors of #994CFF
Black with #994CFF
Text Example
Text Example
White with #994CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CFF; }
p { color: rgb(153,76,255); }
H1.HeaderClassName
{
color: #994CFF;
}
.AnyTagClassName
{
color: #994CFF;
}
</style>
background-color css
<style>
a { background-color: #994CFF; }
a { background-color: rgb(153,76,255); }
div.DivClassName
{
background-color: #994CFF;
}
.BgClassName
{
background-color: #994CFF;
}
</style>
border-color css
<style>
span { border-color: #994CFF; }
span { border-color: rgb(153,76,255); }
td.TdClassName
{
border-color: #994CFF;
}
.TagClassName
{
border-color: #994CFF;
}
</style>