Shades of Amethyst #935BCD
Tints of Amethyst #935BCD
RGB
CMYK
RGB Variations
Color information
#935BCD (or 0x935BCD) is known color: Amethyst. HEX triplet: 93, 5B and CD. RGB value is (147,91,205). Sum of RGB (Red+Green+Blue) = 147+91+205=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #935BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BCD is #6CA432. Grayscale: #787878. Windows color (decimal): -7119923 or 13458323. OLE color: 13458323.
HSL color Cylindrical-coordinate representation of color #935BCD: hue angle of 269.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935BCD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 91 | 205 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.20 |
| HSL | 269.47º | 0.53% | 0.58% | - |
| HSV(B) | 269.47º | 0.56% | 0.8% | - |
| XYZ | 26.79 | 18.09 | 59.84 | - |
| YUV | 120.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 205 | 0.28 | 0.56 | 0 | 0.20 | 269.47 | 0.53 | 0.58 |
| Hex | 93 | 5B | CD | 1C | 38 | 0 | 14 | 10D | 35 | 3A |
| Octal | 223 | 133 | 315 | 34 | 70 | 0 | 24 | 415 | 65 | 72 |
| Binary | 10010011 | 1011011 | 11001101 | 11100 | 111000 | 0 | 10100 | 100001101 | 110101 | 111010 |
Color Harmonies of #935BCD
Complementary color
Monochromatic Colors of #935BCD
Black with #935BCD
Text Example
Text Example
White with #935BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BCD; }
p { color: rgb(147,91,205); }
H1.HeaderClassName
{
color: #935BCD;
}
.AnyTagClassName
{
color: #935BCD;
}
</style>
background-color css
<style>
a { background-color: #935BCD; }
a { background-color: rgb(147,91,205); }
div.DivClassName
{
background-color: #935BCD;
}
.BgClassName
{
background-color: #935BCD;
}
</style>
border-color css
<style>
span { border-color: #935BCD; }
span { border-color: rgb(147,91,205); }
td.TdClassName
{
border-color: #935BCD;
}
.TagClassName
{
border-color: #935BCD;
}
</style>