Shades of Blue Violet #9441FD
Tints of Blue Violet #9441FD
RGB
CMYK
RGB Variations
Color information
#9441FD (or 0x9441FD) is known color: Blue Violet. HEX triplet: 94, 41 and FD. RGB value is (148,65,253). Sum of RGB (Red+Green+Blue) = 148+65+253=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #9441FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9441FD is #6BBE02. Grayscale: #6E6E6E. Windows color (decimal): -7060995 or 16597396. OLE color: 16597396.
HSL color Cylindrical-coordinate representation of color #9441FD: hue angle of 266.49º degrees, saturation: 0.98, 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 #9441FD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 65 | 253 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.01 |
| HSL | 266.49º | 0.98% | 0.62% | - |
| HSV(B) | 266.49º | 0.74% | 0.99% | - |
| XYZ | 31.83 | 17.17 | 94.56 | - |
| YUV | 111.25 | 208 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 253 | 0.42 | 0.74 | 0 | 0.01 | 266.49 | 0.98 | 0.62 |
| Hex | 94 | 41 | FD | 2A | 4A | 0 | 1 | 10A | 62 | 3E |
| Octal | 224 | 101 | 375 | 52 | 112 | 0 | 1 | 412 | 142 | 76 |
| Binary | 10010100 | 1000001 | 11111101 | 101010 | 1001010 | 0 | 1 | 100001010 | 1100010 | 111110 |
Color Harmonies of #9441FD
Complementary color
Monochromatic Colors of #9441FD
Black with #9441FD
Text Example
Text Example
White with #9441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441FD; }
p { color: rgb(148,65,253); }
H1.HeaderClassName
{
color: #9441FD;
}
.AnyTagClassName
{
color: #9441FD;
}
</style>
background-color css
<style>
a { background-color: #9441FD; }
a { background-color: rgb(148,65,253); }
div.DivClassName
{
background-color: #9441FD;
}
.BgClassName
{
background-color: #9441FD;
}
</style>
border-color css
<style>
span { border-color: #9441FD; }
span { border-color: rgb(148,65,253); }
td.TdClassName
{
border-color: #9441FD;
}
.TagClassName
{
border-color: #9441FD;
}
</style>