Shades of Amethyst #975CCE
Tints of Amethyst #975CCE
RGB
CMYK
RGB Variations
Color information
#975CCE (or 0x975CCE) is known color: Amethyst. HEX triplet: 97, 5C and CE. RGB value is (151,92,206). Sum of RGB (Red+Green+Blue) = 151+92+206=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #975CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CCE is #68A331. Grayscale: #7A7A7A. Windows color (decimal): -6857522 or 13524119. OLE color: 13524119.
HSL color Cylindrical-coordinate representation of color #975CCE: hue angle of 271.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975CCE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 92 | 206 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.19 |
| HSL | 271.05º | 0.54% | 0.58% | - |
| HSV(B) | 271.05º | 0.55% | 0.81% | - |
| XYZ | 27.73 | 18.69 | 60.54 | - |
| YUV | 122.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 206 | 0.27 | 0.55 | 0 | 0.19 | 271.05 | 0.54 | 0.58 |
| Hex | 97 | 5C | CE | 1B | 37 | 0 | 13 | 10F | 36 | 3A |
| Octal | 227 | 134 | 316 | 33 | 67 | 0 | 23 | 417 | 66 | 72 |
| Binary | 10010111 | 1011100 | 11001110 | 11011 | 110111 | 0 | 10011 | 100001111 | 110110 | 111010 |
Color Harmonies of #975CCE
Complementary color
Monochromatic Colors of #975CCE
Black with #975CCE
Text Example
Text Example
White with #975CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CCE; }
p { color: rgb(151,92,206); }
H1.HeaderClassName
{
color: #975CCE;
}
.AnyTagClassName
{
color: #975CCE;
}
</style>
background-color css
<style>
a { background-color: #975CCE; }
a { background-color: rgb(151,92,206); }
div.DivClassName
{
background-color: #975CCE;
}
.BgClassName
{
background-color: #975CCE;
}
</style>
border-color css
<style>
span { border-color: #975CCE; }
span { border-color: rgb(151,92,206); }
td.TdClassName
{
border-color: #975CCE;
}
.TagClassName
{
border-color: #975CCE;
}
</style>