Shades of Amethyst #9A6CCC
Tints of Amethyst #9A6CCC
RGB
CMYK
RGB Variations
Color information
#9A6CCC (or 0x9A6CCC) is known color: Amethyst. HEX triplet: 9A, 6C and CC. RGB value is (154,108,204). Sum of RGB (Red+Green+Blue) = 154+108+204=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CCC is #659333. Grayscale: #848484. Windows color (decimal): -6656820 or 13397146. OLE color: 13397146.
HSL color Cylindrical-coordinate representation of color #9A6CCC: hue angle of 268.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6CCC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 108 | 204 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.2 |
| HSL | 268.75º | 0.48% | 0.61% | - |
| HSV(B) | 268.75º | 0.47% | 0.8% | - |
| XYZ | 29.59 | 21.95 | 59.8 | - |
| YUV | 132.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 204 | 0.25 | 0.47 | 0 | 0.2 | 268.75 | 0.48 | 0.61 |
| Hex | 9A | 6C | CC | 19 | 2F | 0 | 14 | 10D | 30 | 3D |
| Octal | 232 | 154 | 314 | 31 | 57 | 0 | 24 | 415 | 60 | 75 |
| Binary | 10011010 | 1101100 | 11001100 | 11001 | 101111 | 0 | 10100 | 100001101 | 110000 | 111101 |
Color Harmonies of #9A6CCC
Complementary color
Monochromatic Colors of #9A6CCC
Black with #9A6CCC
Text Example
Text Example
White with #9A6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CCC; }
p { color: rgb(154,108,204); }
H1.HeaderClassName
{
color: #9A6CCC;
}
.AnyTagClassName
{
color: #9A6CCC;
}
</style>
background-color css
<style>
a { background-color: #9A6CCC; }
a { background-color: rgb(154,108,204); }
div.DivClassName
{
background-color: #9A6CCC;
}
.BgClassName
{
background-color: #9A6CCC;
}
</style>
border-color css
<style>
span { border-color: #9A6CCC; }
span { border-color: rgb(154,108,204); }
td.TdClassName
{
border-color: #9A6CCC;
}
.TagClassName
{
border-color: #9A6CCC;
}
</style>