Shades of Amethyst #975FDD
Tints of Amethyst #975FDD
RGB
CMYK
RGB Variations
Color information
#975FDD (or 0x975FDD) is known color: Amethyst. HEX triplet: 97, 5F and DD. RGB value is (151,95,221). Sum of RGB (Red+Green+Blue) = 151+95+221=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #975FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FDD is #68A022. Grayscale: #7D7D7D. Windows color (decimal): -6856739 or 14507927. OLE color: 14507927.
HSL color Cylindrical-coordinate representation of color #975FDD: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975FDD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 95 | 221 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.13 |
| HSL | 266.67º | 0.65% | 0.62% | - |
| HSV(B) | 266.67º | 0.57% | 0.87% | - |
| XYZ | 29.91 | 19.98 | 70.69 | - |
| YUV | 126.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 221 | 0.32 | 0.57 | 0 | 0.13 | 266.67 | 0.65 | 0.62 |
| Hex | 97 | 5F | DD | 20 | 39 | 0 | D | 10B | 41 | 3E |
| Octal | 227 | 137 | 335 | 40 | 71 | 0 | 15 | 413 | 101 | 76 |
| Binary | 10010111 | 1011111 | 11011101 | 100000 | 111001 | 0 | 1101 | 100001011 | 1000001 | 111110 |
Color Harmonies of #975FDD
Complementary color
Monochromatic Colors of #975FDD
Black with #975FDD
Text Example
Text Example
White with #975FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975FDD; }
p { color: rgb(151,95,221); }
H1.HeaderClassName
{
color: #975FDD;
}
.AnyTagClassName
{
color: #975FDD;
}
</style>
background-color css
<style>
a { background-color: #975FDD; }
a { background-color: rgb(151,95,221); }
div.DivClassName
{
background-color: #975FDD;
}
.BgClassName
{
background-color: #975FDD;
}
</style>
border-color css
<style>
span { border-color: #975FDD; }
span { border-color: rgb(151,95,221); }
td.TdClassName
{
border-color: #975FDD;
}
.TagClassName
{
border-color: #975FDD;
}
</style>