Shades of Blue Violet #944EEE
Tints of Blue Violet #944EEE
RGB
CMYK
RGB Variations
Color information
#944EEE (or 0x944EEE) is known color: Blue Violet. HEX triplet: 94, 4E and EE. RGB value is (148,78,238). Sum of RGB (Red+Green+Blue) = 148+78+238=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #944EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944EEE is #6BB111. Grayscale: #747474. Windows color (decimal): -7057682 or 15617684. OLE color: 15617684.
HSL color Cylindrical-coordinate representation of color #944EEE: hue angle of 266.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944EEE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 78 | 238 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.07 |
| HSL | 266.25º | 0.82% | 0.62% | - |
| HSV(B) | 266.25º | 0.67% | 0.93% | - |
| XYZ | 30.37 | 17.92 | 82.75 | - |
| YUV | 117.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 238 | 0.38 | 0.67 | 0 | 0.07 | 266.25 | 0.82 | 0.62 |
| Hex | 94 | 4E | EE | 26 | 43 | 0 | 7 | 10A | 52 | 3E |
| Octal | 224 | 116 | 356 | 46 | 103 | 0 | 7 | 412 | 122 | 76 |
| Binary | 10010100 | 1001110 | 11101110 | 100110 | 1000011 | 0 | 111 | 100001010 | 1010010 | 111110 |
Color Harmonies of #944EEE
Complementary color
Monochromatic Colors of #944EEE
Black with #944EEE
Text Example
Text Example
White with #944EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944EEE; }
p { color: rgb(148,78,238); }
H1.HeaderClassName
{
color: #944EEE;
}
.AnyTagClassName
{
color: #944EEE;
}
</style>
background-color css
<style>
a { background-color: #944EEE; }
a { background-color: rgb(148,78,238); }
div.DivClassName
{
background-color: #944EEE;
}
.BgClassName
{
background-color: #944EEE;
}
</style>
border-color css
<style>
span { border-color: #944EEE; }
span { border-color: rgb(148,78,238); }
td.TdClassName
{
border-color: #944EEE;
}
.TagClassName
{
border-color: #944EEE;
}
</style>