Shades of Blue Violet #9449EA
Tints of Blue Violet #9449EA
RGB
CMYK
RGB Variations
Color information
#9449EA (or 0x9449EA) is known color: Blue Violet. HEX triplet: 94, 49 and EA. RGB value is (148,73,234). Sum of RGB (Red+Green+Blue) = 148+73+234=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #9449EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449EA is #6BB615. Grayscale: #717171. Windows color (decimal): -7058966 or 15354260. OLE color: 15354260.
HSL color Cylindrical-coordinate representation of color #9449EA: hue angle of 267.95º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9449EA is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 73 | 234 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.08 |
| HSL | 267.95º | 0.79% | 0.6% | - |
| HSV(B) | 267.95º | 0.69% | 0.92% | - |
| XYZ | 29.45 | 17 | 79.57 | - |
| YUV | 113.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 234 | 0.37 | 0.69 | 0 | 0.08 | 267.95 | 0.79 | 0.6 |
| Hex | 94 | 49 | EA | 25 | 45 | 0 | 8 | 10C | 4F | 3C |
| Octal | 224 | 111 | 352 | 45 | 105 | 0 | 10 | 414 | 117 | 74 |
| Binary | 10010100 | 1001001 | 11101010 | 100101 | 1000101 | 0 | 1000 | 100001100 | 1001111 | 111100 |
Color Harmonies of #9449EA
Complementary color
Monochromatic Colors of #9449EA
Black with #9449EA
Text Example
Text Example
White with #9449EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449EA; }
p { color: rgb(148,73,234); }
H1.HeaderClassName
{
color: #9449EA;
}
.AnyTagClassName
{
color: #9449EA;
}
</style>
background-color css
<style>
a { background-color: #9449EA; }
a { background-color: rgb(148,73,234); }
div.DivClassName
{
background-color: #9449EA;
}
.BgClassName
{
background-color: #9449EA;
}
</style>
border-color css
<style>
span { border-color: #9449EA; }
span { border-color: rgb(148,73,234); }
td.TdClassName
{
border-color: #9449EA;
}
.TagClassName
{
border-color: #9449EA;
}
</style>