Shades of Amethyst #945DD5
Tints of Amethyst #945DD5
RGB
CMYK
RGB Variations
Color information
#945DD5 (or 0x945DD5) is known color: Amethyst. HEX triplet: 94, 5D and D5. RGB value is (148,93,213). Sum of RGB (Red+Green+Blue) = 148+93+213=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #945DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DD5 is #6BA22A. Grayscale: #7A7A7A. Windows color (decimal): -7053867 or 13983124. OLE color: 13983124.
HSL color Cylindrical-coordinate representation of color #945DD5: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945DD5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 93 | 213 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.16 |
| HSL | 267.5º | 0.59% | 0.6% | - |
| HSV(B) | 267.5º | 0.56% | 0.84% | - |
| XYZ | 28.14 | 18.93 | 65.12 | - |
| YUV | 123.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 213 | 0.31 | 0.56 | 0 | 0.16 | 267.5 | 0.59 | 0.6 |
| Hex | 94 | 5D | D5 | 1F | 38 | 0 | 10 | 10C | 3B | 3C |
| Octal | 224 | 135 | 325 | 37 | 70 | 0 | 20 | 414 | 73 | 74 |
| Binary | 10010100 | 1011101 | 11010101 | 11111 | 111000 | 0 | 10000 | 100001100 | 111011 | 111100 |
Color Harmonies of #945DD5
Complementary color
Monochromatic Colors of #945DD5
Black with #945DD5
Text Example
Text Example
White with #945DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DD5; }
p { color: rgb(148,93,213); }
H1.HeaderClassName
{
color: #945DD5;
}
.AnyTagClassName
{
color: #945DD5;
}
</style>
background-color css
<style>
a { background-color: #945DD5; }
a { background-color: rgb(148,93,213); }
div.DivClassName
{
background-color: #945DD5;
}
.BgClassName
{
background-color: #945DD5;
}
</style>
border-color css
<style>
span { border-color: #945DD5; }
span { border-color: rgb(148,93,213); }
td.TdClassName
{
border-color: #945DD5;
}
.TagClassName
{
border-color: #945DD5;
}
</style>