Shades of Amethyst #975ACD
Tints of Amethyst #975ACD
RGB
CMYK
RGB Variations
Color information
#975ACD (or 0x975ACD) is known color: Amethyst. HEX triplet: 97, 5A and CD. RGB value is (151,90,205). Sum of RGB (Red+Green+Blue) = 151+90+205=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #975ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ACD is #68A532. Grayscale: #787878. Windows color (decimal): -6858035 or 13458071. OLE color: 13458071.
HSL color Cylindrical-coordinate representation of color #975ACD: hue angle of 271.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975ACD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 90 | 205 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.20 |
| HSL | 271.83º | 0.53% | 0.58% | - |
| HSV(B) | 271.83º | 0.56% | 0.8% | - |
| XYZ | 27.44 | 18.3 | 59.84 | - |
| YUV | 121.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 205 | 0.26 | 0.56 | 0 | 0.20 | 271.83 | 0.53 | 0.58 |
| Hex | 97 | 5A | CD | 1A | 38 | 0 | 14 | 110 | 35 | 3A |
| Octal | 227 | 132 | 315 | 32 | 70 | 0 | 24 | 420 | 65 | 72 |
| Binary | 10010111 | 1011010 | 11001101 | 11010 | 111000 | 0 | 10100 | 100010000 | 110101 | 111010 |
Color Harmonies of #975ACD
Complementary color
Monochromatic Colors of #975ACD
Black with #975ACD
Text Example
Text Example
White with #975ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975ACD; }
p { color: rgb(151,90,205); }
H1.HeaderClassName
{
color: #975ACD;
}
.AnyTagClassName
{
color: #975ACD;
}
</style>
background-color css
<style>
a { background-color: #975ACD; }
a { background-color: rgb(151,90,205); }
div.DivClassName
{
background-color: #975ACD;
}
.BgClassName
{
background-color: #975ACD;
}
</style>
border-color css
<style>
span { border-color: #975ACD; }
span { border-color: rgb(151,90,205); }
td.TdClassName
{
border-color: #975ACD;
}
.TagClassName
{
border-color: #975ACD;
}
</style>