Shades of Amethyst #9A6CCE
Tints of Amethyst #9A6CCE
RGB
CMYK
RGB Variations
Color information
#9A6CCE (or 0x9A6CCE) is known color: Amethyst. HEX triplet: 9A, 6C and CE. RGB value is (154,108,206). Sum of RGB (Red+Green+Blue) = 154+108+206=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CCE is #659331. Grayscale: #848484. Windows color (decimal): -6656818 or 13528218. OLE color: 13528218.
HSL color Cylindrical-coordinate representation of color #9A6CCE: hue angle of 268.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6CCE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 108 | 206 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.19 |
| HSL | 268.16º | 0.5% | 0.62% | - |
| HSV(B) | 268.16º | 0.48% | 0.81% | - |
| XYZ | 29.83 | 22.05 | 61.08 | - |
| YUV | 132.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 206 | 0.25 | 0.48 | 0 | 0.19 | 268.16 | 0.5 | 0.62 |
| Hex | 9A | 6C | CE | 19 | 30 | 0 | 13 | 10C | 32 | 3E |
| Octal | 232 | 154 | 316 | 31 | 60 | 0 | 23 | 414 | 62 | 76 |
| Binary | 10011010 | 1101100 | 11001110 | 11001 | 110000 | 0 | 10011 | 100001100 | 110010 | 111110 |
Color Harmonies of #9A6CCE
Complementary color
Monochromatic Colors of #9A6CCE
Black with #9A6CCE
Text Example
Text Example
White with #9A6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CCE; }
p { color: rgb(154,108,206); }
H1.HeaderClassName
{
color: #9A6CCE;
}
.AnyTagClassName
{
color: #9A6CCE;
}
</style>
background-color css
<style>
a { background-color: #9A6CCE; }
a { background-color: rgb(154,108,206); }
div.DivClassName
{
background-color: #9A6CCE;
}
.BgClassName
{
background-color: #9A6CCE;
}
</style>
border-color css
<style>
span { border-color: #9A6CCE; }
span { border-color: rgb(154,108,206); }
td.TdClassName
{
border-color: #9A6CCE;
}
.TagClassName
{
border-color: #9A6CCE;
}
</style>