Shades of Amethyst #975DD2
Tints of Amethyst #975DD2
RGB
CMYK
RGB Variations
Color information
#975DD2 (or 0x975DD2) is known color: Amethyst. HEX triplet: 97, 5D and D2. RGB value is (151,93,210). Sum of RGB (Red+Green+Blue) = 151+93+210=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #975DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DD2 is #68A22D. Grayscale: #7B7B7B. Windows color (decimal): -6857262 or 13786519. OLE color: 13786519.
HSL color Cylindrical-coordinate representation of color #975DD2: hue angle of 269.74º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975DD2 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 93 | 210 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.18 |
| HSL | 269.74º | 0.57% | 0.59% | - |
| HSV(B) | 269.74º | 0.56% | 0.82% | - |
| XYZ | 28.31 | 19.06 | 63.16 | - |
| YUV | 123.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 210 | 0.28 | 0.56 | 0 | 0.18 | 269.74 | 0.57 | 0.59 |
| Hex | 97 | 5D | D2 | 1C | 38 | 0 | 12 | 10E | 39 | 3B |
| Octal | 227 | 135 | 322 | 34 | 70 | 0 | 22 | 416 | 71 | 73 |
| Binary | 10010111 | 1011101 | 11010010 | 11100 | 111000 | 0 | 10010 | 100001110 | 111001 | 111011 |
Color Harmonies of #975DD2
Complementary color
Monochromatic Colors of #975DD2
Black with #975DD2
Text Example
Text Example
White with #975DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DD2; }
p { color: rgb(151,93,210); }
H1.HeaderClassName
{
color: #975DD2;
}
.AnyTagClassName
{
color: #975DD2;
}
</style>
background-color css
<style>
a { background-color: #975DD2; }
a { background-color: rgb(151,93,210); }
div.DivClassName
{
background-color: #975DD2;
}
.BgClassName
{
background-color: #975DD2;
}
</style>
border-color css
<style>
span { border-color: #975DD2; }
span { border-color: rgb(151,93,210); }
td.TdClassName
{
border-color: #975DD2;
}
.TagClassName
{
border-color: #975DD2;
}
</style>