Shades of Amethyst #9660DB
Tints of Amethyst #9660DB
RGB
CMYK
RGB Variations
Color information
#9660DB (or 0x9660DB) is known color: Amethyst. HEX triplet: 96, 60 and DB. RGB value is (150,96,219). Sum of RGB (Red+Green+Blue) = 150+96+219=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9660DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DB is #699F24. Grayscale: #7D7D7D. Windows color (decimal): -6922021 or 14377110. OLE color: 14377110.
HSL color Cylindrical-coordinate representation of color #9660DB: hue angle of 266.34º degrees, saturation: 0.63, 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 #9660DB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 96 | 219 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.14 |
| HSL | 266.34º | 0.63% | 0.62% | - |
| HSV(B) | 266.34º | 0.56% | 0.86% | - |
| XYZ | 29.55 | 19.96 | 69.31 | - |
| YUV | 126.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 219 | 0.32 | 0.56 | 0 | 0.14 | 266.34 | 0.63 | 0.62 |
| Hex | 96 | 60 | DB | 20 | 38 | 0 | E | 10A | 3F | 3E |
| Octal | 226 | 140 | 333 | 40 | 70 | 0 | 16 | 412 | 77 | 76 |
| Binary | 10010110 | 1100000 | 11011011 | 100000 | 111000 | 0 | 1110 | 100001010 | 111111 | 111110 |
Color Harmonies of #9660DB
Complementary color
Monochromatic Colors of #9660DB
Black with #9660DB
Text Example
Text Example
White with #9660DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660DB; }
p { color: rgb(150,96,219); }
H1.HeaderClassName
{
color: #9660DB;
}
.AnyTagClassName
{
color: #9660DB;
}
</style>
background-color css
<style>
a { background-color: #9660DB; }
a { background-color: rgb(150,96,219); }
div.DivClassName
{
background-color: #9660DB;
}
.BgClassName
{
background-color: #9660DB;
}
</style>
border-color css
<style>
span { border-color: #9660DB; }
span { border-color: rgb(150,96,219); }
td.TdClassName
{
border-color: #9660DB;
}
.TagClassName
{
border-color: #9660DB;
}
</style>