Shades of Amethyst #9660DC
Tints of Amethyst #9660DC
RGB
CMYK
RGB Variations
Color information
#9660DC (or 0x9660DC) is known color: Amethyst. HEX triplet: 96, 60 and DC. RGB value is (150,96,220). Sum of RGB (Red+Green+Blue) = 150+96+220=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9660DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DC is #699F23. Grayscale: #7D7D7D. Windows color (decimal): -6922020 or 14442646. OLE color: 14442646.
HSL color Cylindrical-coordinate representation of color #9660DC: hue angle of 266.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9660DC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 96 | 220 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.14 |
| HSL | 266.13º | 0.64% | 0.62% | - |
| HSV(B) | 266.13º | 0.56% | 0.86% | - |
| XYZ | 29.68 | 20.02 | 70.01 | - |
| YUV | 126.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 220 | 0.32 | 0.56 | 0 | 0.14 | 266.13 | 0.64 | 0.62 |
| Hex | 96 | 60 | DC | 20 | 38 | 0 | E | 10A | 40 | 3E |
| Octal | 226 | 140 | 334 | 40 | 70 | 0 | 16 | 412 | 100 | 76 |
| Binary | 10010110 | 1100000 | 11011100 | 100000 | 111000 | 0 | 1110 | 100001010 | 1000000 | 111110 |
Color Harmonies of #9660DC
Complementary color
Monochromatic Colors of #9660DC
Black with #9660DC
Text Example
Text Example
White with #9660DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660DC; }
p { color: rgb(150,96,220); }
H1.HeaderClassName
{
color: #9660DC;
}
.AnyTagClassName
{
color: #9660DC;
}
</style>
background-color css
<style>
a { background-color: #9660DC; }
a { background-color: rgb(150,96,220); }
div.DivClassName
{
background-color: #9660DC;
}
.BgClassName
{
background-color: #9660DC;
}
</style>
border-color css
<style>
span { border-color: #9660DC; }
span { border-color: rgb(150,96,220); }
td.TdClassName
{
border-color: #9660DC;
}
.TagClassName
{
border-color: #9660DC;
}
</style>