Shades of Amethyst #944BDC
Tints of Amethyst #944BDC
RGB
CMYK
RGB Variations
Color information
#944BDC (or 0x944BDC) is known color: Amethyst. HEX triplet: 94, 4B and DC. RGB value is (148,75,220). Sum of RGB (Red+Green+Blue) = 148+75+220=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #944BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BDC is #6BB423. Grayscale: #707070. Windows color (decimal): -7058468 or 14437268. OLE color: 14437268.
HSL color Cylindrical-coordinate representation of color #944BDC: hue angle of 270.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944BDC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 75 | 220 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.14 |
| HSL | 270.21º | 0.67% | 0.58% | - |
| HSV(B) | 270.21º | 0.66% | 0.86% | - |
| XYZ | 27.65 | 16.5 | 69.44 | - |
| YUV | 113.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 220 | 0.33 | 0.66 | 0 | 0.14 | 270.21 | 0.67 | 0.58 |
| Hex | 94 | 4B | DC | 21 | 42 | 0 | E | 10E | 43 | 3A |
| Octal | 224 | 113 | 334 | 41 | 102 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010100 | 1001011 | 11011100 | 100001 | 1000010 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #944BDC
Complementary color
Monochromatic Colors of #944BDC
Black with #944BDC
Text Example
Text Example
White with #944BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BDC; }
p { color: rgb(148,75,220); }
H1.HeaderClassName
{
color: #944BDC;
}
.AnyTagClassName
{
color: #944BDC;
}
</style>
background-color css
<style>
a { background-color: #944BDC; }
a { background-color: rgb(148,75,220); }
div.DivClassName
{
background-color: #944BDC;
}
.BgClassName
{
background-color: #944BDC;
}
</style>
border-color css
<style>
span { border-color: #944BDC; }
span { border-color: rgb(148,75,220); }
td.TdClassName
{
border-color: #944BDC;
}
.TagClassName
{
border-color: #944BDC;
}
</style>