Shades of Amethyst #935CDD
Tints of Amethyst #935CDD
RGB
CMYK
RGB Variations
Color information
#935CDD (or 0x935CDD) is known color: Amethyst. HEX triplet: 93, 5C and DD. RGB value is (147,92,221). Sum of RGB (Red+Green+Blue) = 147+92+221=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #935CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDD is #6CA322. Grayscale: #7A7A7A. Windows color (decimal): -7119651 or 14507155. OLE color: 14507155.
HSL color Cylindrical-coordinate representation of color #935CDD: hue angle of 265.58º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935CDD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 92 | 221 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.13 |
| HSL | 265.58º | 0.65% | 0.61% | - |
| HSV(B) | 265.58º | 0.58% | 0.87% | - |
| XYZ | 28.91 | 19.08 | 70.57 | - |
| YUV | 123.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 221 | 0.33 | 0.58 | 0 | 0.13 | 265.58 | 0.65 | 0.61 |
| Hex | 93 | 5C | DD | 21 | 3A | 0 | D | 10A | 41 | 3D |
| Octal | 223 | 134 | 335 | 41 | 72 | 0 | 15 | 412 | 101 | 75 |
| Binary | 10010011 | 1011100 | 11011101 | 100001 | 111010 | 0 | 1101 | 100001010 | 1000001 | 111101 |
Color Harmonies of #935CDD
Complementary color
Monochromatic Colors of #935CDD
Black with #935CDD
Text Example
Text Example
White with #935CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CDD; }
p { color: rgb(147,92,221); }
H1.HeaderClassName
{
color: #935CDD;
}
.AnyTagClassName
{
color: #935CDD;
}
</style>
background-color css
<style>
a { background-color: #935CDD; }
a { background-color: rgb(147,92,221); }
div.DivClassName
{
background-color: #935CDD;
}
.BgClassName
{
background-color: #935CDD;
}
</style>
border-color css
<style>
span { border-color: #935CDD; }
span { border-color: rgb(147,92,221); }
td.TdClassName
{
border-color: #935CDD;
}
.TagClassName
{
border-color: #935CDD;
}
</style>