Shades of Amethyst #956ACE
Tints of Amethyst #956ACE
RGB
CMYK
RGB Variations
Color information
#956ACE (or 0x956ACE) is known color: Amethyst. HEX triplet: 95, 6A and CE. RGB value is (149,106,206). Sum of RGB (Red+Green+Blue) = 149+106+206=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #956ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACE is #6A9531. Grayscale: #818181. Windows color (decimal): -6985010 or 13527701. OLE color: 13527701.
HSL color Cylindrical-coordinate representation of color #956ACE: hue angle of 265.8º 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 #956ACE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 106 | 206 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.19 |
| HSL | 265.8º | 0.51% | 0.61% | - |
| HSV(B) | 265.8º | 0.49% | 0.81% | - |
| XYZ | 28.69 | 21.15 | 60.96 | - |
| YUV | 130.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 206 | 0.28 | 0.49 | 0 | 0.19 | 265.8 | 0.51 | 0.61 |
| Hex | 95 | 6A | CE | 1C | 31 | 0 | 13 | 10A | 33 | 3D |
| Octal | 225 | 152 | 316 | 34 | 61 | 0 | 23 | 412 | 63 | 75 |
| Binary | 10010101 | 1101010 | 11001110 | 11100 | 110001 | 0 | 10011 | 100001010 | 110011 | 111101 |
Color Harmonies of #956ACE
Complementary color
Monochromatic Colors of #956ACE
Black with #956ACE
Text Example
Text Example
White with #956ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956ACE; }
p { color: rgb(149,106,206); }
H1.HeaderClassName
{
color: #956ACE;
}
.AnyTagClassName
{
color: #956ACE;
}
</style>
background-color css
<style>
a { background-color: #956ACE; }
a { background-color: rgb(149,106,206); }
div.DivClassName
{
background-color: #956ACE;
}
.BgClassName
{
background-color: #956ACE;
}
</style>
border-color css
<style>
span { border-color: #956ACE; }
span { border-color: rgb(149,106,206); }
td.TdClassName
{
border-color: #956ACE;
}
.TagClassName
{
border-color: #956ACE;
}
</style>