Shades of Amethyst #945ADC
Tints of Amethyst #945ADC
RGB
CMYK
RGB Variations
Color information
#945ADC (or 0x945ADC) is known color: Amethyst. HEX triplet: 94, 5A and DC. RGB value is (148,90,220). Sum of RGB (Red+Green+Blue) = 148+90+220=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #945ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ADC is #6BA523. Grayscale: #797979. Windows color (decimal): -7054628 or 14441108. OLE color: 14441108.
HSL color Cylindrical-coordinate representation of color #945ADC: hue angle of 266.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945ADC is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 90 | 220 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.14 |
| HSL | 266.77º | 0.65% | 0.61% | - |
| HSV(B) | 266.77º | 0.59% | 0.86% | - |
| XYZ | 28.79 | 18.78 | 69.82 | - |
| YUV | 122.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 220 | 0.33 | 0.59 | 0 | 0.14 | 266.77 | 0.65 | 0.61 |
| Hex | 94 | 5A | DC | 21 | 3B | 0 | E | 10B | 41 | 3D |
| Octal | 224 | 132 | 334 | 41 | 73 | 0 | 16 | 413 | 101 | 75 |
| Binary | 10010100 | 1011010 | 11011100 | 100001 | 111011 | 0 | 1110 | 100001011 | 1000001 | 111101 |
Color Harmonies of #945ADC
Complementary color
Monochromatic Colors of #945ADC
Black with #945ADC
Text Example
Text Example
White with #945ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ADC; }
p { color: rgb(148,90,220); }
H1.HeaderClassName
{
color: #945ADC;
}
.AnyTagClassName
{
color: #945ADC;
}
</style>
background-color css
<style>
a { background-color: #945ADC; }
a { background-color: rgb(148,90,220); }
div.DivClassName
{
background-color: #945ADC;
}
.BgClassName
{
background-color: #945ADC;
}
</style>
border-color css
<style>
span { border-color: #945ADC; }
span { border-color: rgb(148,90,220); }
td.TdClassName
{
border-color: #945ADC;
}
.TagClassName
{
border-color: #945ADC;
}
</style>