Shades of Blue Violet #9449FD
Tints of Blue Violet #9449FD
RGB
CMYK
RGB Variations
Color information
#9449FD (or 0x9449FD) is known color: Blue Violet. HEX triplet: 94, 49 and FD. RGB value is (148,73,253). Sum of RGB (Red+Green+Blue) = 148+73+253=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #9449FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449FD is #6BB602. Grayscale: #737373. Windows color (decimal): -7058947 or 16599444. OLE color: 16599444.
HSL color Cylindrical-coordinate representation of color #9449FD: hue angle of 265º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9449FD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 73 | 253 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.01 |
| HSL | 265º | 0.98% | 0.64% | - |
| HSV(B) | 265º | 0.71% | 0.99% | - |
| XYZ | 32.32 | 18.15 | 94.73 | - |
| YUV | 115.95 | 205.35 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 253 | 0.42 | 0.71 | 0 | 0.01 | 265 | 0.98 | 0.64 |
| Hex | 94 | 49 | FD | 2A | 47 | 0 | 1 | 109 | 62 | 40 |
| Octal | 224 | 111 | 375 | 52 | 107 | 0 | 1 | 411 | 142 | 100 |
| Binary | 10010100 | 1001001 | 11111101 | 101010 | 1000111 | 0 | 1 | 100001001 | 1100010 | 1000000 |
Color Harmonies of #9449FD
Complementary color
Monochromatic Colors of #9449FD
Black with #9449FD
Text Example
Text Example
White with #9449FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449FD; }
p { color: rgb(148,73,253); }
H1.HeaderClassName
{
color: #9449FD;
}
.AnyTagClassName
{
color: #9449FD;
}
</style>
background-color css
<style>
a { background-color: #9449FD; }
a { background-color: rgb(148,73,253); }
div.DivClassName
{
background-color: #9449FD;
}
.BgClassName
{
background-color: #9449FD;
}
</style>
border-color css
<style>
span { border-color: #9449FD; }
span { border-color: rgb(148,73,253); }
td.TdClassName
{
border-color: #9449FD;
}
.TagClassName
{
border-color: #9449FD;
}
</style>