Shades of Amethyst #945ACC
Tints of Amethyst #945ACC
RGB
CMYK
RGB Variations
Color information
#945ACC (or 0x945ACC) is known color: Amethyst. HEX triplet: 94, 5A and CC. RGB value is (148,90,204). Sum of RGB (Red+Green+Blue) = 148+90+204=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #945ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ACC is #6BA533. Grayscale: #777777. Windows color (decimal): -7054644 or 13392532. OLE color: 13392532.
HSL color Cylindrical-coordinate representation of color #945ACC: hue angle of 270.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945ACC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 90 | 204 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.2 |
| HSL | 270.53º | 0.53% | 0.58% | - |
| HSV(B) | 270.53º | 0.56% | 0.8% | - |
| XYZ | 26.77 | 17.97 | 59.18 | - |
| YUV | 120.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 204 | 0.27 | 0.56 | 0 | 0.2 | 270.53 | 0.53 | 0.58 |
| Hex | 94 | 5A | CC | 1B | 38 | 0 | 14 | 10F | 35 | 3A |
| Octal | 224 | 132 | 314 | 33 | 70 | 0 | 24 | 417 | 65 | 72 |
| Binary | 10010100 | 1011010 | 11001100 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111010 |
Color Harmonies of #945ACC
Complementary color
Monochromatic Colors of #945ACC
Black with #945ACC
Text Example
Text Example
White with #945ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ACC; }
p { color: rgb(148,90,204); }
H1.HeaderClassName
{
color: #945ACC;
}
.AnyTagClassName
{
color: #945ACC;
}
</style>
background-color css
<style>
a { background-color: #945ACC; }
a { background-color: rgb(148,90,204); }
div.DivClassName
{
background-color: #945ACC;
}
.BgClassName
{
background-color: #945ACC;
}
</style>
border-color css
<style>
span { border-color: #945ACC; }
span { border-color: rgb(148,90,204); }
td.TdClassName
{
border-color: #945ACC;
}
.TagClassName
{
border-color: #945ACC;
}
</style>