Shades of Amethyst #975ECD
Tints of Amethyst #975ECD
RGB
CMYK
RGB Variations
Color information
#975ECD (or 0x975ECD) is known color: Amethyst. HEX triplet: 97, 5E and CD. RGB value is (151,94,205). Sum of RGB (Red+Green+Blue) = 151+94+205=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #975ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ECD is #68A132. Grayscale: #7B7B7B. Windows color (decimal): -6857011 or 13459095. OLE color: 13459095.
HSL color Cylindrical-coordinate representation of color #975ECD: hue angle of 270.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975ECD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 94 | 205 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.20 |
| HSL | 270.81º | 0.53% | 0.59% | - |
| HSV(B) | 270.81º | 0.54% | 0.8% | - |
| XYZ | 27.78 | 18.99 | 59.96 | - |
| YUV | 123.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 205 | 0.26 | 0.54 | 0 | 0.20 | 270.81 | 0.53 | 0.59 |
| Hex | 97 | 5E | CD | 1A | 36 | 0 | 14 | 10F | 35 | 3B |
| Octal | 227 | 136 | 315 | 32 | 66 | 0 | 24 | 417 | 65 | 73 |
| Binary | 10010111 | 1011110 | 11001101 | 11010 | 110110 | 0 | 10100 | 100001111 | 110101 | 111011 |
Color Harmonies of #975ECD
Complementary color
Monochromatic Colors of #975ECD
Black with #975ECD
Text Example
Text Example
White with #975ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975ECD; }
p { color: rgb(151,94,205); }
H1.HeaderClassName
{
color: #975ECD;
}
.AnyTagClassName
{
color: #975ECD;
}
</style>
background-color css
<style>
a { background-color: #975ECD; }
a { background-color: rgb(151,94,205); }
div.DivClassName
{
background-color: #975ECD;
}
.BgClassName
{
background-color: #975ECD;
}
</style>
border-color css
<style>
span { border-color: #975ECD; }
span { border-color: rgb(151,94,205); }
td.TdClassName
{
border-color: #975ECD;
}
.TagClassName
{
border-color: #975ECD;
}
</style>