Shades of Blue Violet #994AF0
Tints of Blue Violet #994AF0
RGB
CMYK
RGB Variations
Color information
#994AF0 (or 0x994AF0) is known color: Blue Violet. HEX triplet: 99, 4A and F0. RGB value is (153,74,240). Sum of RGB (Red+Green+Blue) = 153+74+240=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #994AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AF0 is #66B50F. Grayscale: #737373. Windows color (decimal): -6731024 or 15747737. OLE color: 15747737.
HSL color Cylindrical-coordinate representation of color #994AF0: hue angle of 268.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994AF0 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 74 | 240 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.06 |
| HSL | 268.55º | 0.85% | 0.62% | - |
| HSV(B) | 268.55º | 0.69% | 0.94% | - |
| XYZ | 31.31 | 17.96 | 84.25 | - |
| YUV | 116.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 240 | 0.36 | 0.69 | 0 | 0.06 | 268.55 | 0.85 | 0.62 |
| Hex | 99 | 4A | F0 | 24 | 45 | 0 | 6 | 10D | 55 | 3E |
| Octal | 231 | 112 | 360 | 44 | 105 | 0 | 6 | 415 | 125 | 76 |
| Binary | 10011001 | 1001010 | 11110000 | 100100 | 1000101 | 0 | 110 | 100001101 | 1010101 | 111110 |
Color Harmonies of #994AF0
Complementary color
Monochromatic Colors of #994AF0
Black with #994AF0
Text Example
Text Example
White with #994AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AF0; }
p { color: rgb(153,74,240); }
H1.HeaderClassName
{
color: #994AF0;
}
.AnyTagClassName
{
color: #994AF0;
}
</style>
background-color css
<style>
a { background-color: #994AF0; }
a { background-color: rgb(153,74,240); }
div.DivClassName
{
background-color: #994AF0;
}
.BgClassName
{
background-color: #994AF0;
}
</style>
border-color css
<style>
span { border-color: #994AF0; }
span { border-color: rgb(153,74,240); }
td.TdClassName
{
border-color: #994AF0;
}
.TagClassName
{
border-color: #994AF0;
}
</style>