Shades of Amethyst #9653DB
Tints of Amethyst #9653DB
RGB
CMYK
RGB Variations
Color information
#9653DB (or 0x9653DB) is known color: Amethyst. HEX triplet: 96, 53 and DB. RGB value is (150,83,219). Sum of RGB (Red+Green+Blue) = 150+83+219=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9653DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653DB is #69AC24. Grayscale: #767676. Windows color (decimal): -6925349 or 14373782. OLE color: 14373782.
HSL color Cylindrical-coordinate representation of color #9653DB: hue angle of 269.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9653DB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 83 | 219 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.14 |
| HSL | 269.56º | 0.65% | 0.59% | - |
| HSV(B) | 269.56º | 0.62% | 0.86% | - |
| XYZ | 28.46 | 17.79 | 68.95 | - |
| YUV | 118.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 219 | 0.32 | 0.62 | 0 | 0.14 | 269.56 | 0.65 | 0.59 |
| Hex | 96 | 53 | DB | 20 | 3E | 0 | E | 10E | 41 | 3B |
| Octal | 226 | 123 | 333 | 40 | 76 | 0 | 16 | 416 | 101 | 73 |
| Binary | 10010110 | 1010011 | 11011011 | 100000 | 111110 | 0 | 1110 | 100001110 | 1000001 | 111011 |
Color Harmonies of #9653DB
Complementary color
Monochromatic Colors of #9653DB
Black with #9653DB
Text Example
Text Example
White with #9653DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653DB; }
p { color: rgb(150,83,219); }
H1.HeaderClassName
{
color: #9653DB;
}
.AnyTagClassName
{
color: #9653DB;
}
</style>
background-color css
<style>
a { background-color: #9653DB; }
a { background-color: rgb(150,83,219); }
div.DivClassName
{
background-color: #9653DB;
}
.BgClassName
{
background-color: #9653DB;
}
</style>
border-color css
<style>
span { border-color: #9653DB; }
span { border-color: rgb(150,83,219); }
td.TdClassName
{
border-color: #9653DB;
}
.TagClassName
{
border-color: #9653DB;
}
</style>