Shades of Blue Violet #9441FC
Tints of Blue Violet #9441FC
RGB
CMYK
RGB Variations
Color information
#9441FC (or 0x9441FC) is known color: Blue Violet. HEX triplet: 94, 41 and FC. RGB value is (148,65,252). Sum of RGB (Red+Green+Blue) = 148+65+252=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #9441FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9441FC is #6BBE03. Grayscale: #6E6E6E. Windows color (decimal): -7060996 or 16531860. OLE color: 16531860.
HSL color Cylindrical-coordinate representation of color #9441FC: hue angle of 266.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9441FC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 65 | 252 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.01 |
| HSL | 266.63º | 0.97% | 0.62% | - |
| HSV(B) | 266.63º | 0.74% | 0.99% | - |
| XYZ | 31.67 | 17.1 | 93.73 | - |
| YUV | 111.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 252 | 0.41 | 0.74 | 0 | 0.01 | 266.63 | 0.97 | 0.62 |
| Hex | 94 | 41 | FC | 29 | 4A | 0 | 1 | 10B | 61 | 3E |
| Octal | 224 | 101 | 374 | 51 | 112 | 0 | 1 | 413 | 141 | 76 |
| Binary | 10010100 | 1000001 | 11111100 | 101001 | 1001010 | 0 | 1 | 100001011 | 1100001 | 111110 |
Color Harmonies of #9441FC
Complementary color
Monochromatic Colors of #9441FC
Black with #9441FC
Text Example
Text Example
White with #9441FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441FC; }
p { color: rgb(148,65,252); }
H1.HeaderClassName
{
color: #9441FC;
}
.AnyTagClassName
{
color: #9441FC;
}
</style>
background-color css
<style>
a { background-color: #9441FC; }
a { background-color: rgb(148,65,252); }
div.DivClassName
{
background-color: #9441FC;
}
.BgClassName
{
background-color: #9441FC;
}
</style>
border-color css
<style>
span { border-color: #9441FC; }
span { border-color: rgb(148,65,252); }
td.TdClassName
{
border-color: #9441FC;
}
.TagClassName
{
border-color: #9441FC;
}
</style>