Shades of Amethyst #935ADD
Tints of Amethyst #935ADD
RGB
CMYK
RGB Variations
Color information
#935ADD (or 0x935ADD) is known color: Amethyst. HEX triplet: 93, 5A and DD. RGB value is (147,90,221). Sum of RGB (Red+Green+Blue) = 147+90+221=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #935ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ADD is #6CA522. Grayscale: #797979. Windows color (decimal): -7120163 or 14506643. OLE color: 14506643.
HSL color Cylindrical-coordinate representation of color #935ADD: hue angle of 266.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935ADD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 90 | 221 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.11º | 0.66% | 0.61% | - |
| HSV(B) | 266.11º | 0.59% | 0.87% | - |
| XYZ | 28.74 | 18.74 | 70.51 | - |
| YUV | 121.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 221 | 0.33 | 0.59 | 0 | 0.13 | 266.11 | 0.66 | 0.61 |
| Hex | 93 | 5A | DD | 21 | 3B | 0 | D | 10A | 42 | 3D |
| Octal | 223 | 132 | 335 | 41 | 73 | 0 | 15 | 412 | 102 | 75 |
| Binary | 10010011 | 1011010 | 11011101 | 100001 | 111011 | 0 | 1101 | 100001010 | 1000010 | 111101 |
Color Harmonies of #935ADD
Complementary color
Monochromatic Colors of #935ADD
Black with #935ADD
Text Example
Text Example
White with #935ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ADD; }
p { color: rgb(147,90,221); }
H1.HeaderClassName
{
color: #935ADD;
}
.AnyTagClassName
{
color: #935ADD;
}
</style>
background-color css
<style>
a { background-color: #935ADD; }
a { background-color: rgb(147,90,221); }
div.DivClassName
{
background-color: #935ADD;
}
.BgClassName
{
background-color: #935ADD;
}
</style>
border-color css
<style>
span { border-color: #935ADD; }
span { border-color: rgb(147,90,221); }
td.TdClassName
{
border-color: #935ADD;
}
.TagClassName
{
border-color: #935ADD;
}
</style>