Shades of Blue Violet #9044FD
Tints of Blue Violet #9044FD
RGB
CMYK
RGB Variations
Color information
#9044FD (or 0x9044FD) is known color: Blue Violet. HEX triplet: 90, 44 and FD. RGB value is (144,68,253). Sum of RGB (Red+Green+Blue) = 144+68+253=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #9044FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9044FD is #6FBB02. Grayscale: #6F6F6F. Windows color (decimal): -7322371 or 16598160. OLE color: 16598160.
HSL color Cylindrical-coordinate representation of color #9044FD: hue angle of 264.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9044FD is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 68 | 253 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.01 |
| HSL | 264.65º | 0.98% | 0.63% | - |
| HSV(B) | 264.65º | 0.73% | 0.99% | - |
| XYZ | 31.3 | 17.16 | 94.59 | - |
| YUV | 111.81 | 207.68 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 253 | 0.43 | 0.73 | 0 | 0.01 | 264.65 | 0.98 | 0.63 |
| Hex | 90 | 44 | FD | 2B | 49 | 0 | 1 | 109 | 62 | 3F |
| Octal | 220 | 104 | 375 | 53 | 111 | 0 | 1 | 411 | 142 | 77 |
| Binary | 10010000 | 1000100 | 11111101 | 101011 | 1001001 | 0 | 1 | 100001001 | 1100010 | 111111 |
Color Harmonies of #9044FD
Complementary color
Monochromatic Colors of #9044FD
Black with #9044FD
Text Example
Text Example
White with #9044FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044FD; }
p { color: rgb(144,68,253); }
H1.HeaderClassName
{
color: #9044FD;
}
.AnyTagClassName
{
color: #9044FD;
}
</style>
background-color css
<style>
a { background-color: #9044FD; }
a { background-color: rgb(144,68,253); }
div.DivClassName
{
background-color: #9044FD;
}
.BgClassName
{
background-color: #9044FD;
}
</style>
border-color css
<style>
span { border-color: #9044FD; }
span { border-color: rgb(144,68,253); }
td.TdClassName
{
border-color: #9044FD;
}
.TagClassName
{
border-color: #9044FD;
}
</style>