Shades of Amethyst #975BD2
Tints of Amethyst #975BD2
RGB
CMYK
RGB Variations
Color information
#975BD2 (or 0x975BD2) is known color: Amethyst. HEX triplet: 97, 5B and D2. RGB value is (151,91,210). Sum of RGB (Red+Green+Blue) = 151+91+210=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #975BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BD2 is #68A42D. Grayscale: #7A7A7A. Windows color (decimal): -6857774 or 13786007. OLE color: 13786007.
HSL color Cylindrical-coordinate representation of color #975BD2: hue angle of 270.25º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975BD2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 91 | 210 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.18 |
| HSL | 270.25º | 0.57% | 0.59% | - |
| HSV(B) | 270.25º | 0.57% | 0.82% | - |
| XYZ | 28.14 | 18.71 | 63.1 | - |
| YUV | 122.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 210 | 0.28 | 0.57 | 0 | 0.18 | 270.25 | 0.57 | 0.59 |
| Hex | 97 | 5B | D2 | 1C | 39 | 0 | 12 | 10E | 39 | 3B |
| Octal | 227 | 133 | 322 | 34 | 71 | 0 | 22 | 416 | 71 | 73 |
| Binary | 10010111 | 1011011 | 11010010 | 11100 | 111001 | 0 | 10010 | 100001110 | 111001 | 111011 |
Color Harmonies of #975BD2
Complementary color
Monochromatic Colors of #975BD2
Black with #975BD2
Text Example
Text Example
White with #975BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BD2; }
p { color: rgb(151,91,210); }
H1.HeaderClassName
{
color: #975BD2;
}
.AnyTagClassName
{
color: #975BD2;
}
</style>
background-color css
<style>
a { background-color: #975BD2; }
a { background-color: rgb(151,91,210); }
div.DivClassName
{
background-color: #975BD2;
}
.BgClassName
{
background-color: #975BD2;
}
</style>
border-color css
<style>
span { border-color: #975BD2; }
span { border-color: rgb(151,91,210); }
td.TdClassName
{
border-color: #975BD2;
}
.TagClassName
{
border-color: #975BD2;
}
</style>