Shades of Amethyst #9A6ECC
Tints of Amethyst #9A6ECC
RGB
CMYK
RGB Variations
Color information
#9A6ECC (or 0x9A6ECC) is known color: Amethyst. HEX triplet: 9A, 6E and CC. RGB value is (154,110,204). Sum of RGB (Red+Green+Blue) = 154+110+204=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECC is #659133. Grayscale: #858585. Windows color (decimal): -6656308 or 13397658. OLE color: 13397658.
HSL color Cylindrical-coordinate representation of color #9A6ECC: hue angle of 268.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6ECC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 110 | 204 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.2 |
| HSL | 268.09º | 0.48% | 0.62% | - |
| HSV(B) | 268.09º | 0.46% | 0.8% | - |
| XYZ | 29.8 | 22.38 | 59.88 | - |
| YUV | 133.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 204 | 0.25 | 0.46 | 0 | 0.2 | 268.09 | 0.48 | 0.62 |
| Hex | 9A | 6E | CC | 19 | 2E | 0 | 14 | 10C | 30 | 3E |
| Octal | 232 | 156 | 314 | 31 | 56 | 0 | 24 | 414 | 60 | 76 |
| Binary | 10011010 | 1101110 | 11001100 | 11001 | 101110 | 0 | 10100 | 100001100 | 110000 | 111110 |
Color Harmonies of #9A6ECC
Complementary color
Monochromatic Colors of #9A6ECC
Black with #9A6ECC
Text Example
Text Example
White with #9A6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ECC; }
p { color: rgb(154,110,204); }
H1.HeaderClassName
{
color: #9A6ECC;
}
.AnyTagClassName
{
color: #9A6ECC;
}
</style>
background-color css
<style>
a { background-color: #9A6ECC; }
a { background-color: rgb(154,110,204); }
div.DivClassName
{
background-color: #9A6ECC;
}
.BgClassName
{
background-color: #9A6ECC;
}
</style>
border-color css
<style>
span { border-color: #9A6ECC; }
span { border-color: rgb(154,110,204); }
td.TdClassName
{
border-color: #9A6ECC;
}
.TagClassName
{
border-color: #9A6ECC;
}
</style>