Shades of Amethyst #9A6CC3
Tints of Amethyst #9A6CC3
RGB
CMYK
RGB Variations
Color information
#9A6CC3 (or 0x9A6CC3) is known color: Amethyst. HEX triplet: 9A, 6C and C3. RGB value is (154,108,195). Sum of RGB (Red+Green+Blue) = 154+108+195=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A6CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CC3 is #65933C. Grayscale: #838383. Windows color (decimal): -6656829 or 12807322. OLE color: 12807322.
HSL color Cylindrical-coordinate representation of color #9A6CC3: hue angle of 271.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6CC3 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 108 | 195 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.24 |
| HSL | 271.72º | 0.42% | 0.59% | - |
| HSV(B) | 271.72º | 0.45% | 0.76% | - |
| XYZ | 28.54 | 21.54 | 54.28 | - |
| YUV | 131.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 195 | 0.21 | 0.45 | 0 | 0.24 | 271.72 | 0.42 | 0.59 |
| Hex | 9A | 6C | C3 | 15 | 2D | 0 | 18 | 110 | 2A | 3B |
| Octal | 232 | 154 | 303 | 25 | 55 | 0 | 30 | 420 | 52 | 73 |
| Binary | 10011010 | 1101100 | 11000011 | 10101 | 101101 | 0 | 11000 | 100010000 | 101010 | 111011 |
Color Harmonies of #9A6CC3
Complementary color
Monochromatic Colors of #9A6CC3
Black with #9A6CC3
Text Example
Text Example
White with #9A6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CC3; }
p { color: rgb(154,108,195); }
H1.HeaderClassName
{
color: #9A6CC3;
}
.AnyTagClassName
{
color: #9A6CC3;
}
</style>
background-color css
<style>
a { background-color: #9A6CC3; }
a { background-color: rgb(154,108,195); }
div.DivClassName
{
background-color: #9A6CC3;
}
.BgClassName
{
background-color: #9A6CC3;
}
</style>
border-color css
<style>
span { border-color: #9A6CC3; }
span { border-color: rgb(154,108,195); }
td.TdClassName
{
border-color: #9A6CC3;
}
.TagClassName
{
border-color: #9A6CC3;
}
</style>