Shades of Amethyst #975CE0
Tints of Amethyst #975CE0
RGB
CMYK
RGB Variations
Color information
#975CE0 (or 0x975CE0) is known color: Amethyst. HEX triplet: 97, 5C and E0. RGB value is (151,92,224). Sum of RGB (Red+Green+Blue) = 151+92+224=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #975CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CE0 is #68A31F. Grayscale: #7C7C7C. Windows color (decimal): -6857504 or 14703767. OLE color: 14703767.
HSL color Cylindrical-coordinate representation of color #975CE0: hue angle of 266.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975CE0 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 92 | 224 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.12 |
| HSL | 266.82º | 0.68% | 0.62% | - |
| HSV(B) | 266.82º | 0.59% | 0.88% | - |
| XYZ | 30.04 | 19.62 | 72.72 | - |
| YUV | 124.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 224 | 0.33 | 0.59 | 0 | 0.12 | 266.82 | 0.68 | 0.62 |
| Hex | 97 | 5C | E0 | 21 | 3B | 0 | C | 10B | 44 | 3E |
| Octal | 227 | 134 | 340 | 41 | 73 | 0 | 14 | 413 | 104 | 76 |
| Binary | 10010111 | 1011100 | 11100000 | 100001 | 111011 | 0 | 1100 | 100001011 | 1000100 | 111110 |
Color Harmonies of #975CE0
Complementary color
Monochromatic Colors of #975CE0
Black with #975CE0
Text Example
Text Example
White with #975CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CE0; }
p { color: rgb(151,92,224); }
H1.HeaderClassName
{
color: #975CE0;
}
.AnyTagClassName
{
color: #975CE0;
}
</style>
background-color css
<style>
a { background-color: #975CE0; }
a { background-color: rgb(151,92,224); }
div.DivClassName
{
background-color: #975CE0;
}
.BgClassName
{
background-color: #975CE0;
}
</style>
border-color css
<style>
span { border-color: #975CE0; }
span { border-color: rgb(151,92,224); }
td.TdClassName
{
border-color: #975CE0;
}
.TagClassName
{
border-color: #975CE0;
}
</style>