Shades of Amethyst #925BD7
Tints of Amethyst #925BD7
RGB
CMYK
RGB Variations
Color information
#925BD7 (or 0x925BD7) is known color: Amethyst. HEX triplet: 92, 5B and D7. RGB value is (146,91,215). Sum of RGB (Red+Green+Blue) = 146+91+215=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #925BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BD7 is #6DA428. Grayscale: #797979. Windows color (decimal): -7185449 or 14113682. OLE color: 14113682.
HSL color Cylindrical-coordinate representation of color #925BD7: hue angle of 266.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925BD7 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 91 | 215 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.16 |
| HSL | 266.61º | 0.61% | 0.6% | - |
| HSV(B) | 266.61º | 0.58% | 0.84% | - |
| XYZ | 27.86 | 18.5 | 66.39 | - |
| YUV | 121.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 215 | 0.32 | 0.58 | 0 | 0.16 | 266.61 | 0.61 | 0.6 |
| Hex | 92 | 5B | D7 | 20 | 3A | 0 | 10 | 10B | 3D | 3C |
| Octal | 222 | 133 | 327 | 40 | 72 | 0 | 20 | 413 | 75 | 74 |
| Binary | 10010010 | 1011011 | 11010111 | 100000 | 111010 | 0 | 10000 | 100001011 | 111101 | 111100 |
Color Harmonies of #925BD7
Complementary color
Monochromatic Colors of #925BD7
Black with #925BD7
Text Example
Text Example
White with #925BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BD7; }
p { color: rgb(146,91,215); }
H1.HeaderClassName
{
color: #925BD7;
}
.AnyTagClassName
{
color: #925BD7;
}
</style>
background-color css
<style>
a { background-color: #925BD7; }
a { background-color: rgb(146,91,215); }
div.DivClassName
{
background-color: #925BD7;
}
.BgClassName
{
background-color: #925BD7;
}
</style>
border-color css
<style>
span { border-color: #925BD7; }
span { border-color: rgb(146,91,215); }
td.TdClassName
{
border-color: #925BD7;
}
.TagClassName
{
border-color: #925BD7;
}
</style>