Shades of Amethyst #935CCC
Tints of Amethyst #935CCC
RGB
CMYK
RGB Variations
Color information
#935CCC (or 0x935CCC) is known color: Amethyst. HEX triplet: 93, 5C and CC. RGB value is (147,92,204). Sum of RGB (Red+Green+Blue) = 147+92+204=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #935CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCC is #6CA333. Grayscale: #787878. Windows color (decimal): -7119668 or 13393043. OLE color: 13393043.
HSL color Cylindrical-coordinate representation of color #935CCC: hue angle of 269.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935CCC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 92 | 204 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.2 |
| HSL | 269.46º | 0.52% | 0.58% | - |
| HSV(B) | 269.46º | 0.55% | 0.8% | - |
| XYZ | 26.76 | 18.22 | 59.23 | - |
| YUV | 121.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 204 | 0.28 | 0.55 | 0 | 0.2 | 269.46 | 0.52 | 0.58 |
| Hex | 93 | 5C | CC | 1C | 37 | 0 | 14 | 10D | 34 | 3A |
| Octal | 223 | 134 | 314 | 34 | 67 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010011 | 1011100 | 11001100 | 11100 | 110111 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #935CCC
Complementary color
Monochromatic Colors of #935CCC
Black with #935CCC
Text Example
Text Example
White with #935CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CCC; }
p { color: rgb(147,92,204); }
H1.HeaderClassName
{
color: #935CCC;
}
.AnyTagClassName
{
color: #935CCC;
}
</style>
background-color css
<style>
a { background-color: #935CCC; }
a { background-color: rgb(147,92,204); }
div.DivClassName
{
background-color: #935CCC;
}
.BgClassName
{
background-color: #935CCC;
}
</style>
border-color css
<style>
span { border-color: #935CCC; }
span { border-color: rgb(147,92,204); }
td.TdClassName
{
border-color: #935CCC;
}
.TagClassName
{
border-color: #935CCC;
}
</style>