Shades of Blue Violet #994BFF
Tints of Blue Violet #994BFF
RGB
CMYK
RGB Variations
Color information
#994BFF (or 0x994BFF) is known color: Blue Violet. HEX triplet: 99, 4B and FF. RGB value is (153,75,255). Sum of RGB (Red+Green+Blue) = 153+75+255=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #994BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BFF is #66B400. Grayscale: #767676. Windows color (decimal): -6730753 or 16731033. OLE color: 16731033.
HSL color Cylindrical-coordinate representation of color #994BFF: hue angle of 266º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994BFF is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 75 | 255 | - |
| CMYK | 0.4 | 0.71 | 0 | 0 |
| HSL | 266º | 1% | 0.65% | - |
| HSV(B) | 266º | 0.71% | 1% | - |
| XYZ | 33.7 | 19.02 | 96.5 | - |
| YUV | 118.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 255 | 0.4 | 0.71 | 0 | 0 | 266 | 1 | 0.65 |
| Hex | 99 | 4B | FF | 28 | 47 | 0 | 0 | 10A | 64 | 41 |
| Octal | 231 | 113 | 377 | 50 | 107 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011001 | 1001011 | 11111111 | 101000 | 1000111 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #994BFF
Complementary color
Monochromatic Colors of #994BFF
Black with #994BFF
Text Example
Text Example
White with #994BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BFF; }
p { color: rgb(153,75,255); }
H1.HeaderClassName
{
color: #994BFF;
}
.AnyTagClassName
{
color: #994BFF;
}
</style>
background-color css
<style>
a { background-color: #994BFF; }
a { background-color: rgb(153,75,255); }
div.DivClassName
{
background-color: #994BFF;
}
.BgClassName
{
background-color: #994BFF;
}
</style>
border-color css
<style>
span { border-color: #994BFF; }
span { border-color: rgb(153,75,255); }
td.TdClassName
{
border-color: #994BFF;
}
.TagClassName
{
border-color: #994BFF;
}
</style>