Shades of Amethyst #945DC9
Tints of Amethyst #945DC9
RGB
CMYK
RGB Variations
Color information
#945DC9 (or 0x945DC9) is known color: Amethyst. HEX triplet: 94, 5D and C9. RGB value is (148,93,201). Sum of RGB (Red+Green+Blue) = 148+93+201=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #945DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DC9 is #6BA236. Grayscale: #797979. Windows color (decimal): -7053879 or 13196692. OLE color: 13196692.
HSL color Cylindrical-coordinate representation of color #945DC9: hue angle of 270.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945DC9 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 93 | 201 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.21 |
| HSL | 270.56º | 0.5% | 0.58% | - |
| HSV(B) | 270.56º | 0.54% | 0.79% | - |
| XYZ | 26.67 | 18.34 | 57.39 | - |
| YUV | 121.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 201 | 0.26 | 0.54 | 0 | 0.21 | 270.56 | 0.5 | 0.58 |
| Hex | 94 | 5D | C9 | 1A | 36 | 0 | 15 | 10F | 32 | 3A |
| Octal | 224 | 135 | 311 | 32 | 66 | 0 | 25 | 417 | 62 | 72 |
| Binary | 10010100 | 1011101 | 11001001 | 11010 | 110110 | 0 | 10101 | 100001111 | 110010 | 111010 |
Color Harmonies of #945DC9
Complementary color
Monochromatic Colors of #945DC9
Black with #945DC9
Text Example
Text Example
White with #945DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DC9; }
p { color: rgb(148,93,201); }
H1.HeaderClassName
{
color: #945DC9;
}
.AnyTagClassName
{
color: #945DC9;
}
</style>
background-color css
<style>
a { background-color: #945DC9; }
a { background-color: rgb(148,93,201); }
div.DivClassName
{
background-color: #945DC9;
}
.BgClassName
{
background-color: #945DC9;
}
</style>
border-color css
<style>
span { border-color: #945DC9; }
span { border-color: rgb(148,93,201); }
td.TdClassName
{
border-color: #945DC9;
}
.TagClassName
{
border-color: #945DC9;
}
</style>