Shades of Blue Violet #994BF6
Tints of Blue Violet #994BF6
RGB
CMYK
RGB Variations
Color information
#994BF6 (or 0x994BF6) is known color: Blue Violet. HEX triplet: 99, 4B and F6. RGB value is (153,75,246). Sum of RGB (Red+Green+Blue) = 153+75+246=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #994BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BF6 is #66B409. Grayscale: #757575. Windows color (decimal): -6730762 or 16141209. OLE color: 16141209.
HSL color Cylindrical-coordinate representation of color #994BF6: hue angle of 267.37º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994BF6 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 75 | 246 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.04 |
| HSL | 267.37º | 0.9% | 0.63% | - |
| HSV(B) | 267.37º | 0.7% | 0.96% | - |
| XYZ | 32.29 | 18.46 | 89.05 | - |
| YUV | 117.82 | 200.34 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 246 | 0.38 | 0.70 | 0 | 0.04 | 267.37 | 0.9 | 0.63 |
| Hex | 99 | 4B | F6 | 26 | 46 | 0 | 4 | 10B | 5A | 3F |
| Octal | 231 | 113 | 366 | 46 | 106 | 0 | 4 | 413 | 132 | 77 |
| Binary | 10011001 | 1001011 | 11110110 | 100110 | 1000110 | 0 | 100 | 100001011 | 1011010 | 111111 |
Color Harmonies of #994BF6
Complementary color
Monochromatic Colors of #994BF6
Black with #994BF6
Text Example
Text Example
White with #994BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BF6; }
p { color: rgb(153,75,246); }
H1.HeaderClassName
{
color: #994BF6;
}
.AnyTagClassName
{
color: #994BF6;
}
</style>
background-color css
<style>
a { background-color: #994BF6; }
a { background-color: rgb(153,75,246); }
div.DivClassName
{
background-color: #994BF6;
}
.BgClassName
{
background-color: #994BF6;
}
</style>
border-color css
<style>
span { border-color: #994BF6; }
span { border-color: rgb(153,75,246); }
td.TdClassName
{
border-color: #994BF6;
}
.TagClassName
{
border-color: #994BF6;
}
</style>