Shades of Amethyst #936ACE
Tints of Amethyst #936ACE
RGB
CMYK
RGB Variations
Color information
#936ACE (or 0x936ACE) is known color: Amethyst. HEX triplet: 93, 6A and CE. RGB value is (147,106,206). Sum of RGB (Red+Green+Blue) = 147+106+206=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #936ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ACE is #6C9531. Grayscale: #818181. Windows color (decimal): -7116082 or 13527699. OLE color: 13527699.
HSL color Cylindrical-coordinate representation of color #936ACE: hue angle of 264.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936ACE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 106 | 206 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.19 |
| HSL | 264.6º | 0.51% | 0.61% | - |
| HSV(B) | 264.6º | 0.49% | 0.81% | - |
| XYZ | 28.33 | 20.97 | 60.95 | - |
| YUV | 129.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 206 | 0.29 | 0.49 | 0 | 0.19 | 264.6 | 0.51 | 0.61 |
| Hex | 93 | 6A | CE | 1D | 31 | 0 | 13 | 109 | 33 | 3D |
| Octal | 223 | 152 | 316 | 35 | 61 | 0 | 23 | 411 | 63 | 75 |
| Binary | 10010011 | 1101010 | 11001110 | 11101 | 110001 | 0 | 10011 | 100001001 | 110011 | 111101 |
Color Harmonies of #936ACE
Complementary color
Monochromatic Colors of #936ACE
Black with #936ACE
Text Example
Text Example
White with #936ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936ACE; }
p { color: rgb(147,106,206); }
H1.HeaderClassName
{
color: #936ACE;
}
.AnyTagClassName
{
color: #936ACE;
}
</style>
background-color css
<style>
a { background-color: #936ACE; }
a { background-color: rgb(147,106,206); }
div.DivClassName
{
background-color: #936ACE;
}
.BgClassName
{
background-color: #936ACE;
}
</style>
border-color css
<style>
span { border-color: #936ACE; }
span { border-color: rgb(147,106,206); }
td.TdClassName
{
border-color: #936ACE;
}
.TagClassName
{
border-color: #936ACE;
}
</style>