Shades of Amethyst #944CE0
Tints of Amethyst #944CE0
RGB
CMYK
RGB Variations
Color information
#944CE0 (or 0x944CE0) is known color: Amethyst. HEX triplet: 94, 4C and E0. RGB value is (148,76,224). Sum of RGB (Red+Green+Blue) = 148+76+224=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #944CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CE0 is #6BB31F. Grayscale: #717171. Windows color (decimal): -7058208 or 14699668. OLE color: 14699668.
HSL color Cylindrical-coordinate representation of color #944CE0: hue angle of 269.19º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944CE0 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 76 | 224 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.12 |
| HSL | 269.19º | 0.7% | 0.59% | - |
| HSV(B) | 269.19º | 0.66% | 0.88% | - |
| XYZ | 28.25 | 16.85 | 72.28 | - |
| YUV | 114.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 224 | 0.34 | 0.66 | 0 | 0.12 | 269.19 | 0.7 | 0.59 |
| Hex | 94 | 4C | E0 | 22 | 42 | 0 | C | 10D | 46 | 3B |
| Octal | 224 | 114 | 340 | 42 | 102 | 0 | 14 | 415 | 106 | 73 |
| Binary | 10010100 | 1001100 | 11100000 | 100010 | 1000010 | 0 | 1100 | 100001101 | 1000110 | 111011 |
Color Harmonies of #944CE0
Complementary color
Monochromatic Colors of #944CE0
Black with #944CE0
Text Example
Text Example
White with #944CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CE0; }
p { color: rgb(148,76,224); }
H1.HeaderClassName
{
color: #944CE0;
}
.AnyTagClassName
{
color: #944CE0;
}
</style>
background-color css
<style>
a { background-color: #944CE0; }
a { background-color: rgb(148,76,224); }
div.DivClassName
{
background-color: #944CE0;
}
.BgClassName
{
background-color: #944CE0;
}
</style>
border-color css
<style>
span { border-color: #944CE0; }
span { border-color: rgb(148,76,224); }
td.TdClassName
{
border-color: #944CE0;
}
.TagClassName
{
border-color: #944CE0;
}
</style>