Shades of Amethyst #945EDA
Tints of Amethyst #945EDA
RGB
CMYK
RGB Variations
Color information
#945EDA (or 0x945EDA) is known color: Amethyst. HEX triplet: 94, 5E and DA. RGB value is (148,94,218). Sum of RGB (Red+Green+Blue) = 148+94+218=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #945EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDA is #6BA125. Grayscale: #7B7B7B. Windows color (decimal): -7053606 or 14311060. OLE color: 14311060.
HSL color Cylindrical-coordinate representation of color #945EDA: hue angle of 266.13º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945EDA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 94 | 218 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.15 |
| HSL | 266.13º | 0.63% | 0.61% | - |
| HSV(B) | 266.13º | 0.57% | 0.85% | - |
| XYZ | 28.87 | 19.36 | 68.55 | - |
| YUV | 124.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 218 | 0.32 | 0.57 | 0 | 0.15 | 266.13 | 0.63 | 0.61 |
| Hex | 94 | 5E | DA | 20 | 39 | 0 | F | 10A | 3F | 3D |
| Octal | 224 | 136 | 332 | 40 | 71 | 0 | 17 | 412 | 77 | 75 |
| Binary | 10010100 | 1011110 | 11011010 | 100000 | 111001 | 0 | 1111 | 100001010 | 111111 | 111101 |
Color Harmonies of #945EDA
Complementary color
Monochromatic Colors of #945EDA
Black with #945EDA
Text Example
Text Example
White with #945EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EDA; }
p { color: rgb(148,94,218); }
H1.HeaderClassName
{
color: #945EDA;
}
.AnyTagClassName
{
color: #945EDA;
}
</style>
background-color css
<style>
a { background-color: #945EDA; }
a { background-color: rgb(148,94,218); }
div.DivClassName
{
background-color: #945EDA;
}
.BgClassName
{
background-color: #945EDA;
}
</style>
border-color css
<style>
span { border-color: #945EDA; }
span { border-color: rgb(148,94,218); }
td.TdClassName
{
border-color: #945EDA;
}
.TagClassName
{
border-color: #945EDA;
}
</style>