Shades of Amethyst #946ACF
Tints of Amethyst #946ACF
RGB
CMYK
RGB Variations
Color information
#946ACF (or 0x946ACF) is known color: Amethyst. HEX triplet: 94, 6A and CF. RGB value is (148,106,207). Sum of RGB (Red+Green+Blue) = 148+106+207=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #946ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ACF is #6B9530. Grayscale: #818181. Windows color (decimal): -7050545 or 13593236. OLE color: 13593236.
HSL color Cylindrical-coordinate representation of color #946ACF: hue angle of 264.95º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946ACF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 106 | 207 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.19 |
| HSL | 264.95º | 0.51% | 0.61% | - |
| HSV(B) | 264.95º | 0.49% | 0.81% | - |
| XYZ | 28.63 | 21.11 | 61.6 | - |
| YUV | 130.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 207 | 0.29 | 0.49 | 0 | 0.19 | 264.95 | 0.51 | 0.61 |
| Hex | 94 | 6A | CF | 1D | 31 | 0 | 13 | 109 | 33 | 3D |
| Octal | 224 | 152 | 317 | 35 | 61 | 0 | 23 | 411 | 63 | 75 |
| Binary | 10010100 | 1101010 | 11001111 | 11101 | 110001 | 0 | 10011 | 100001001 | 110011 | 111101 |
Color Harmonies of #946ACF
Complementary color
Monochromatic Colors of #946ACF
Black with #946ACF
Text Example
Text Example
White with #946ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946ACF; }
p { color: rgb(148,106,207); }
H1.HeaderClassName
{
color: #946ACF;
}
.AnyTagClassName
{
color: #946ACF;
}
</style>
background-color css
<style>
a { background-color: #946ACF; }
a { background-color: rgb(148,106,207); }
div.DivClassName
{
background-color: #946ACF;
}
.BgClassName
{
background-color: #946ACF;
}
</style>
border-color css
<style>
span { border-color: #946ACF; }
span { border-color: rgb(148,106,207); }
td.TdClassName
{
border-color: #946ACF;
}
.TagClassName
{
border-color: #946ACF;
}
</style>