Shades of Amethyst #945CCC
Tints of Amethyst #945CCC
RGB
CMYK
RGB Variations
Color information
#945CCC (or 0x945CCC) is known color: Amethyst. HEX triplet: 94, 5C and CC. RGB value is (148,92,204). Sum of RGB (Red+Green+Blue) = 148+92+204=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #945CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCC is #6BA333. Grayscale: #797979. Windows color (decimal): -7054132 or 13393044. OLE color: 13393044.
HSL color Cylindrical-coordinate representation of color #945CCC: hue angle of 270º degrees, saturation: 0.52, 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 #945CCC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 92 | 204 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.2 |
| HSL | 270º | 0.52% | 0.58% | - |
| HSV(B) | 270º | 0.55% | 0.8% | - |
| XYZ | 26.94 | 18.31 | 59.24 | - |
| YUV | 121.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 204 | 0.27 | 0.55 | 0 | 0.2 | 270 | 0.52 | 0.58 |
| Hex | 94 | 5C | CC | 1B | 37 | 0 | 14 | 10E | 34 | 3A |
| Octal | 224 | 134 | 314 | 33 | 67 | 0 | 24 | 416 | 64 | 72 |
| Binary | 10010100 | 1011100 | 11001100 | 11011 | 110111 | 0 | 10100 | 100001110 | 110100 | 111010 |
Color Harmonies of #945CCC
Complementary color
Monochromatic Colors of #945CCC
Black with #945CCC
Text Example
Text Example
White with #945CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CCC; }
p { color: rgb(148,92,204); }
H1.HeaderClassName
{
color: #945CCC;
}
.AnyTagClassName
{
color: #945CCC;
}
</style>
background-color css
<style>
a { background-color: #945CCC; }
a { background-color: rgb(148,92,204); }
div.DivClassName
{
background-color: #945CCC;
}
.BgClassName
{
background-color: #945CCC;
}
</style>
border-color css
<style>
span { border-color: #945CCC; }
span { border-color: rgb(148,92,204); }
td.TdClassName
{
border-color: #945CCC;
}
.TagClassName
{
border-color: #945CCC;
}
</style>