Shades of Amethyst #945DCA
Tints of Amethyst #945DCA
RGB
CMYK
RGB Variations
Color information
#945DCA (or 0x945DCA) is known color: Amethyst. HEX triplet: 94, 5D and CA. RGB value is (148,93,202). Sum of RGB (Red+Green+Blue) = 148+93+202=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #945DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DCA is #6BA235. Grayscale: #797979. Windows color (decimal): -7053878 or 13262228. OLE color: 13262228.
HSL color Cylindrical-coordinate representation of color #945DCA: hue angle of 270.28º 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 #945DCA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 93 | 202 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.21 |
| HSL | 270.28º | 0.51% | 0.58% | - |
| HSV(B) | 270.28º | 0.54% | 0.79% | - |
| XYZ | 26.79 | 18.39 | 58.01 | - |
| YUV | 121.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 202 | 0.27 | 0.54 | 0 | 0.21 | 270.28 | 0.51 | 0.58 |
| Hex | 94 | 5D | CA | 1B | 36 | 0 | 15 | 10E | 33 | 3A |
| Octal | 224 | 135 | 312 | 33 | 66 | 0 | 25 | 416 | 63 | 72 |
| Binary | 10010100 | 1011101 | 11001010 | 11011 | 110110 | 0 | 10101 | 100001110 | 110011 | 111010 |
Color Harmonies of #945DCA
Complementary color
Monochromatic Colors of #945DCA
Black with #945DCA
Text Example
Text Example
White with #945DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DCA; }
p { color: rgb(148,93,202); }
H1.HeaderClassName
{
color: #945DCA;
}
.AnyTagClassName
{
color: #945DCA;
}
</style>
background-color css
<style>
a { background-color: #945DCA; }
a { background-color: rgb(148,93,202); }
div.DivClassName
{
background-color: #945DCA;
}
.BgClassName
{
background-color: #945DCA;
}
</style>
border-color css
<style>
span { border-color: #945DCA; }
span { border-color: rgb(148,93,202); }
td.TdClassName
{
border-color: #945DCA;
}
.TagClassName
{
border-color: #945DCA;
}
</style>