Shades of Blue Violet #994DFE
Tints of Blue Violet #994DFE
RGB
CMYK
RGB Variations
Color information
#994DFE (or 0x994DFE) is known color: Blue Violet. HEX triplet: 99, 4D and FE. RGB value is (153,77,254). Sum of RGB (Red+Green+Blue) = 153+77+254=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #994DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994DFE is #66B201. Grayscale: #777777. Windows color (decimal): -6730242 or 16666009. OLE color: 16666009.
HSL color Cylindrical-coordinate representation of color #994DFE: hue angle of 265.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994DFE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 77 | 254 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.00 |
| HSL | 265.76º | 0.99% | 0.65% | - |
| HSV(B) | 265.76º | 0.7% | 1% | - |
| XYZ | 33.68 | 19.24 | 95.7 | - |
| YUV | 119.9 | 203.68 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 254 | 0.40 | 0.70 | 0 | 0.00 | 265.76 | 0.99 | 0.65 |
| Hex | 99 | 4D | FE | 28 | 46 | 0 | 0 | 10A | 63 | 41 |
| Octal | 231 | 115 | 376 | 50 | 106 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011001 | 1001101 | 11111110 | 101000 | 1000110 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #994DFE
Complementary color
Monochromatic Colors of #994DFE
Black with #994DFE
Text Example
Text Example
White with #994DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DFE; }
p { color: rgb(153,77,254); }
H1.HeaderClassName
{
color: #994DFE;
}
.AnyTagClassName
{
color: #994DFE;
}
</style>
background-color css
<style>
a { background-color: #994DFE; }
a { background-color: rgb(153,77,254); }
div.DivClassName
{
background-color: #994DFE;
}
.BgClassName
{
background-color: #994DFE;
}
</style>
border-color css
<style>
span { border-color: #994DFE; }
span { border-color: rgb(153,77,254); }
td.TdClassName
{
border-color: #994DFE;
}
.TagClassName
{
border-color: #994DFE;
}
</style>