Shades of Blue Violet #994EFC
Tints of Blue Violet #994EFC
RGB
CMYK
RGB Variations
Color information
#994EFC (or 0x994EFC) is known color: Blue Violet. HEX triplet: 99, 4E and FC. RGB value is (153,78,252). Sum of RGB (Red+Green+Blue) = 153+78+252=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #994EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFC is #66B103. Grayscale: #777777. Windows color (decimal): -6729988 or 16535193. OLE color: 16535193.
HSL color Cylindrical-coordinate representation of color #994EFC: hue angle of 265.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994EFC is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 78 | 252 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.01 |
| HSL | 265.86º | 0.97% | 0.65% | - |
| HSV(B) | 265.86º | 0.69% | 0.99% | - |
| XYZ | 33.43 | 19.25 | 94.05 | - |
| YUV | 120.26 | 202.35 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 252 | 0.39 | 0.69 | 0 | 0.01 | 265.86 | 0.97 | 0.65 |
| Hex | 99 | 4E | FC | 27 | 45 | 0 | 1 | 10A | 61 | 41 |
| Octal | 231 | 116 | 374 | 47 | 105 | 0 | 1 | 412 | 141 | 101 |
| Binary | 10011001 | 1001110 | 11111100 | 100111 | 1000101 | 0 | 1 | 100001010 | 1100001 | 1000001 |
Color Harmonies of #994EFC
Complementary color
Monochromatic Colors of #994EFC
Black with #994EFC
Text Example
Text Example
White with #994EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EFC; }
p { color: rgb(153,78,252); }
H1.HeaderClassName
{
color: #994EFC;
}
.AnyTagClassName
{
color: #994EFC;
}
</style>
background-color css
<style>
a { background-color: #994EFC; }
a { background-color: rgb(153,78,252); }
div.DivClassName
{
background-color: #994EFC;
}
.BgClassName
{
background-color: #994EFC;
}
</style>
border-color css
<style>
span { border-color: #994EFC; }
span { border-color: rgb(153,78,252); }
td.TdClassName
{
border-color: #994EFC;
}
.TagClassName
{
border-color: #994EFC;
}
</style>