Shades of Blue Violet #944EEF
Tints of Blue Violet #944EEF
RGB
CMYK
RGB Variations
Color information
#944EEF (or 0x944EEF) is known color: Blue Violet. HEX triplet: 94, 4E and EF. RGB value is (148,78,239). Sum of RGB (Red+Green+Blue) = 148+78+239=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #944EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944EEF is #6BB110. Grayscale: #747474. Windows color (decimal): -7057681 or 15683220. OLE color: 15683220.
HSL color Cylindrical-coordinate representation of color #944EEF: hue angle of 266.09º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944EEF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 78 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 266.09º | 0.83% | 0.62% | - |
| HSV(B) | 266.09º | 0.67% | 0.94% | - |
| XYZ | 30.52 | 17.98 | 83.52 | - |
| YUV | 117.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 239 | 0.38 | 0.67 | 0 | 0.06 | 266.09 | 0.83 | 0.62 |
| Hex | 94 | 4E | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3E |
| Octal | 224 | 116 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 76 |
| Binary | 10010100 | 1001110 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111110 |
Color Harmonies of #944EEF
Complementary color
Monochromatic Colors of #944EEF
Black with #944EEF
Text Example
Text Example
White with #944EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944EEF; }
p { color: rgb(148,78,239); }
H1.HeaderClassName
{
color: #944EEF;
}
.AnyTagClassName
{
color: #944EEF;
}
</style>
background-color css
<style>
a { background-color: #944EEF; }
a { background-color: rgb(148,78,239); }
div.DivClassName
{
background-color: #944EEF;
}
.BgClassName
{
background-color: #944EEF;
}
</style>
border-color css
<style>
span { border-color: #944EEF; }
span { border-color: rgb(148,78,239); }
td.TdClassName
{
border-color: #944EEF;
}
.TagClassName
{
border-color: #944EEF;
}
</style>