Shades of Blue Violet #994CFC
Tints of Blue Violet #994CFC
RGB
CMYK
RGB Variations
Color information
#994CFC (or 0x994CFC) is known color: Blue Violet. HEX triplet: 99, 4C and FC. RGB value is (153,76,252). Sum of RGB (Red+Green+Blue) = 153+76+252=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #994CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFC is #66B303. Grayscale: #767676. Windows color (decimal): -6730500 or 16534681. OLE color: 16534681.
HSL color Cylindrical-coordinate representation of color #994CFC: hue angle of 266.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFC is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 76 | 252 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.01 |
| HSL | 266.25º | 0.97% | 0.64% | - |
| HSV(B) | 266.25º | 0.7% | 0.99% | - |
| XYZ | 33.29 | 18.97 | 94 | - |
| YUV | 119.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 252 | 0.39 | 0.70 | 0 | 0.01 | 266.25 | 0.97 | 0.64 |
| Hex | 99 | 4C | FC | 27 | 46 | 0 | 1 | 10A | 61 | 40 |
| Octal | 231 | 114 | 374 | 47 | 106 | 0 | 1 | 412 | 141 | 100 |
| Binary | 10011001 | 1001100 | 11111100 | 100111 | 1000110 | 0 | 1 | 100001010 | 1100001 | 1000000 |
Color Harmonies of #994CFC
Complementary color
Monochromatic Colors of #994CFC
Black with #994CFC
Text Example
Text Example
White with #994CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CFC; }
p { color: rgb(153,76,252); }
H1.HeaderClassName
{
color: #994CFC;
}
.AnyTagClassName
{
color: #994CFC;
}
</style>
background-color css
<style>
a { background-color: #994CFC; }
a { background-color: rgb(153,76,252); }
div.DivClassName
{
background-color: #994CFC;
}
.BgClassName
{
background-color: #994CFC;
}
</style>
border-color css
<style>
span { border-color: #994CFC; }
span { border-color: rgb(153,76,252); }
td.TdClassName
{
border-color: #994CFC;
}
.TagClassName
{
border-color: #994CFC;
}
</style>