Shades of Amethyst #944CD2
Tints of Amethyst #944CD2
RGB
CMYK
RGB Variations
Color information
#944CD2 (or 0x944CD2) is known color: Amethyst. HEX triplet: 94, 4C and D2. RGB value is (148,76,210). Sum of RGB (Red+Green+Blue) = 148+76+210=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #944CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CD2 is #6BB32D. Grayscale: #707070. Windows color (decimal): -7058222 or 13782164. OLE color: 13782164.
HSL color Cylindrical-coordinate representation of color #944CD2: hue angle of 272.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944CD2 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 76 | 210 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.18 |
| HSL | 272.24º | 0.6% | 0.56% | - |
| HSV(B) | 272.24º | 0.64% | 0.82% | - |
| XYZ | 26.43 | 16.12 | 62.69 | - |
| YUV | 112.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 210 | 0.30 | 0.64 | 0 | 0.18 | 272.24 | 0.6 | 0.56 |
| Hex | 94 | 4C | D2 | 1E | 40 | 0 | 12 | 110 | 3C | 38 |
| Octal | 224 | 114 | 322 | 36 | 100 | 0 | 22 | 420 | 74 | 70 |
| Binary | 10010100 | 1001100 | 11010010 | 11110 | 1000000 | 0 | 10010 | 100010000 | 111100 | 111000 |
Color Harmonies of #944CD2
Complementary color
Monochromatic Colors of #944CD2
Black with #944CD2
Text Example
Text Example
White with #944CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CD2; }
p { color: rgb(148,76,210); }
H1.HeaderClassName
{
color: #944CD2;
}
.AnyTagClassName
{
color: #944CD2;
}
</style>
background-color css
<style>
a { background-color: #944CD2; }
a { background-color: rgb(148,76,210); }
div.DivClassName
{
background-color: #944CD2;
}
.BgClassName
{
background-color: #944CD2;
}
</style>
border-color css
<style>
span { border-color: #944CD2; }
span { border-color: rgb(148,76,210); }
td.TdClassName
{
border-color: #944CD2;
}
.TagClassName
{
border-color: #944CD2;
}
</style>