Shades of Amethyst #9658DC
Tints of Amethyst #9658DC
RGB
CMYK
RGB Variations
Color information
#9658DC (or 0x9658DC) is known color: Amethyst. HEX triplet: 96, 58 and DC. RGB value is (150,88,220). Sum of RGB (Red+Green+Blue) = 150+88+220=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #9658DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658DC is #69A723. Grayscale: #797979. Windows color (decimal): -6924068 or 14440598. OLE color: 14440598.
HSL color Cylindrical-coordinate representation of color #9658DC: hue angle of 268.18º 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 #9658DC is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 88 | 220 | - |
| CMYK | 0.32 | 0.6 | 0 | 0.14 |
| HSL | 268.18º | 0.65% | 0.6% | - |
| HSV(B) | 268.18º | 0.6% | 0.86% | - |
| XYZ | 28.99 | 18.63 | 69.78 | - |
| YUV | 121.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 220 | 0.32 | 0.6 | 0 | 0.14 | 268.18 | 0.65 | 0.6 |
| Hex | 96 | 58 | DC | 20 | 3C | 0 | E | 10C | 41 | 3C |
| Octal | 226 | 130 | 334 | 40 | 74 | 0 | 16 | 414 | 101 | 74 |
| Binary | 10010110 | 1011000 | 11011100 | 100000 | 111100 | 0 | 1110 | 100001100 | 1000001 | 111100 |
Color Harmonies of #9658DC
Complementary color
Monochromatic Colors of #9658DC
Black with #9658DC
Text Example
Text Example
White with #9658DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658DC; }
p { color: rgb(150,88,220); }
H1.HeaderClassName
{
color: #9658DC;
}
.AnyTagClassName
{
color: #9658DC;
}
</style>
background-color css
<style>
a { background-color: #9658DC; }
a { background-color: rgb(150,88,220); }
div.DivClassName
{
background-color: #9658DC;
}
.BgClassName
{
background-color: #9658DC;
}
</style>
border-color css
<style>
span { border-color: #9658DC; }
span { border-color: rgb(150,88,220); }
td.TdClassName
{
border-color: #9658DC;
}
.TagClassName
{
border-color: #9658DC;
}
</style>