Shades of Amethyst #975ADC
Tints of Amethyst #975ADC
RGB
CMYK
RGB Variations
Color information
#975ADC (or 0x975ADC) is known color: Amethyst. HEX triplet: 97, 5A and DC. RGB value is (151,90,220). Sum of RGB (Red+Green+Blue) = 151+90+220=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #975ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ADC is #68A523. Grayscale: #7A7A7A. Windows color (decimal): -6858020 or 14441111. OLE color: 14441111.
HSL color Cylindrical-coordinate representation of color #975ADC: hue angle of 268.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975ADC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 90 | 220 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 268.15º | 0.65% | 0.61% | - |
| HSV(B) | 268.15º | 0.59% | 0.86% | - |
| XYZ | 29.34 | 19.06 | 69.84 | - |
| YUV | 123.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 220 | 0.31 | 0.59 | 0 | 0.14 | 268.15 | 0.65 | 0.61 |
| Hex | 97 | 5A | DC | 1F | 3B | 0 | E | 10C | 41 | 3D |
| Octal | 227 | 132 | 334 | 37 | 73 | 0 | 16 | 414 | 101 | 75 |
| Binary | 10010111 | 1011010 | 11011100 | 11111 | 111011 | 0 | 1110 | 100001100 | 1000001 | 111101 |
Color Harmonies of #975ADC
Complementary color
Monochromatic Colors of #975ADC
Black with #975ADC
Text Example
Text Example
White with #975ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975ADC; }
p { color: rgb(151,90,220); }
H1.HeaderClassName
{
color: #975ADC;
}
.AnyTagClassName
{
color: #975ADC;
}
</style>
background-color css
<style>
a { background-color: #975ADC; }
a { background-color: rgb(151,90,220); }
div.DivClassName
{
background-color: #975ADC;
}
.BgClassName
{
background-color: #975ADC;
}
</style>
border-color css
<style>
span { border-color: #975ADC; }
span { border-color: rgb(151,90,220); }
td.TdClassName
{
border-color: #975ADC;
}
.TagClassName
{
border-color: #975ADC;
}
</style>