Shades of Amethyst #945DD0
Tints of Amethyst #945DD0
RGB
CMYK
RGB Variations
Color information
#945DD0 (or 0x945DD0) is known color: Amethyst. HEX triplet: 94, 5D and D0. RGB value is (148,93,208). Sum of RGB (Red+Green+Blue) = 148+93+208=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #945DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DD0 is #6BA22F. Grayscale: #7A7A7A. Windows color (decimal): -7053872 or 13655444. OLE color: 13655444.
HSL color Cylindrical-coordinate representation of color #945DD0: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945DD0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 93 | 208 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.18 |
| HSL | 268.7º | 0.55% | 0.59% | - |
| HSV(B) | 268.7º | 0.55% | 0.82% | - |
| XYZ | 27.51 | 18.68 | 61.83 | - |
| YUV | 122.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 208 | 0.29 | 0.55 | 0 | 0.18 | 268.7 | 0.55 | 0.59 |
| Hex | 94 | 5D | D0 | 1D | 37 | 0 | 12 | 10D | 37 | 3B |
| Octal | 224 | 135 | 320 | 35 | 67 | 0 | 22 | 415 | 67 | 73 |
| Binary | 10010100 | 1011101 | 11010000 | 11101 | 110111 | 0 | 10010 | 100001101 | 110111 | 111011 |
Color Harmonies of #945DD0
Complementary color
Monochromatic Colors of #945DD0
Black with #945DD0
Text Example
Text Example
White with #945DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DD0; }
p { color: rgb(148,93,208); }
H1.HeaderClassName
{
color: #945DD0;
}
.AnyTagClassName
{
color: #945DD0;
}
</style>
background-color css
<style>
a { background-color: #945DD0; }
a { background-color: rgb(148,93,208); }
div.DivClassName
{
background-color: #945DD0;
}
.BgClassName
{
background-color: #945DD0;
}
</style>
border-color css
<style>
span { border-color: #945DD0; }
span { border-color: rgb(148,93,208); }
td.TdClassName
{
border-color: #945DD0;
}
.TagClassName
{
border-color: #945DD0;
}
</style>