Shades of Amethyst #9657DB
Tints of Amethyst #9657DB
RGB
CMYK
RGB Variations
Color information
#9657DB (or 0x9657DB) is known color: Amethyst. HEX triplet: 96, 57 and DB. RGB value is (150,87,219). Sum of RGB (Red+Green+Blue) = 150+87+219=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9657DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657DB is #69A824. Grayscale: #787878. Windows color (decimal): -6924325 or 14374806. OLE color: 14374806.
HSL color Cylindrical-coordinate representation of color #9657DB: hue angle of 268.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9657DB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 87 | 219 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.14 |
| HSL | 268.64º | 0.65% | 0.6% | - |
| HSV(B) | 268.64º | 0.6% | 0.86% | - |
| XYZ | 28.77 | 18.41 | 69.06 | - |
| YUV | 120.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 219 | 0.32 | 0.60 | 0 | 0.14 | 268.64 | 0.65 | 0.6 |
| Hex | 96 | 57 | DB | 20 | 3C | 0 | E | 10D | 41 | 3C |
| Octal | 226 | 127 | 333 | 40 | 74 | 0 | 16 | 415 | 101 | 74 |
| Binary | 10010110 | 1010111 | 11011011 | 100000 | 111100 | 0 | 1110 | 100001101 | 1000001 | 111100 |
Color Harmonies of #9657DB
Complementary color
Monochromatic Colors of #9657DB
Black with #9657DB
Text Example
Text Example
White with #9657DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657DB; }
p { color: rgb(150,87,219); }
H1.HeaderClassName
{
color: #9657DB;
}
.AnyTagClassName
{
color: #9657DB;
}
</style>
background-color css
<style>
a { background-color: #9657DB; }
a { background-color: rgb(150,87,219); }
div.DivClassName
{
background-color: #9657DB;
}
.BgClassName
{
background-color: #9657DB;
}
</style>
border-color css
<style>
span { border-color: #9657DB; }
span { border-color: rgb(150,87,219); }
td.TdClassName
{
border-color: #9657DB;
}
.TagClassName
{
border-color: #9657DB;
}
</style>