Shades of Amethyst #925DCC
Tints of Amethyst #925DCC
RGB
CMYK
RGB Variations
Color information
#925DCC (or 0x925DCC) is known color: Amethyst. HEX triplet: 92, 5D and CC. RGB value is (146,93,204). Sum of RGB (Red+Green+Blue) = 146+93+204=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 93 (36.72% from 255 or 20.99% 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 #925DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DCC is #6DA233. Grayscale: #797979. Windows color (decimal): -7184948 or 13393298. OLE color: 13393298.
HSL color Cylindrical-coordinate representation of color #925DCC: hue angle of 268.65º 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 #925DCC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 93 | 204 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.2 |
| HSL | 268.65º | 0.52% | 0.58% | - |
| HSV(B) | 268.65º | 0.54% | 0.8% | - |
| XYZ | 26.67 | 18.3 | 59.25 | - |
| YUV | 121.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 204 | 0.28 | 0.54 | 0 | 0.2 | 268.65 | 0.52 | 0.58 |
| Hex | 92 | 5D | CC | 1C | 36 | 0 | 14 | 10D | 34 | 3A |
| Octal | 222 | 135 | 314 | 34 | 66 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010010 | 1011101 | 11001100 | 11100 | 110110 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #925DCC
Complementary color
Monochromatic Colors of #925DCC
Black with #925DCC
Text Example
Text Example
White with #925DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DCC; }
p { color: rgb(146,93,204); }
H1.HeaderClassName
{
color: #925DCC;
}
.AnyTagClassName
{
color: #925DCC;
}
</style>
background-color css
<style>
a { background-color: #925DCC; }
a { background-color: rgb(146,93,204); }
div.DivClassName
{
background-color: #925DCC;
}
.BgClassName
{
background-color: #925DCC;
}
</style>
border-color css
<style>
span { border-color: #925DCC; }
span { border-color: rgb(146,93,204); }
td.TdClassName
{
border-color: #925DCC;
}
.TagClassName
{
border-color: #925DCC;
}
</style>