Shades of Amethyst #9468CE
Tints of Amethyst #9468CE
RGB
CMYK
RGB Variations
Color information
#9468CE (or 0x9468CE) is known color: Amethyst. HEX triplet: 94, 68 and CE. RGB value is (148,104,206). Sum of RGB (Red+Green+Blue) = 148+104+206=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9468CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468CE is #6B9731. Grayscale: #808080. Windows color (decimal): -7051058 or 13527188. OLE color: 13527188.
HSL color Cylindrical-coordinate representation of color #9468CE: hue angle of 265.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9468CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 104 | 206 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.19 |
| HSL | 265.88º | 0.51% | 0.61% | - |
| HSV(B) | 265.88º | 0.5% | 0.81% | - |
| XYZ | 28.3 | 20.65 | 60.89 | - |
| YUV | 128.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 206 | 0.28 | 0.50 | 0 | 0.19 | 265.88 | 0.51 | 0.61 |
| Hex | 94 | 68 | CE | 1C | 32 | 0 | 13 | 10A | 33 | 3D |
| Octal | 224 | 150 | 316 | 34 | 62 | 0 | 23 | 412 | 63 | 75 |
| Binary | 10010100 | 1101000 | 11001110 | 11100 | 110010 | 0 | 10011 | 100001010 | 110011 | 111101 |
Color Harmonies of #9468CE
Complementary color
Monochromatic Colors of #9468CE
Black with #9468CE
Text Example
Text Example
White with #9468CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468CE; }
p { color: rgb(148,104,206); }
H1.HeaderClassName
{
color: #9468CE;
}
.AnyTagClassName
{
color: #9468CE;
}
</style>
background-color css
<style>
a { background-color: #9468CE; }
a { background-color: rgb(148,104,206); }
div.DivClassName
{
background-color: #9468CE;
}
.BgClassName
{
background-color: #9468CE;
}
</style>
border-color css
<style>
span { border-color: #9468CE; }
span { border-color: rgb(148,104,206); }
td.TdClassName
{
border-color: #9468CE;
}
.TagClassName
{
border-color: #9468CE;
}
</style>