Shades of Blue Violet #994BFC
Tints of Blue Violet #994BFC
RGB
CMYK
RGB Variations
Color information
#994BFC (or 0x994BFC) is known color: Blue Violet. HEX triplet: 99, 4B and FC. RGB value is (153,75,252). Sum of RGB (Red+Green+Blue) = 153+75+252=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #994BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BFC is #66B403. Grayscale: #757575. Windows color (decimal): -6730756 or 16534425. OLE color: 16534425.
HSL color Cylindrical-coordinate representation of color #994BFC: hue angle of 266.44º 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 #994BFC is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 75 | 252 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.01 |
| HSL | 266.44º | 0.97% | 0.64% | - |
| HSV(B) | 266.44º | 0.7% | 0.99% | - |
| XYZ | 33.22 | 18.83 | 93.98 | - |
| YUV | 118.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 252 | 0.39 | 0.70 | 0 | 0.01 | 266.44 | 0.97 | 0.64 |
| Hex | 99 | 4B | FC | 27 | 46 | 0 | 1 | 10A | 61 | 40 |
| Octal | 231 | 113 | 374 | 47 | 106 | 0 | 1 | 412 | 141 | 100 |
| Binary | 10011001 | 1001011 | 11111100 | 100111 | 1000110 | 0 | 1 | 100001010 | 1100001 | 1000000 |
Color Harmonies of #994BFC
Complementary color
Monochromatic Colors of #994BFC
Black with #994BFC
Text Example
Text Example
White with #994BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BFC; }
p { color: rgb(153,75,252); }
H1.HeaderClassName
{
color: #994BFC;
}
.AnyTagClassName
{
color: #994BFC;
}
</style>
background-color css
<style>
a { background-color: #994BFC; }
a { background-color: rgb(153,75,252); }
div.DivClassName
{
background-color: #994BFC;
}
.BgClassName
{
background-color: #994BFC;
}
</style>
border-color css
<style>
span { border-color: #994BFC; }
span { border-color: rgb(153,75,252); }
td.TdClassName
{
border-color: #994BFC;
}
.TagClassName
{
border-color: #994BFC;
}
</style>