Shades of Amethyst #975ECE
Tints of Amethyst #975ECE
RGB
CMYK
RGB Variations
Color information
#975ECE (or 0x975ECE) is known color: Amethyst. HEX triplet: 97, 5E and CE. RGB value is (151,94,206). Sum of RGB (Red+Green+Blue) = 151+94+206=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #975ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ECE is #68A131. Grayscale: #7B7B7B. Windows color (decimal): -6857010 or 13524631. OLE color: 13524631.
HSL color Cylindrical-coordinate representation of color #975ECE: hue angle of 270.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975ECE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 94 | 206 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.19 |
| HSL | 270.54º | 0.53% | 0.59% | - |
| HSV(B) | 270.54º | 0.54% | 0.81% | - |
| XYZ | 27.91 | 19.04 | 60.6 | - |
| YUV | 123.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 206 | 0.27 | 0.54 | 0 | 0.19 | 270.54 | 0.53 | 0.59 |
| Hex | 97 | 5E | CE | 1B | 36 | 0 | 13 | 10F | 35 | 3B |
| Octal | 227 | 136 | 316 | 33 | 66 | 0 | 23 | 417 | 65 | 73 |
| Binary | 10010111 | 1011110 | 11001110 | 11011 | 110110 | 0 | 10011 | 100001111 | 110101 | 111011 |
Color Harmonies of #975ECE
Complementary color
Monochromatic Colors of #975ECE
Black with #975ECE
Text Example
Text Example
White with #975ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975ECE; }
p { color: rgb(151,94,206); }
H1.HeaderClassName
{
color: #975ECE;
}
.AnyTagClassName
{
color: #975ECE;
}
</style>
background-color css
<style>
a { background-color: #975ECE; }
a { background-color: rgb(151,94,206); }
div.DivClassName
{
background-color: #975ECE;
}
.BgClassName
{
background-color: #975ECE;
}
</style>
border-color css
<style>
span { border-color: #975ECE; }
span { border-color: rgb(151,94,206); }
td.TdClassName
{
border-color: #975ECE;
}
.TagClassName
{
border-color: #975ECE;
}
</style>