Shades of Blue Violet #994AF2
Tints of Blue Violet #994AF2
RGB
CMYK
RGB Variations
Color information
#994AF2 (or 0x994AF2) is known color: Blue Violet. HEX triplet: 99, 4A and F2. RGB value is (153,74,242). Sum of RGB (Red+Green+Blue) = 153+74+242=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #994AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AF2 is #66B50D. Grayscale: #747474. Windows color (decimal): -6731022 or 15878809. OLE color: 15878809.
HSL color Cylindrical-coordinate representation of color #994AF2: hue angle of 268.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994AF2 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 74 | 242 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.05 |
| HSL | 268.21º | 0.87% | 0.62% | - |
| HSV(B) | 268.21º | 0.69% | 0.95% | - |
| XYZ | 31.61 | 18.08 | 85.83 | - |
| YUV | 116.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 242 | 0.37 | 0.69 | 0 | 0.05 | 268.21 | 0.87 | 0.62 |
| Hex | 99 | 4A | F2 | 25 | 45 | 0 | 5 | 10C | 57 | 3E |
| Octal | 231 | 112 | 362 | 45 | 105 | 0 | 5 | 414 | 127 | 76 |
| Binary | 10011001 | 1001010 | 11110010 | 100101 | 1000101 | 0 | 101 | 100001100 | 1010111 | 111110 |
Color Harmonies of #994AF2
Complementary color
Monochromatic Colors of #994AF2
Black with #994AF2
Text Example
Text Example
White with #994AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AF2; }
p { color: rgb(153,74,242); }
H1.HeaderClassName
{
color: #994AF2;
}
.AnyTagClassName
{
color: #994AF2;
}
</style>
background-color css
<style>
a { background-color: #994AF2; }
a { background-color: rgb(153,74,242); }
div.DivClassName
{
background-color: #994AF2;
}
.BgClassName
{
background-color: #994AF2;
}
</style>
border-color css
<style>
span { border-color: #994AF2; }
span { border-color: rgb(153,74,242); }
td.TdClassName
{
border-color: #994AF2;
}
.TagClassName
{
border-color: #994AF2;
}
</style>