Shades of Amethyst #975DC3
Tints of Amethyst #975DC3
RGB
CMYK
RGB Variations
Color information
#975DC3 (or 0x975DC3) is known color: Amethyst. HEX triplet: 97, 5D and C3. RGB value is (151,93,195). Sum of RGB (Red+Green+Blue) = 151+93+195=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #975DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DC3 is #68A23C. Grayscale: #797979. Windows color (decimal): -6857277 or 12803479. OLE color: 12803479.
HSL color Cylindrical-coordinate representation of color #975DC3: hue angle of 274.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975DC3 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 93 | 195 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.24 |
| HSL | 274.12º | 0.46% | 0.56% | - |
| HSV(B) | 274.12º | 0.52% | 0.76% | - |
| XYZ | 26.53 | 18.35 | 53.77 | - |
| YUV | 121.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 195 | 0.23 | 0.52 | 0 | 0.24 | 274.12 | 0.46 | 0.56 |
| Hex | 97 | 5D | C3 | 17 | 34 | 0 | 18 | 112 | 2E | 38 |
| Octal | 227 | 135 | 303 | 27 | 64 | 0 | 30 | 422 | 56 | 70 |
| Binary | 10010111 | 1011101 | 11000011 | 10111 | 110100 | 0 | 11000 | 100010010 | 101110 | 111000 |
Color Harmonies of #975DC3
Complementary color
Monochromatic Colors of #975DC3
Black with #975DC3
Text Example
Text Example
White with #975DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DC3; }
p { color: rgb(151,93,195); }
H1.HeaderClassName
{
color: #975DC3;
}
.AnyTagClassName
{
color: #975DC3;
}
</style>
background-color css
<style>
a { background-color: #975DC3; }
a { background-color: rgb(151,93,195); }
div.DivClassName
{
background-color: #975DC3;
}
.BgClassName
{
background-color: #975DC3;
}
</style>
border-color css
<style>
span { border-color: #975DC3; }
span { border-color: rgb(151,93,195); }
td.TdClassName
{
border-color: #975DC3;
}
.TagClassName
{
border-color: #975DC3;
}
</style>