Shades of Amethyst #9752D6
Tints of Amethyst #9752D6
RGB
CMYK
RGB Variations
Color information
#9752D6 (or 0x9752D6) is known color: Amethyst. HEX triplet: 97, 52 and D6. RGB value is (151,82,214). Sum of RGB (Red+Green+Blue) = 151+82+214=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #9752D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752D6 is #68AD29. Grayscale: #757575. Windows color (decimal): -6860074 or 14045847. OLE color: 14045847.
HSL color Cylindrical-coordinate representation of color #9752D6: hue angle of 271.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9752D6 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 82 | 214 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.16 |
| HSL | 271.36º | 0.62% | 0.58% | - |
| HSV(B) | 271.36º | 0.62% | 0.84% | - |
| XYZ | 27.92 | 17.47 | 65.52 | - |
| YUV | 117.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 214 | 0.29 | 0.62 | 0 | 0.16 | 271.36 | 0.62 | 0.58 |
| Hex | 97 | 52 | D6 | 1D | 3E | 0 | 10 | 10F | 3E | 3A |
| Octal | 227 | 122 | 326 | 35 | 76 | 0 | 20 | 417 | 76 | 72 |
| Binary | 10010111 | 1010010 | 11010110 | 11101 | 111110 | 0 | 10000 | 100001111 | 111110 | 111010 |
Color Harmonies of #9752D6
Complementary color
Monochromatic Colors of #9752D6
Black with #9752D6
Text Example
Text Example
White with #9752D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9752D6; }
p { color: rgb(151,82,214); }
H1.HeaderClassName
{
color: #9752D6;
}
.AnyTagClassName
{
color: #9752D6;
}
</style>
background-color css
<style>
a { background-color: #9752D6; }
a { background-color: rgb(151,82,214); }
div.DivClassName
{
background-color: #9752D6;
}
.BgClassName
{
background-color: #9752D6;
}
</style>
border-color css
<style>
span { border-color: #9752D6; }
span { border-color: rgb(151,82,214); }
td.TdClassName
{
border-color: #9752D6;
}
.TagClassName
{
border-color: #9752D6;
}
</style>