Shades of Amethyst #945ED8
Tints of Amethyst #945ED8
RGB
CMYK
RGB Variations
Color information
#945ED8 (or 0x945ED8) is known color: Amethyst. HEX triplet: 94, 5E and D8. RGB value is (148,94,216). Sum of RGB (Red+Green+Blue) = 148+94+216=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #945ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ED8 is #6BA127. Grayscale: #7B7B7B. Windows color (decimal): -7053608 or 14179988. OLE color: 14179988.
HSL color Cylindrical-coordinate representation of color #945ED8: hue angle of 266.56º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945ED8 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 94 | 216 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.15 |
| HSL | 266.56º | 0.61% | 0.61% | - |
| HSV(B) | 266.56º | 0.56% | 0.85% | - |
| XYZ | 28.61 | 19.26 | 67.18 | - |
| YUV | 124.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 216 | 0.31 | 0.56 | 0 | 0.15 | 266.56 | 0.61 | 0.61 |
| Hex | 94 | 5E | D8 | 1F | 38 | 0 | F | 10B | 3D | 3D |
| Octal | 224 | 136 | 330 | 37 | 70 | 0 | 17 | 413 | 75 | 75 |
| Binary | 10010100 | 1011110 | 11011000 | 11111 | 111000 | 0 | 1111 | 100001011 | 111101 | 111101 |
Color Harmonies of #945ED8
Complementary color
Monochromatic Colors of #945ED8
Black with #945ED8
Text Example
Text Example
White with #945ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ED8; }
p { color: rgb(148,94,216); }
H1.HeaderClassName
{
color: #945ED8;
}
.AnyTagClassName
{
color: #945ED8;
}
</style>
background-color css
<style>
a { background-color: #945ED8; }
a { background-color: rgb(148,94,216); }
div.DivClassName
{
background-color: #945ED8;
}
.BgClassName
{
background-color: #945ED8;
}
</style>
border-color css
<style>
span { border-color: #945ED8; }
span { border-color: rgb(148,94,216); }
td.TdClassName
{
border-color: #945ED8;
}
.TagClassName
{
border-color: #945ED8;
}
</style>