Shades of Blue Violet #9449E6
Tints of Blue Violet #9449E6
RGB
CMYK
RGB Variations
Color information
#9449E6 (or 0x9449E6) is known color: Blue Violet. HEX triplet: 94, 49 and E6. RGB value is (148,73,230). Sum of RGB (Red+Green+Blue) = 148+73+230=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #9449E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449E6 is #6BB619. Grayscale: #707070. Windows color (decimal): -7058970 or 15092116. OLE color: 15092116.
HSL color Cylindrical-coordinate representation of color #9449E6: hue angle of 268.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9449E6 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 73 | 230 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.10 |
| HSL | 268.66º | 0.76% | 0.59% | - |
| HSV(B) | 268.66º | 0.68% | 0.9% | - |
| XYZ | 28.88 | 16.77 | 76.58 | - |
| YUV | 113.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 230 | 0.36 | 0.68 | 0 | 0.10 | 268.66 | 0.76 | 0.59 |
| Hex | 94 | 49 | E6 | 24 | 44 | 0 | A | 10D | 4C | 3B |
| Octal | 224 | 111 | 346 | 44 | 104 | 0 | 12 | 415 | 114 | 73 |
| Binary | 10010100 | 1001001 | 11100110 | 100100 | 1000100 | 0 | 1010 | 100001101 | 1001100 | 111011 |
Color Harmonies of #9449E6
Complementary color
Monochromatic Colors of #9449E6
Black with #9449E6
Text Example
Text Example
White with #9449E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449E6; }
p { color: rgb(148,73,230); }
H1.HeaderClassName
{
color: #9449E6;
}
.AnyTagClassName
{
color: #9449E6;
}
</style>
background-color css
<style>
a { background-color: #9449E6; }
a { background-color: rgb(148,73,230); }
div.DivClassName
{
background-color: #9449E6;
}
.BgClassName
{
background-color: #9449E6;
}
</style>
border-color css
<style>
span { border-color: #9449E6; }
span { border-color: rgb(148,73,230); }
td.TdClassName
{
border-color: #9449E6;
}
.TagClassName
{
border-color: #9449E6;
}
</style>