Shades of Blue Violet #9449E0
Tints of Blue Violet #9449E0
RGB
CMYK
RGB Variations
Color information
#9449E0 (or 0x9449E0) is known color: Blue Violet. HEX triplet: 94, 49 and E0. RGB value is (148,73,224). Sum of RGB (Red+Green+Blue) = 148+73+224=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #9449E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449E0 is #6BB61F. Grayscale: #707070. Windows color (decimal): -7058976 or 14698900. OLE color: 14698900.
HSL color Cylindrical-coordinate representation of color #9449E0: hue angle of 269.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9449E0 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 73 | 224 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.12 |
| HSL | 269.8º | 0.71% | 0.58% | - |
| HSV(B) | 269.8º | 0.67% | 0.88% | - |
| XYZ | 28.05 | 16.44 | 72.22 | - |
| YUV | 112.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 224 | 0.34 | 0.67 | 0 | 0.12 | 269.8 | 0.71 | 0.58 |
| Hex | 94 | 49 | E0 | 22 | 43 | 0 | C | 10E | 47 | 3A |
| Octal | 224 | 111 | 340 | 42 | 103 | 0 | 14 | 416 | 107 | 72 |
| Binary | 10010100 | 1001001 | 11100000 | 100010 | 1000011 | 0 | 1100 | 100001110 | 1000111 | 111010 |
Color Harmonies of #9449E0
Complementary color
Monochromatic Colors of #9449E0
Black with #9449E0
Text Example
Text Example
White with #9449E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449E0; }
p { color: rgb(148,73,224); }
H1.HeaderClassName
{
color: #9449E0;
}
.AnyTagClassName
{
color: #9449E0;
}
</style>
background-color css
<style>
a { background-color: #9449E0; }
a { background-color: rgb(148,73,224); }
div.DivClassName
{
background-color: #9449E0;
}
.BgClassName
{
background-color: #9449E0;
}
</style>
border-color css
<style>
span { border-color: #9449E0; }
span { border-color: rgb(148,73,224); }
td.TdClassName
{
border-color: #9449E0;
}
.TagClassName
{
border-color: #9449E0;
}
</style>