Shades of Amethyst #945DDB
Tints of Amethyst #945DDB
RGB
CMYK
RGB Variations
Color information
#945DDB (or 0x945DDB) is known color: Amethyst. HEX triplet: 94, 5D and DB. RGB value is (148,93,219). Sum of RGB (Red+Green+Blue) = 148+93+219=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #945DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DDB is #6BA224. Grayscale: #7B7B7B. Windows color (decimal): -7053861 or 14376340. OLE color: 14376340.
HSL color Cylindrical-coordinate representation of color #945DDB: hue angle of 266.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945DDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 93 | 219 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 266.19º | 0.64% | 0.61% | - |
| HSV(B) | 266.19º | 0.58% | 0.86% | - |
| XYZ | 28.91 | 19.24 | 69.21 | - |
| YUV | 123.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 219 | 0.32 | 0.58 | 0 | 0.14 | 266.19 | 0.64 | 0.61 |
| Hex | 94 | 5D | DB | 20 | 3A | 0 | E | 10A | 40 | 3D |
| Octal | 224 | 135 | 333 | 40 | 72 | 0 | 16 | 412 | 100 | 75 |
| Binary | 10010100 | 1011101 | 11011011 | 100000 | 111010 | 0 | 1110 | 100001010 | 1000000 | 111101 |
Color Harmonies of #945DDB
Complementary color
Monochromatic Colors of #945DDB
Black with #945DDB
Text Example
Text Example
White with #945DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DDB; }
p { color: rgb(148,93,219); }
H1.HeaderClassName
{
color: #945DDB;
}
.AnyTagClassName
{
color: #945DDB;
}
</style>
background-color css
<style>
a { background-color: #945DDB; }
a { background-color: rgb(148,93,219); }
div.DivClassName
{
background-color: #945DDB;
}
.BgClassName
{
background-color: #945DDB;
}
</style>
border-color css
<style>
span { border-color: #945DDB; }
span { border-color: rgb(148,93,219); }
td.TdClassName
{
border-color: #945DDB;
}
.TagClassName
{
border-color: #945DDB;
}
</style>