Shades of Amethyst #925DCA
Tints of Amethyst #925DCA
RGB
CMYK
RGB Variations
Color information
#925DCA (or 0x925DCA) is known color: Amethyst. HEX triplet: 92, 5D and CA. RGB value is (146,93,202). Sum of RGB (Red+Green+Blue) = 146+93+202=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #925DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DCA is #6DA235. Grayscale: #787878. Windows color (decimal): -7184950 or 13262226. OLE color: 13262226.
HSL color Cylindrical-coordinate representation of color #925DCA: hue angle of 269.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925DCA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 93 | 202 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.21 |
| HSL | 269.17º | 0.51% | 0.58% | - |
| HSV(B) | 269.17º | 0.54% | 0.79% | - |
| XYZ | 26.43 | 18.2 | 58 | - |
| YUV | 121.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 202 | 0.28 | 0.54 | 0 | 0.21 | 269.17 | 0.51 | 0.58 |
| Hex | 92 | 5D | CA | 1C | 36 | 0 | 15 | 10D | 33 | 3A |
| Octal | 222 | 135 | 312 | 34 | 66 | 0 | 25 | 415 | 63 | 72 |
| Binary | 10010010 | 1011101 | 11001010 | 11100 | 110110 | 0 | 10101 | 100001101 | 110011 | 111010 |
Color Harmonies of #925DCA
Complementary color
Monochromatic Colors of #925DCA
Black with #925DCA
Text Example
Text Example
White with #925DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DCA; }
p { color: rgb(146,93,202); }
H1.HeaderClassName
{
color: #925DCA;
}
.AnyTagClassName
{
color: #925DCA;
}
</style>
background-color css
<style>
a { background-color: #925DCA; }
a { background-color: rgb(146,93,202); }
div.DivClassName
{
background-color: #925DCA;
}
.BgClassName
{
background-color: #925DCA;
}
</style>
border-color css
<style>
span { border-color: #925DCA; }
span { border-color: rgb(146,93,202); }
td.TdClassName
{
border-color: #925DCA;
}
.TagClassName
{
border-color: #925DCA;
}
</style>