Shades of Amethyst #934FDD
Tints of Amethyst #934FDD
RGB
CMYK
RGB Variations
Color information
#934FDD (or 0x934FDD) is known color: Amethyst. HEX triplet: 93, 4F and DD. RGB value is (147,79,221). Sum of RGB (Red+Green+Blue) = 147+79+221=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #934FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FDD is #6CB022. Grayscale: #737373. Windows color (decimal): -7122979 or 14503827. OLE color: 14503827.
HSL color Cylindrical-coordinate representation of color #934FDD: hue angle of 268.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934FDD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 79 | 221 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.13 |
| HSL | 268.73º | 0.68% | 0.59% | - |
| HSV(B) | 268.73º | 0.64% | 0.87% | - |
| XYZ | 27.88 | 17.02 | 70.22 | - |
| YUV | 115.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 221 | 0.33 | 0.64 | 0 | 0.13 | 268.73 | 0.68 | 0.59 |
| Hex | 93 | 4F | DD | 21 | 40 | 0 | D | 10D | 44 | 3B |
| Octal | 223 | 117 | 335 | 41 | 100 | 0 | 15 | 415 | 104 | 73 |
| Binary | 10010011 | 1001111 | 11011101 | 100001 | 1000000 | 0 | 1101 | 100001101 | 1000100 | 111011 |
Color Harmonies of #934FDD
Complementary color
Monochromatic Colors of #934FDD
Black with #934FDD
Text Example
Text Example
White with #934FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FDD; }
p { color: rgb(147,79,221); }
H1.HeaderClassName
{
color: #934FDD;
}
.AnyTagClassName
{
color: #934FDD;
}
</style>
background-color css
<style>
a { background-color: #934FDD; }
a { background-color: rgb(147,79,221); }
div.DivClassName
{
background-color: #934FDD;
}
.BgClassName
{
background-color: #934FDD;
}
</style>
border-color css
<style>
span { border-color: #934FDD; }
span { border-color: rgb(147,79,221); }
td.TdClassName
{
border-color: #934FDD;
}
.TagClassName
{
border-color: #934FDD;
}
</style>