Shades of Amethyst #9652DD
Tints of Amethyst #9652DD
RGB
CMYK
RGB Variations
Color information
#9652DD (or 0x9652DD) is known color: Amethyst. HEX triplet: 96, 52 and DD. RGB value is (150,82,221). Sum of RGB (Red+Green+Blue) = 150+82+221=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #9652DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DD is #69AD22. Grayscale: #757575. Windows color (decimal): -6925603 or 14504598. OLE color: 14504598.
HSL color Cylindrical-coordinate representation of color #9652DD: hue angle of 269.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9652DD is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 82 | 221 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.13 |
| HSL | 269.35º | 0.67% | 0.59% | - |
| HSV(B) | 269.35º | 0.63% | 0.87% | - |
| XYZ | 28.65 | 17.74 | 70.32 | - |
| YUV | 118.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 221 | 0.32 | 0.63 | 0 | 0.13 | 269.35 | 0.67 | 0.59 |
| Hex | 96 | 52 | DD | 20 | 3F | 0 | D | 10D | 43 | 3B |
| Octal | 226 | 122 | 335 | 40 | 77 | 0 | 15 | 415 | 103 | 73 |
| Binary | 10010110 | 1010010 | 11011101 | 100000 | 111111 | 0 | 1101 | 100001101 | 1000011 | 111011 |
Color Harmonies of #9652DD
Complementary color
Monochromatic Colors of #9652DD
Black with #9652DD
Text Example
Text Example
White with #9652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652DD; }
p { color: rgb(150,82,221); }
H1.HeaderClassName
{
color: #9652DD;
}
.AnyTagClassName
{
color: #9652DD;
}
</style>
background-color css
<style>
a { background-color: #9652DD; }
a { background-color: rgb(150,82,221); }
div.DivClassName
{
background-color: #9652DD;
}
.BgClassName
{
background-color: #9652DD;
}
</style>
border-color css
<style>
span { border-color: #9652DD; }
span { border-color: rgb(150,82,221); }
td.TdClassName
{
border-color: #9652DD;
}
.TagClassName
{
border-color: #9652DD;
}
</style>