Shades of Blue Violet #994AF3
Tints of Blue Violet #994AF3
RGB
CMYK
RGB Variations
Color information
#994AF3 (or 0x994AF3) is known color: Blue Violet. HEX triplet: 99, 4A and F3. RGB value is (153,74,243). Sum of RGB (Red+Green+Blue) = 153+74+243=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #994AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AF3 is #66B50C. Grayscale: #747474. Windows color (decimal): -6731021 or 15944345. OLE color: 15944345.
HSL color Cylindrical-coordinate representation of color #994AF3: hue angle of 268.05º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994AF3 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 74 | 243 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.05 |
| HSL | 268.05º | 0.88% | 0.62% | - |
| HSV(B) | 268.05º | 0.7% | 0.95% | - |
| XYZ | 31.76 | 18.14 | 86.62 | - |
| YUV | 116.89 | 199.17 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 243 | 0.37 | 0.70 | 0 | 0.05 | 268.05 | 0.88 | 0.62 |
| Hex | 99 | 4A | F3 | 25 | 46 | 0 | 5 | 10C | 58 | 3E |
| Octal | 231 | 112 | 363 | 45 | 106 | 0 | 5 | 414 | 130 | 76 |
| Binary | 10011001 | 1001010 | 11110011 | 100101 | 1000110 | 0 | 101 | 100001100 | 1011000 | 111110 |
Color Harmonies of #994AF3
Complementary color
Monochromatic Colors of #994AF3
Black with #994AF3
Text Example
Text Example
White with #994AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AF3; }
p { color: rgb(153,74,243); }
H1.HeaderClassName
{
color: #994AF3;
}
.AnyTagClassName
{
color: #994AF3;
}
</style>
background-color css
<style>
a { background-color: #994AF3; }
a { background-color: rgb(153,74,243); }
div.DivClassName
{
background-color: #994AF3;
}
.BgClassName
{
background-color: #994AF3;
}
</style>
border-color css
<style>
span { border-color: #994AF3; }
span { border-color: rgb(153,74,243); }
td.TdClassName
{
border-color: #994AF3;
}
.TagClassName
{
border-color: #994AF3;
}
</style>