Shades of Amethyst #9657DC
Tints of Amethyst #9657DC
RGB
CMYK
RGB Variations
Color information
#9657DC (or 0x9657DC) is known color: Amethyst. HEX triplet: 96, 57 and DC. RGB value is (150,87,220). Sum of RGB (Red+Green+Blue) = 150+87+220=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9657DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657DC is #69A823. Grayscale: #787878. Windows color (decimal): -6924324 or 14440342. OLE color: 14440342.
HSL color Cylindrical-coordinate representation of color #9657DC: hue angle of 268.42º degrees, saturation: 0.66, 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 #9657DC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 87 | 220 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.14 |
| HSL | 268.42º | 0.66% | 0.6% | - |
| HSV(B) | 268.42º | 0.6% | 0.86% | - |
| XYZ | 28.9 | 18.47 | 69.75 | - |
| YUV | 121 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 220 | 0.32 | 0.60 | 0 | 0.14 | 268.42 | 0.66 | 0.6 |
| Hex | 96 | 57 | DC | 20 | 3C | 0 | E | 10C | 42 | 3C |
| Octal | 226 | 127 | 334 | 40 | 74 | 0 | 16 | 414 | 102 | 74 |
| Binary | 10010110 | 1010111 | 11011100 | 100000 | 111100 | 0 | 1110 | 100001100 | 1000010 | 111100 |
Color Harmonies of #9657DC
Complementary color
Monochromatic Colors of #9657DC
Black with #9657DC
Text Example
Text Example
White with #9657DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657DC; }
p { color: rgb(150,87,220); }
H1.HeaderClassName
{
color: #9657DC;
}
.AnyTagClassName
{
color: #9657DC;
}
</style>
background-color css
<style>
a { background-color: #9657DC; }
a { background-color: rgb(150,87,220); }
div.DivClassName
{
background-color: #9657DC;
}
.BgClassName
{
background-color: #9657DC;
}
</style>
border-color css
<style>
span { border-color: #9657DC; }
span { border-color: rgb(150,87,220); }
td.TdClassName
{
border-color: #9657DC;
}
.TagClassName
{
border-color: #9657DC;
}
</style>