Shades of Amethyst #9665D5
Tints of Amethyst #9665D5
RGB
CMYK
RGB Variations
Color information
#9665D5 (or 0x9665D5) is known color: Amethyst. HEX triplet: 96, 65 and D5. RGB value is (150,101,213). Sum of RGB (Red+Green+Blue) = 150+101+213=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #9665D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665D5 is #699A2A. Grayscale: #808080. Windows color (decimal): -6920747 or 13985174. OLE color: 13985174.
HSL color Cylindrical-coordinate representation of color #9665D5: hue angle of 266.25º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9665D5 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 101 | 213 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.16 |
| HSL | 266.25º | 0.57% | 0.62% | - |
| HSV(B) | 266.25º | 0.53% | 0.84% | - |
| XYZ | 29.24 | 20.6 | 65.38 | - |
| YUV | 128.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 213 | 0.30 | 0.53 | 0 | 0.16 | 266.25 | 0.57 | 0.62 |
| Hex | 96 | 65 | D5 | 1E | 35 | 0 | 10 | 10A | 39 | 3E |
| Octal | 226 | 145 | 325 | 36 | 65 | 0 | 20 | 412 | 71 | 76 |
| Binary | 10010110 | 1100101 | 11010101 | 11110 | 110101 | 0 | 10000 | 100001010 | 111001 | 111110 |
Color Harmonies of #9665D5
Complementary color
Monochromatic Colors of #9665D5
Black with #9665D5
Text Example
Text Example
White with #9665D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665D5; }
p { color: rgb(150,101,213); }
H1.HeaderClassName
{
color: #9665D5;
}
.AnyTagClassName
{
color: #9665D5;
}
</style>
background-color css
<style>
a { background-color: #9665D5; }
a { background-color: rgb(150,101,213); }
div.DivClassName
{
background-color: #9665D5;
}
.BgClassName
{
background-color: #9665D5;
}
</style>
border-color css
<style>
span { border-color: #9665D5; }
span { border-color: rgb(150,101,213); }
td.TdClassName
{
border-color: #9665D5;
}
.TagClassName
{
border-color: #9665D5;
}
</style>