Shades of Amethyst #975BCE
Tints of Amethyst #975BCE
RGB
CMYK
RGB Variations
Color information
#975BCE (or 0x975BCE) is known color: Amethyst. HEX triplet: 97, 5B and CE. RGB value is (151,91,206). Sum of RGB (Red+Green+Blue) = 151+91+206=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #975BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BCE is #68A431. Grayscale: #797979. Windows color (decimal): -6857778 or 13523863. OLE color: 13523863.
HSL color Cylindrical-coordinate representation of color #975BCE: hue angle of 271.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975BCE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 91 | 206 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.19 |
| HSL | 271.3º | 0.54% | 0.58% | - |
| HSV(B) | 271.3º | 0.56% | 0.81% | - |
| XYZ | 27.64 | 18.52 | 60.51 | - |
| YUV | 122.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 206 | 0.27 | 0.56 | 0 | 0.19 | 271.3 | 0.54 | 0.58 |
| Hex | 97 | 5B | CE | 1B | 38 | 0 | 13 | 10F | 36 | 3A |
| Octal | 227 | 133 | 316 | 33 | 70 | 0 | 23 | 417 | 66 | 72 |
| Binary | 10010111 | 1011011 | 11001110 | 11011 | 111000 | 0 | 10011 | 100001111 | 110110 | 111010 |
Color Harmonies of #975BCE
Complementary color
Monochromatic Colors of #975BCE
Black with #975BCE
Text Example
Text Example
White with #975BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BCE; }
p { color: rgb(151,91,206); }
H1.HeaderClassName
{
color: #975BCE;
}
.AnyTagClassName
{
color: #975BCE;
}
</style>
background-color css
<style>
a { background-color: #975BCE; }
a { background-color: rgb(151,91,206); }
div.DivClassName
{
background-color: #975BCE;
}
.BgClassName
{
background-color: #975BCE;
}
</style>
border-color css
<style>
span { border-color: #975BCE; }
span { border-color: rgb(151,91,206); }
td.TdClassName
{
border-color: #975BCE;
}
.TagClassName
{
border-color: #975BCE;
}
</style>