Shades of Amethyst #975ADB
Tints of Amethyst #975ADB
RGB
CMYK
RGB Variations
Color information
#975ADB (or 0x975ADB) is known color: Amethyst. HEX triplet: 97, 5A and DB. RGB value is (151,90,219). Sum of RGB (Red+Green+Blue) = 151+90+219=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #975ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ADB is #68A524. Grayscale: #7A7A7A. Windows color (decimal): -6858021 or 14375575. OLE color: 14375575.
HSL color Cylindrical-coordinate representation of color #975ADB: hue angle of 268.37º degrees, saturation: 0.64, 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 #975ADB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 90 | 219 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 268.37º | 0.64% | 0.61% | - |
| HSV(B) | 268.37º | 0.59% | 0.86% | - |
| XYZ | 29.2 | 19.01 | 69.15 | - |
| YUV | 122.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 219 | 0.31 | 0.59 | 0 | 0.14 | 268.37 | 0.64 | 0.61 |
| Hex | 97 | 5A | DB | 1F | 3B | 0 | E | 10C | 40 | 3D |
| Octal | 227 | 132 | 333 | 37 | 73 | 0 | 16 | 414 | 100 | 75 |
| Binary | 10010111 | 1011010 | 11011011 | 11111 | 111011 | 0 | 1110 | 100001100 | 1000000 | 111101 |
Color Harmonies of #975ADB
Complementary color
Monochromatic Colors of #975ADB
Black with #975ADB
Text Example
Text Example
White with #975ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975ADB; }
p { color: rgb(151,90,219); }
H1.HeaderClassName
{
color: #975ADB;
}
.AnyTagClassName
{
color: #975ADB;
}
</style>
background-color css
<style>
a { background-color: #975ADB; }
a { background-color: rgb(151,90,219); }
div.DivClassName
{
background-color: #975ADB;
}
.BgClassName
{
background-color: #975ADB;
}
</style>
border-color css
<style>
span { border-color: #975ADB; }
span { border-color: rgb(151,90,219); }
td.TdClassName
{
border-color: #975ADB;
}
.TagClassName
{
border-color: #975ADB;
}
</style>