Shades of Amethyst #9A6ECD
Tints of Amethyst #9A6ECD
RGB
CMYK
RGB Variations
Color information
#9A6ECD (or 0x9A6ECD) is known color: Amethyst. HEX triplet: 9A, 6E and CD. RGB value is (154,110,205). Sum of RGB (Red+Green+Blue) = 154+110+205=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECD is #659132. Grayscale: #858585. Windows color (decimal): -6656307 or 13463194. OLE color: 13463194.
HSL color Cylindrical-coordinate representation of color #9A6ECD: hue angle of 267.79º degrees, saturation: 0.49, 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 #9A6ECD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 110 | 205 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.20 |
| HSL | 267.79º | 0.49% | 0.62% | - |
| HSV(B) | 267.79º | 0.46% | 0.8% | - |
| XYZ | 29.92 | 22.43 | 60.51 | - |
| YUV | 133.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 205 | 0.25 | 0.46 | 0 | 0.20 | 267.79 | 0.49 | 0.62 |
| Hex | 9A | 6E | CD | 19 | 2E | 0 | 14 | 10C | 31 | 3E |
| Octal | 232 | 156 | 315 | 31 | 56 | 0 | 24 | 414 | 61 | 76 |
| Binary | 10011010 | 1101110 | 11001101 | 11001 | 101110 | 0 | 10100 | 100001100 | 110001 | 111110 |
Color Harmonies of #9A6ECD
Complementary color
Monochromatic Colors of #9A6ECD
Black with #9A6ECD
Text Example
Text Example
White with #9A6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ECD; }
p { color: rgb(154,110,205); }
H1.HeaderClassName
{
color: #9A6ECD;
}
.AnyTagClassName
{
color: #9A6ECD;
}
</style>
background-color css
<style>
a { background-color: #9A6ECD; }
a { background-color: rgb(154,110,205); }
div.DivClassName
{
background-color: #9A6ECD;
}
.BgClassName
{
background-color: #9A6ECD;
}
</style>
border-color css
<style>
span { border-color: #9A6ECD; }
span { border-color: rgb(154,110,205); }
td.TdClassName
{
border-color: #9A6ECD;
}
.TagClassName
{
border-color: #9A6ECD;
}
</style>