Shades of Amethyst #944CDA
Tints of Amethyst #944CDA
RGB
CMYK
RGB Variations
Color information
#944CDA (or 0x944CDA) is known color: Amethyst. HEX triplet: 94, 4C and DA. RGB value is (148,76,218). Sum of RGB (Red+Green+Blue) = 148+76+218=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #944CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDA is #6BB325. Grayscale: #717171. Windows color (decimal): -7058214 or 14306452. OLE color: 14306452.
HSL color Cylindrical-coordinate representation of color #944CDA: hue angle of 270.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #944CDA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 76 | 218 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.15 |
| HSL | 270.42º | 0.66% | 0.58% | - |
| HSV(B) | 270.42º | 0.65% | 0.85% | - |
| XYZ | 27.45 | 16.53 | 68.07 | - |
| YUV | 113.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 218 | 0.32 | 0.65 | 0 | 0.15 | 270.42 | 0.66 | 0.58 |
| Hex | 94 | 4C | DA | 20 | 41 | 0 | F | 10E | 42 | 3A |
| Octal | 224 | 114 | 332 | 40 | 101 | 0 | 17 | 416 | 102 | 72 |
| Binary | 10010100 | 1001100 | 11011010 | 100000 | 1000001 | 0 | 1111 | 100001110 | 1000010 | 111010 |
Color Harmonies of #944CDA
Complementary color
Monochromatic Colors of #944CDA
Black with #944CDA
Text Example
Text Example
White with #944CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CDA; }
p { color: rgb(148,76,218); }
H1.HeaderClassName
{
color: #944CDA;
}
.AnyTagClassName
{
color: #944CDA;
}
</style>
background-color css
<style>
a { background-color: #944CDA; }
a { background-color: rgb(148,76,218); }
div.DivClassName
{
background-color: #944CDA;
}
.BgClassName
{
background-color: #944CDA;
}
</style>
border-color css
<style>
span { border-color: #944CDA; }
span { border-color: rgb(148,76,218); }
td.TdClassName
{
border-color: #944CDA;
}
.TagClassName
{
border-color: #944CDA;
}
</style>