Shades of Amethyst #945CDA
Tints of Amethyst #945CDA
RGB
CMYK
RGB Variations
Color information
#945CDA (or 0x945CDA) is known color: Amethyst. HEX triplet: 94, 5C and DA. RGB value is (148,92,218). Sum of RGB (Red+Green+Blue) = 148+92+218=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #945CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDA is #6BA325. Grayscale: #7A7A7A. Windows color (decimal): -7054118 or 14310548. OLE color: 14310548.
HSL color Cylindrical-coordinate representation of color #945CDA: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945CDA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 92 | 218 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.15 |
| HSL | 266.67º | 0.63% | 0.61% | - |
| HSV(B) | 266.67º | 0.58% | 0.85% | - |
| XYZ | 28.69 | 19.01 | 68.49 | - |
| YUV | 123.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 218 | 0.32 | 0.58 | 0 | 0.15 | 266.67 | 0.63 | 0.61 |
| Hex | 94 | 5C | DA | 20 | 3A | 0 | F | 10B | 3F | 3D |
| Octal | 224 | 134 | 332 | 40 | 72 | 0 | 17 | 413 | 77 | 75 |
| Binary | 10010100 | 1011100 | 11011010 | 100000 | 111010 | 0 | 1111 | 100001011 | 111111 | 111101 |
Color Harmonies of #945CDA
Complementary color
Monochromatic Colors of #945CDA
Black with #945CDA
Text Example
Text Example
White with #945CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CDA; }
p { color: rgb(148,92,218); }
H1.HeaderClassName
{
color: #945CDA;
}
.AnyTagClassName
{
color: #945CDA;
}
</style>
background-color css
<style>
a { background-color: #945CDA; }
a { background-color: rgb(148,92,218); }
div.DivClassName
{
background-color: #945CDA;
}
.BgClassName
{
background-color: #945CDA;
}
</style>
border-color css
<style>
span { border-color: #945CDA; }
span { border-color: rgb(148,92,218); }
td.TdClassName
{
border-color: #945CDA;
}
.TagClassName
{
border-color: #945CDA;
}
</style>