Shades of Amethyst #935DCC
Tints of Amethyst #935DCC
RGB
CMYK
RGB Variations
Color information
#935DCC (or 0x935DCC) is known color: Amethyst. HEX triplet: 93, 5D and CC. RGB value is (147,93,204). Sum of RGB (Red+Green+Blue) = 147+93+204=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #935DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DCC is #6CA233. Grayscale: #797979. Windows color (decimal): -7119412 or 13393299. OLE color: 13393299.
HSL color Cylindrical-coordinate representation of color #935DCC: hue angle of 269.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935DCC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 93 | 204 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.2 |
| HSL | 269.19º | 0.52% | 0.58% | - |
| HSV(B) | 269.19º | 0.54% | 0.8% | - |
| XYZ | 26.85 | 18.39 | 59.26 | - |
| YUV | 121.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 204 | 0.28 | 0.54 | 0 | 0.2 | 269.19 | 0.52 | 0.58 |
| Hex | 93 | 5D | CC | 1C | 36 | 0 | 14 | 10D | 34 | 3A |
| Octal | 223 | 135 | 314 | 34 | 66 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010011 | 1011101 | 11001100 | 11100 | 110110 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #935DCC
Complementary color
Monochromatic Colors of #935DCC
Black with #935DCC
Text Example
Text Example
White with #935DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DCC; }
p { color: rgb(147,93,204); }
H1.HeaderClassName
{
color: #935DCC;
}
.AnyTagClassName
{
color: #935DCC;
}
</style>
background-color css
<style>
a { background-color: #935DCC; }
a { background-color: rgb(147,93,204); }
div.DivClassName
{
background-color: #935DCC;
}
.BgClassName
{
background-color: #935DCC;
}
</style>
border-color css
<style>
span { border-color: #935DCC; }
span { border-color: rgb(147,93,204); }
td.TdClassName
{
border-color: #935DCC;
}
.TagClassName
{
border-color: #935DCC;
}
</style>