Shades of Blue Violet #994AFB
Tints of Blue Violet #994AFB
RGB
CMYK
RGB Variations
Color information
#994AFB (or 0x994AFB) is known color: Blue Violet. HEX triplet: 99, 4A and FB. RGB value is (153,74,251). Sum of RGB (Red+Green+Blue) = 153+74+251=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #994AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AFB is #66B504. Grayscale: #757575. Windows color (decimal): -6731013 or 16468633. OLE color: 16468633.
HSL color Cylindrical-coordinate representation of color #994AFB: hue angle of 266.78º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994AFB is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 74 | 251 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.02 |
| HSL | 266.78º | 0.96% | 0.64% | - |
| HSV(B) | 266.78º | 0.71% | 0.98% | - |
| XYZ | 33 | 18.63 | 93.12 | - |
| YUV | 117.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 251 | 0.39 | 0.71 | 0 | 0.02 | 266.78 | 0.96 | 0.64 |
| Hex | 99 | 4A | FB | 27 | 47 | 0 | 2 | 10B | 60 | 40 |
| Octal | 231 | 112 | 373 | 47 | 107 | 0 | 2 | 413 | 140 | 100 |
| Binary | 10011001 | 1001010 | 11111011 | 100111 | 1000111 | 0 | 10 | 100001011 | 1100000 | 1000000 |
Color Harmonies of #994AFB
Complementary color
Monochromatic Colors of #994AFB
Black with #994AFB
Text Example
Text Example
White with #994AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AFB; }
p { color: rgb(153,74,251); }
H1.HeaderClassName
{
color: #994AFB;
}
.AnyTagClassName
{
color: #994AFB;
}
</style>
background-color css
<style>
a { background-color: #994AFB; }
a { background-color: rgb(153,74,251); }
div.DivClassName
{
background-color: #994AFB;
}
.BgClassName
{
background-color: #994AFB;
}
</style>
border-color css
<style>
span { border-color: #994AFB; }
span { border-color: rgb(153,74,251); }
td.TdClassName
{
border-color: #994AFB;
}
.TagClassName
{
border-color: #994AFB;
}
</style>