Shades of Amethyst #9A6FCD
Tints of Amethyst #9A6FCD
RGB
CMYK
RGB Variations
Color information
#9A6FCD (or 0x9A6FCD) is known color: Amethyst. HEX triplet: 9A, 6F and CD. RGB value is (154,111,205). Sum of RGB (Red+Green+Blue) = 154+111+205=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FCD is #659032. Grayscale: #868686. Windows color (decimal): -6656051 or 13463450. OLE color: 13463450.
HSL color Cylindrical-coordinate representation of color #9A6FCD: hue angle of 267.45º 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 #9A6FCD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 111 | 205 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.20 |
| HSL | 267.45º | 0.48% | 0.62% | - |
| HSV(B) | 267.45º | 0.46% | 0.8% | - |
| XYZ | 30.03 | 22.65 | 60.55 | - |
| YUV | 134.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 205 | 0.25 | 0.46 | 0 | 0.20 | 267.45 | 0.48 | 0.62 |
| Hex | 9A | 6F | CD | 19 | 2E | 0 | 14 | 10B | 30 | 3E |
| Octal | 232 | 157 | 315 | 31 | 56 | 0 | 24 | 413 | 60 | 76 |
| Binary | 10011010 | 1101111 | 11001101 | 11001 | 101110 | 0 | 10100 | 100001011 | 110000 | 111110 |
Color Harmonies of #9A6FCD
Complementary color
Monochromatic Colors of #9A6FCD
Black with #9A6FCD
Text Example
Text Example
White with #9A6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FCD; }
p { color: rgb(154,111,205); }
H1.HeaderClassName
{
color: #9A6FCD;
}
.AnyTagClassName
{
color: #9A6FCD;
}
</style>
background-color css
<style>
a { background-color: #9A6FCD; }
a { background-color: rgb(154,111,205); }
div.DivClassName
{
background-color: #9A6FCD;
}
.BgClassName
{
background-color: #9A6FCD;
}
</style>
border-color css
<style>
span { border-color: #9A6FCD; }
span { border-color: rgb(154,111,205); }
td.TdClassName
{
border-color: #9A6FCD;
}
.TagClassName
{
border-color: #9A6FCD;
}
</style>