Shades of Amethyst #945CCD
Tints of Amethyst #945CCD
RGB
CMYK
RGB Variations
Color information
#945CCD (or 0x945CCD) is known color: Amethyst. HEX triplet: 94, 5C and CD. RGB value is (148,92,205). Sum of RGB (Red+Green+Blue) = 148+92+205=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #945CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCD is #6BA332. Grayscale: #797979. Windows color (decimal): -7054131 or 13458580. OLE color: 13458580.
HSL color Cylindrical-coordinate representation of color #945CCD: hue angle of 269.73º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945CCD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 92 | 205 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.20 |
| HSL | 269.73º | 0.53% | 0.58% | - |
| HSV(B) | 269.73º | 0.55% | 0.8% | - |
| XYZ | 27.06 | 18.36 | 59.87 | - |
| YUV | 121.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 205 | 0.28 | 0.55 | 0 | 0.20 | 269.73 | 0.53 | 0.58 |
| Hex | 94 | 5C | CD | 1C | 37 | 0 | 14 | 10E | 35 | 3A |
| Octal | 224 | 134 | 315 | 34 | 67 | 0 | 24 | 416 | 65 | 72 |
| Binary | 10010100 | 1011100 | 11001101 | 11100 | 110111 | 0 | 10100 | 100001110 | 110101 | 111010 |
Color Harmonies of #945CCD
Complementary color
Monochromatic Colors of #945CCD
Black with #945CCD
Text Example
Text Example
White with #945CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CCD; }
p { color: rgb(148,92,205); }
H1.HeaderClassName
{
color: #945CCD;
}
.AnyTagClassName
{
color: #945CCD;
}
</style>
background-color css
<style>
a { background-color: #945CCD; }
a { background-color: rgb(148,92,205); }
div.DivClassName
{
background-color: #945CCD;
}
.BgClassName
{
background-color: #945CCD;
}
</style>
border-color css
<style>
span { border-color: #945CCD; }
span { border-color: rgb(148,92,205); }
td.TdClassName
{
border-color: #945CCD;
}
.TagClassName
{
border-color: #945CCD;
}
</style>