Shades of Amethyst #946ACC
Tints of Amethyst #946ACC
RGB
CMYK
RGB Variations
Color information
#946ACC (or 0x946ACC) is known color: Amethyst. HEX triplet: 94, 6A and CC. RGB value is (148,106,204). Sum of RGB (Red+Green+Blue) = 148+106+204=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #946ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ACC is #6B9533. Grayscale: #818181. Windows color (decimal): -7050548 or 13396628. OLE color: 13396628.
HSL color Cylindrical-coordinate representation of color #946ACC: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946ACC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 106 | 204 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.2 |
| HSL | 265.71º | 0.49% | 0.61% | - |
| HSV(B) | 265.71º | 0.48% | 0.8% | - |
| XYZ | 28.27 | 20.96 | 59.68 | - |
| YUV | 129.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 204 | 0.27 | 0.48 | 0 | 0.2 | 265.71 | 0.49 | 0.61 |
| Hex | 94 | 6A | CC | 1B | 30 | 0 | 14 | 10A | 31 | 3D |
| Octal | 224 | 152 | 314 | 33 | 60 | 0 | 24 | 412 | 61 | 75 |
| Binary | 10010100 | 1101010 | 11001100 | 11011 | 110000 | 0 | 10100 | 100001010 | 110001 | 111101 |
Color Harmonies of #946ACC
Complementary color
Monochromatic Colors of #946ACC
Black with #946ACC
Text Example
Text Example
White with #946ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946ACC; }
p { color: rgb(148,106,204); }
H1.HeaderClassName
{
color: #946ACC;
}
.AnyTagClassName
{
color: #946ACC;
}
</style>
background-color css
<style>
a { background-color: #946ACC; }
a { background-color: rgb(148,106,204); }
div.DivClassName
{
background-color: #946ACC;
}
.BgClassName
{
background-color: #946ACC;
}
</style>
border-color css
<style>
span { border-color: #946ACC; }
span { border-color: rgb(148,106,204); }
td.TdClassName
{
border-color: #946ACC;
}
.TagClassName
{
border-color: #946ACC;
}
</style>