Shades of Amethyst #9A6FCC
Tints of Amethyst #9A6FCC
RGB
CMYK
RGB Variations
Color information
#9A6FCC (or 0x9A6FCC) is known color: Amethyst. HEX triplet: 9A, 6F and CC. RGB value is (154,111,204). Sum of RGB (Red+Green+Blue) = 154+111+204=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FCC is #659033. Grayscale: #868686. Windows color (decimal): -6656052 or 13397914. OLE color: 13397914.
HSL color Cylindrical-coordinate representation of color #9A6FCC: hue angle of 267.74º 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 #9A6FCC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 111 | 204 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.2 |
| HSL | 267.74º | 0.48% | 0.62% | - |
| HSV(B) | 267.74º | 0.46% | 0.8% | - |
| XYZ | 29.91 | 22.6 | 59.91 | - |
| YUV | 134.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 204 | 0.25 | 0.46 | 0 | 0.2 | 267.74 | 0.48 | 0.62 |
| Hex | 9A | 6F | CC | 19 | 2E | 0 | 14 | 10C | 30 | 3E |
| Octal | 232 | 157 | 314 | 31 | 56 | 0 | 24 | 414 | 60 | 76 |
| Binary | 10011010 | 1101111 | 11001100 | 11001 | 101110 | 0 | 10100 | 100001100 | 110000 | 111110 |
Color Harmonies of #9A6FCC
Complementary color
Monochromatic Colors of #9A6FCC
Black with #9A6FCC
Text Example
Text Example
White with #9A6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FCC; }
p { color: rgb(154,111,204); }
H1.HeaderClassName
{
color: #9A6FCC;
}
.AnyTagClassName
{
color: #9A6FCC;
}
</style>
background-color css
<style>
a { background-color: #9A6FCC; }
a { background-color: rgb(154,111,204); }
div.DivClassName
{
background-color: #9A6FCC;
}
.BgClassName
{
background-color: #9A6FCC;
}
</style>
border-color css
<style>
span { border-color: #9A6FCC; }
span { border-color: rgb(154,111,204); }
td.TdClassName
{
border-color: #9A6FCC;
}
.TagClassName
{
border-color: #9A6FCC;
}
</style>