Shades of Blue Violet #994EFA
Tints of Blue Violet #994EFA
RGB
CMYK
RGB Variations
Color information
#994EFA (or 0x994EFA) is known color: Blue Violet. HEX triplet: 99, 4E and FA. RGB value is (153,78,250). Sum of RGB (Red+Green+Blue) = 153+78+250=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #994EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFA is #66B105. Grayscale: #777777. Windows color (decimal): -6729990 or 16404121. OLE color: 16404121.
HSL color Cylindrical-coordinate representation of color #994EFA: hue angle of 266.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994EFA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 78 | 250 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.02 |
| HSL | 266.16º | 0.95% | 0.64% | - |
| HSV(B) | 266.16º | 0.69% | 0.98% | - |
| XYZ | 33.12 | 19.12 | 92.39 | - |
| YUV | 120.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 250 | 0.39 | 0.69 | 0 | 0.02 | 266.16 | 0.95 | 0.64 |
| Hex | 99 | 4E | FA | 27 | 45 | 0 | 2 | 10A | 5F | 40 |
| Octal | 231 | 116 | 372 | 47 | 105 | 0 | 2 | 412 | 137 | 100 |
| Binary | 10011001 | 1001110 | 11111010 | 100111 | 1000101 | 0 | 10 | 100001010 | 1011111 | 1000000 |
Color Harmonies of #994EFA
Complementary color
Monochromatic Colors of #994EFA
Black with #994EFA
Text Example
Text Example
White with #994EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EFA; }
p { color: rgb(153,78,250); }
H1.HeaderClassName
{
color: #994EFA;
}
.AnyTagClassName
{
color: #994EFA;
}
</style>
background-color css
<style>
a { background-color: #994EFA; }
a { background-color: rgb(153,78,250); }
div.DivClassName
{
background-color: #994EFA;
}
.BgClassName
{
background-color: #994EFA;
}
</style>
border-color css
<style>
span { border-color: #994EFA; }
span { border-color: rgb(153,78,250); }
td.TdClassName
{
border-color: #994EFA;
}
.TagClassName
{
border-color: #994EFA;
}
</style>