Shades of Amethyst #9456CE
Tints of Amethyst #9456CE
RGB
CMYK
RGB Variations
Color information
#9456CE (or 0x9456CE) is known color: Amethyst. HEX triplet: 94, 56 and CE. RGB value is (148,86,206). Sum of RGB (Red+Green+Blue) = 148+86+206=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9456CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456CE is #6BA931. Grayscale: #757575. Windows color (decimal): -7055666 or 13522580. OLE color: 13522580.
HSL color Cylindrical-coordinate representation of color #9456CE: hue angle of 271º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9456CE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 86 | 206 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.19 |
| HSL | 271º | 0.55% | 0.57% | - |
| HSV(B) | 271º | 0.58% | 0.81% | - |
| XYZ | 26.68 | 17.41 | 60.35 | - |
| YUV | 118.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 206 | 0.28 | 0.58 | 0 | 0.19 | 271 | 0.55 | 0.57 |
| Hex | 94 | 56 | CE | 1C | 3A | 0 | 13 | 10F | 37 | 39 |
| Octal | 224 | 126 | 316 | 34 | 72 | 0 | 23 | 417 | 67 | 71 |
| Binary | 10010100 | 1010110 | 11001110 | 11100 | 111010 | 0 | 10011 | 100001111 | 110111 | 111001 |
Color Harmonies of #9456CE
Complementary color
Monochromatic Colors of #9456CE
Black with #9456CE
Text Example
Text Example
White with #9456CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456CE; }
p { color: rgb(148,86,206); }
H1.HeaderClassName
{
color: #9456CE;
}
.AnyTagClassName
{
color: #9456CE;
}
</style>
background-color css
<style>
a { background-color: #9456CE; }
a { background-color: rgb(148,86,206); }
div.DivClassName
{
background-color: #9456CE;
}
.BgClassName
{
background-color: #9456CE;
}
</style>
border-color css
<style>
span { border-color: #9456CE; }
span { border-color: rgb(148,86,206); }
td.TdClassName
{
border-color: #9456CE;
}
.TagClassName
{
border-color: #9456CE;
}
</style>