Shades of Blue Violet #9440EA
Tints of Blue Violet #9440EA
RGB
CMYK
RGB Variations
Color information
#9440EA (or 0x9440EA) is known color: Blue Violet. HEX triplet: 94, 40 and EA. RGB value is (148,64,234). Sum of RGB (Red+Green+Blue) = 148+64+234=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #9440EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9440EA is #6BBF15. Grayscale: #6B6B6B. Windows color (decimal): -7061270 or 15351956. OLE color: 15351956.
HSL color Cylindrical-coordinate representation of color #9440EA: hue angle of 269.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9440EA is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 64 | 234 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.08 |
| HSL | 269.65º | 0.8% | 0.58% | - |
| HSV(B) | 269.65º | 0.73% | 0.92% | - |
| XYZ | 28.9 | 15.9 | 79.39 | - |
| YUV | 108.5 | 198.83 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 234 | 0.37 | 0.73 | 0 | 0.08 | 269.65 | 0.8 | 0.58 |
| Hex | 94 | 40 | EA | 25 | 49 | 0 | 8 | 10E | 50 | 3A |
| Octal | 224 | 100 | 352 | 45 | 111 | 0 | 10 | 416 | 120 | 72 |
| Binary | 10010100 | 1000000 | 11101010 | 100101 | 1001001 | 0 | 1000 | 100001110 | 1010000 | 111010 |
Color Harmonies of #9440EA
Complementary color
Monochromatic Colors of #9440EA
Black with #9440EA
Text Example
Text Example
White with #9440EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440EA; }
p { color: rgb(148,64,234); }
H1.HeaderClassName
{
color: #9440EA;
}
.AnyTagClassName
{
color: #9440EA;
}
</style>
background-color css
<style>
a { background-color: #9440EA; }
a { background-color: rgb(148,64,234); }
div.DivClassName
{
background-color: #9440EA;
}
.BgClassName
{
background-color: #9440EA;
}
</style>
border-color css
<style>
span { border-color: #9440EA; }
span { border-color: rgb(148,64,234); }
td.TdClassName
{
border-color: #9440EA;
}
.TagClassName
{
border-color: #9440EA;
}
</style>