Shades of Amethyst #935DCB
Tints of Amethyst #935DCB
RGB
CMYK
RGB Variations
Color information
#935DCB (or 0x935DCB) is known color: Amethyst. HEX triplet: 93, 5D and CB. RGB value is (147,93,203). Sum of RGB (Red+Green+Blue) = 147+93+203=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #935DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DCB is #6CA234. Grayscale: #797979. Windows color (decimal): -7119413 or 13327763. OLE color: 13327763.
HSL color Cylindrical-coordinate representation of color #935DCB: hue angle of 269.45º degrees, saturation: 0.51, 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 #935DCB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 93 | 203 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.20 |
| HSL | 269.45º | 0.51% | 0.58% | - |
| HSV(B) | 269.45º | 0.54% | 0.8% | - |
| XYZ | 26.73 | 18.34 | 58.63 | - |
| YUV | 121.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 203 | 0.28 | 0.54 | 0 | 0.20 | 269.45 | 0.51 | 0.58 |
| Hex | 93 | 5D | CB | 1C | 36 | 0 | 14 | 10D | 33 | 3A |
| Octal | 223 | 135 | 313 | 34 | 66 | 0 | 24 | 415 | 63 | 72 |
| Binary | 10010011 | 1011101 | 11001011 | 11100 | 110110 | 0 | 10100 | 100001101 | 110011 | 111010 |
Color Harmonies of #935DCB
Complementary color
Monochromatic Colors of #935DCB
Black with #935DCB
Text Example
Text Example
White with #935DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DCB; }
p { color: rgb(147,93,203); }
H1.HeaderClassName
{
color: #935DCB;
}
.AnyTagClassName
{
color: #935DCB;
}
</style>
background-color css
<style>
a { background-color: #935DCB; }
a { background-color: rgb(147,93,203); }
div.DivClassName
{
background-color: #935DCB;
}
.BgClassName
{
background-color: #935DCB;
}
</style>
border-color css
<style>
span { border-color: #935DCB; }
span { border-color: rgb(147,93,203); }
td.TdClassName
{
border-color: #935DCB;
}
.TagClassName
{
border-color: #935DCB;
}
</style>