Shades of Blue Violet #944CEC
Tints of Blue Violet #944CEC
RGB
CMYK
RGB Variations
Color information
#944CEC (or 0x944CEC) is known color: Blue Violet. HEX triplet: 94, 4C and EC. RGB value is (148,76,236). Sum of RGB (Red+Green+Blue) = 148+76+236=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #944CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #944CEC is #6BB313. Grayscale: #737373. Windows color (decimal): -7058196 or 15486100. OLE color: 15486100.
HSL color Cylindrical-coordinate representation of color #944CEC: hue angle of 267º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944CEC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 76 | 236 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.07 |
| HSL | 267º | 0.81% | 0.61% | - |
| HSV(B) | 267º | 0.68% | 0.93% | - |
| XYZ | 29.94 | 17.52 | 81.16 | - |
| YUV | 115.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 236 | 0.37 | 0.68 | 0 | 0.07 | 267 | 0.81 | 0.61 |
| Hex | 94 | 4C | EC | 25 | 44 | 0 | 7 | 10B | 51 | 3D |
| Octal | 224 | 114 | 354 | 45 | 104 | 0 | 7 | 413 | 121 | 75 |
| Binary | 10010100 | 1001100 | 11101100 | 100101 | 1000100 | 0 | 111 | 100001011 | 1010001 | 111101 |
Color Harmonies of #944CEC
Complementary color
Monochromatic Colors of #944CEC
Black with #944CEC
Text Example
Text Example
White with #944CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CEC; }
p { color: rgb(148,76,236); }
H1.HeaderClassName
{
color: #944CEC;
}
.AnyTagClassName
{
color: #944CEC;
}
</style>
background-color css
<style>
a { background-color: #944CEC; }
a { background-color: rgb(148,76,236); }
div.DivClassName
{
background-color: #944CEC;
}
.BgClassName
{
background-color: #944CEC;
}
</style>
border-color css
<style>
span { border-color: #944CEC; }
span { border-color: rgb(148,76,236); }
td.TdClassName
{
border-color: #944CEC;
}
.TagClassName
{
border-color: #944CEC;
}
</style>