Shades of Amethyst #925ED8
Tints of Amethyst #925ED8
RGB
CMYK
RGB Variations
Color information
#925ED8 (or 0x925ED8) is known color: Amethyst. HEX triplet: 92, 5E and D8. RGB value is (146,94,216). Sum of RGB (Red+Green+Blue) = 146+94+216=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #925ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ED8 is #6DA127. Grayscale: #7B7B7B. Windows color (decimal): -7184680 or 14179986. OLE color: 14179986.
HSL color Cylindrical-coordinate representation of color #925ED8: hue angle of 265.57º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925ED8 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 94 | 216 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.15 |
| HSL | 265.57º | 0.61% | 0.61% | - |
| HSV(B) | 265.57º | 0.56% | 0.85% | - |
| XYZ | 28.25 | 19.07 | 67.16 | - |
| YUV | 123.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 216 | 0.32 | 0.56 | 0 | 0.15 | 265.57 | 0.61 | 0.61 |
| Hex | 92 | 5E | D8 | 20 | 38 | 0 | F | 10A | 3D | 3D |
| Octal | 222 | 136 | 330 | 40 | 70 | 0 | 17 | 412 | 75 | 75 |
| Binary | 10010010 | 1011110 | 11011000 | 100000 | 111000 | 0 | 1111 | 100001010 | 111101 | 111101 |
Color Harmonies of #925ED8
Complementary color
Monochromatic Colors of #925ED8
Black with #925ED8
Text Example
Text Example
White with #925ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ED8; }
p { color: rgb(146,94,216); }
H1.HeaderClassName
{
color: #925ED8;
}
.AnyTagClassName
{
color: #925ED8;
}
</style>
background-color css
<style>
a { background-color: #925ED8; }
a { background-color: rgb(146,94,216); }
div.DivClassName
{
background-color: #925ED8;
}
.BgClassName
{
background-color: #925ED8;
}
</style>
border-color css
<style>
span { border-color: #925ED8; }
span { border-color: rgb(146,94,216); }
td.TdClassName
{
border-color: #925ED8;
}
.TagClassName
{
border-color: #925ED8;
}
</style>