Shades of Amethyst #9750DA
Tints of Amethyst #9750DA
RGB
CMYK
RGB Variations
Color information
#9750DA (or 0x9750DA) is known color: Amethyst. HEX triplet: 97, 50 and DA. RGB value is (151,80,218). Sum of RGB (Red+Green+Blue) = 151+80+218=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #9750DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750DA is #68AF25. Grayscale: #747474. Windows color (decimal): -6860582 or 14307479. OLE color: 14307479.
HSL color Cylindrical-coordinate representation of color #9750DA: hue angle of 270.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9750DA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 80 | 218 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.15 |
| HSL | 270.87º | 0.65% | 0.58% | - |
| HSV(B) | 270.87º | 0.63% | 0.85% | - |
| XYZ | 28.29 | 17.38 | 68.19 | - |
| YUV | 116.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 218 | 0.31 | 0.63 | 0 | 0.15 | 270.87 | 0.65 | 0.58 |
| Hex | 97 | 50 | DA | 1F | 3F | 0 | F | 10F | 41 | 3A |
| Octal | 227 | 120 | 332 | 37 | 77 | 0 | 17 | 417 | 101 | 72 |
| Binary | 10010111 | 1010000 | 11011010 | 11111 | 111111 | 0 | 1111 | 100001111 | 1000001 | 111010 |
Color Harmonies of #9750DA
Complementary color
Monochromatic Colors of #9750DA
Black with #9750DA
Text Example
Text Example
White with #9750DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750DA; }
p { color: rgb(151,80,218); }
H1.HeaderClassName
{
color: #9750DA;
}
.AnyTagClassName
{
color: #9750DA;
}
</style>
background-color css
<style>
a { background-color: #9750DA; }
a { background-color: rgb(151,80,218); }
div.DivClassName
{
background-color: #9750DA;
}
.BgClassName
{
background-color: #9750DA;
}
</style>
border-color css
<style>
span { border-color: #9750DA; }
span { border-color: rgb(151,80,218); }
td.TdClassName
{
border-color: #9750DA;
}
.TagClassName
{
border-color: #9750DA;
}
</style>