Shades of Blue Violet #9944FE
Tints of Blue Violet #9944FE
RGB
CMYK
RGB Variations
Color information
#9944FE (or 0x9944FE) is known color: Blue Violet. HEX triplet: 99, 44 and FE. RGB value is (153,68,254). Sum of RGB (Red+Green+Blue) = 153+68+254=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #9944FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9944FE is #66BB01. Grayscale: #717171. Windows color (decimal): -6732546 or 16663705. OLE color: 16663705.
HSL color Cylindrical-coordinate representation of color #9944FE: hue angle of 267.42º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9944FE is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 68 | 254 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.00 |
| HSL | 267.42º | 0.99% | 0.63% | - |
| HSV(B) | 267.42º | 0.73% | 1% | - |
| XYZ | 33.09 | 18.06 | 95.51 | - |
| YUV | 114.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 254 | 0.40 | 0.73 | 0 | 0.00 | 267.42 | 0.99 | 0.63 |
| Hex | 99 | 44 | FE | 28 | 49 | 0 | 0 | 10B | 63 | 3F |
| Octal | 231 | 104 | 376 | 50 | 111 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10011001 | 1000100 | 11111110 | 101000 | 1001001 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9944FE
Complementary color
Monochromatic Colors of #9944FE
Black with #9944FE
Text Example
Text Example
White with #9944FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944FE; }
p { color: rgb(153,68,254); }
H1.HeaderClassName
{
color: #9944FE;
}
.AnyTagClassName
{
color: #9944FE;
}
</style>
background-color css
<style>
a { background-color: #9944FE; }
a { background-color: rgb(153,68,254); }
div.DivClassName
{
background-color: #9944FE;
}
.BgClassName
{
background-color: #9944FE;
}
</style>
border-color css
<style>
span { border-color: #9944FE; }
span { border-color: rgb(153,68,254); }
td.TdClassName
{
border-color: #9944FE;
}
.TagClassName
{
border-color: #9944FE;
}
</style>