Shades of Amethyst #975DCC
Tints of Amethyst #975DCC
RGB
CMYK
RGB Variations
Color information
#975DCC (or 0x975DCC) is known color: Amethyst. HEX triplet: 97, 5D and CC. RGB value is (151,93,204). Sum of RGB (Red+Green+Blue) = 151+93+204=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #975DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DCC is #68A233. Grayscale: #7A7A7A. Windows color (decimal): -6857268 or 13393303. OLE color: 13393303.
HSL color Cylindrical-coordinate representation of color #975DCC: hue angle of 271.35º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975DCC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 93 | 204 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.2 |
| HSL | 271.35º | 0.52% | 0.58% | - |
| HSV(B) | 271.35º | 0.54% | 0.8% | - |
| XYZ | 27.58 | 18.77 | 59.3 | - |
| YUV | 123 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 204 | 0.26 | 0.54 | 0 | 0.2 | 271.35 | 0.52 | 0.58 |
| Hex | 97 | 5D | CC | 1A | 36 | 0 | 14 | 10F | 34 | 3A |
| Octal | 227 | 135 | 314 | 32 | 66 | 0 | 24 | 417 | 64 | 72 |
| Binary | 10010111 | 1011101 | 11001100 | 11010 | 110110 | 0 | 10100 | 100001111 | 110100 | 111010 |
Color Harmonies of #975DCC
Complementary color
Monochromatic Colors of #975DCC
Black with #975DCC
Text Example
Text Example
White with #975DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DCC; }
p { color: rgb(151,93,204); }
H1.HeaderClassName
{
color: #975DCC;
}
.AnyTagClassName
{
color: #975DCC;
}
</style>
background-color css
<style>
a { background-color: #975DCC; }
a { background-color: rgb(151,93,204); }
div.DivClassName
{
background-color: #975DCC;
}
.BgClassName
{
background-color: #975DCC;
}
</style>
border-color css
<style>
span { border-color: #975DCC; }
span { border-color: rgb(151,93,204); }
td.TdClassName
{
border-color: #975DCC;
}
.TagClassName
{
border-color: #975DCC;
}
</style>