Shades of Amethyst #944BDB
Tints of Amethyst #944BDB
RGB
CMYK
RGB Variations
Color information
#944BDB (or 0x944BDB) is known color: Amethyst. HEX triplet: 94, 4B and DB. RGB value is (148,75,219). Sum of RGB (Red+Green+Blue) = 148+75+219=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #944BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BDB is #6BB424. Grayscale: #707070. Windows color (decimal): -7058469 or 14371732. OLE color: 14371732.
HSL color Cylindrical-coordinate representation of color #944BDB: hue angle of 270.42º 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 #944BDB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 75 | 219 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.14 |
| HSL | 270.42º | 0.67% | 0.58% | - |
| HSV(B) | 270.42º | 0.66% | 0.86% | - |
| XYZ | 27.52 | 16.44 | 68.74 | - |
| YUV | 113.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 219 | 0.32 | 0.66 | 0 | 0.14 | 270.42 | 0.67 | 0.58 |
| Hex | 94 | 4B | DB | 20 | 42 | 0 | E | 10E | 43 | 3A |
| Octal | 224 | 113 | 333 | 40 | 102 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010100 | 1001011 | 11011011 | 100000 | 1000010 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #944BDB
Complementary color
Monochromatic Colors of #944BDB
Black with #944BDB
Text Example
Text Example
White with #944BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BDB; }
p { color: rgb(148,75,219); }
H1.HeaderClassName
{
color: #944BDB;
}
.AnyTagClassName
{
color: #944BDB;
}
</style>
background-color css
<style>
a { background-color: #944BDB; }
a { background-color: rgb(148,75,219); }
div.DivClassName
{
background-color: #944BDB;
}
.BgClassName
{
background-color: #944BDB;
}
</style>
border-color css
<style>
span { border-color: #944BDB; }
span { border-color: rgb(148,75,219); }
td.TdClassName
{
border-color: #944BDB;
}
.TagClassName
{
border-color: #944BDB;
}
</style>