Shades of Amethyst #945ADF
Tints of Amethyst #945ADF
RGB
CMYK
RGB Variations
Color information
#945ADF (or 0x945ADF) is known color: Amethyst. HEX triplet: 94, 5A and DF. RGB value is (148,90,223). Sum of RGB (Red+Green+Blue) = 148+90+223=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #945ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ADF is #6BA520. Grayscale: #7A7A7A. Windows color (decimal): -7054625 or 14637716. OLE color: 14637716.
HSL color Cylindrical-coordinate representation of color #945ADF: hue angle of 266.17º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #945ADF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 90 | 223 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.13 |
| HSL | 266.17º | 0.68% | 0.61% | - |
| HSV(B) | 266.17º | 0.6% | 0.87% | - |
| XYZ | 29.19 | 18.94 | 71.93 | - |
| YUV | 122.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 223 | 0.34 | 0.60 | 0 | 0.13 | 266.17 | 0.68 | 0.61 |
| Hex | 94 | 5A | DF | 22 | 3C | 0 | D | 10A | 44 | 3D |
| Octal | 224 | 132 | 337 | 42 | 74 | 0 | 15 | 412 | 104 | 75 |
| Binary | 10010100 | 1011010 | 11011111 | 100010 | 111100 | 0 | 1101 | 100001010 | 1000100 | 111101 |
Color Harmonies of #945ADF
Complementary color
Monochromatic Colors of #945ADF
Black with #945ADF
Text Example
Text Example
White with #945ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ADF; }
p { color: rgb(148,90,223); }
H1.HeaderClassName
{
color: #945ADF;
}
.AnyTagClassName
{
color: #945ADF;
}
</style>
background-color css
<style>
a { background-color: #945ADF; }
a { background-color: rgb(148,90,223); }
div.DivClassName
{
background-color: #945ADF;
}
.BgClassName
{
background-color: #945ADF;
}
</style>
border-color css
<style>
span { border-color: #945ADF; }
span { border-color: rgb(148,90,223); }
td.TdClassName
{
border-color: #945ADF;
}
.TagClassName
{
border-color: #945ADF;
}
</style>