Shades of Blue Violet #9944F8
Tints of Blue Violet #9944F8
RGB
CMYK
RGB Variations
Color information
#9944F8 (or 0x9944F8) is known color: Blue Violet. HEX triplet: 99, 44 and F8. RGB value is (153,68,248). Sum of RGB (Red+Green+Blue) = 153+68+248=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #9944F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9944F8 is #66BB07. Grayscale: #717171. Windows color (decimal): -6732552 or 16270489. OLE color: 16270489.
HSL color Cylindrical-coordinate representation of color #9944F8: hue angle of 268.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9944F8 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 68 | 248 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.03 |
| HSL | 268.33º | 0.93% | 0.62% | - |
| HSV(B) | 268.33º | 0.73% | 0.97% | - |
| XYZ | 32.15 | 17.68 | 90.53 | - |
| YUV | 113.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 248 | 0.38 | 0.73 | 0 | 0.03 | 268.33 | 0.93 | 0.62 |
| Hex | 99 | 44 | F8 | 26 | 49 | 0 | 3 | 10C | 5D | 3E |
| Octal | 231 | 104 | 370 | 46 | 111 | 0 | 3 | 414 | 135 | 76 |
| Binary | 10011001 | 1000100 | 11111000 | 100110 | 1001001 | 0 | 11 | 100001100 | 1011101 | 111110 |
Color Harmonies of #9944F8
Complementary color
Monochromatic Colors of #9944F8
Black with #9944F8
Text Example
Text Example
White with #9944F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944F8; }
p { color: rgb(153,68,248); }
H1.HeaderClassName
{
color: #9944F8;
}
.AnyTagClassName
{
color: #9944F8;
}
</style>
background-color css
<style>
a { background-color: #9944F8; }
a { background-color: rgb(153,68,248); }
div.DivClassName
{
background-color: #9944F8;
}
.BgClassName
{
background-color: #9944F8;
}
</style>
border-color css
<style>
span { border-color: #9944F8; }
span { border-color: rgb(153,68,248); }
td.TdClassName
{
border-color: #9944F8;
}
.TagClassName
{
border-color: #9944F8;
}
</style>