Shades of Amethyst #925ED6
Tints of Amethyst #925ED6
RGB
CMYK
RGB Variations
Color information
#925ED6 (or 0x925ED6) is known color: Amethyst. HEX triplet: 92, 5E and D6. RGB value is (146,94,214). Sum of RGB (Red+Green+Blue) = 146+94+214=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #925ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ED6 is #6DA129. Grayscale: #7A7A7A. Windows color (decimal): -7184682 or 14048914. OLE color: 14048914.
HSL color Cylindrical-coordinate representation of color #925ED6: hue angle of 266º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925ED6 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 94 | 214 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.16 |
| HSL | 266º | 0.59% | 0.6% | - |
| HSV(B) | 266º | 0.56% | 0.84% | - |
| XYZ | 27.99 | 18.97 | 65.8 | - |
| YUV | 123.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 214 | 0.32 | 0.56 | 0 | 0.16 | 266 | 0.59 | 0.6 |
| Hex | 92 | 5E | D6 | 20 | 38 | 0 | 10 | 10A | 3B | 3C |
| Octal | 222 | 136 | 326 | 40 | 70 | 0 | 20 | 412 | 73 | 74 |
| Binary | 10010010 | 1011110 | 11010110 | 100000 | 111000 | 0 | 10000 | 100001010 | 111011 | 111100 |
Color Harmonies of #925ED6
Complementary color
Monochromatic Colors of #925ED6
Black with #925ED6
Text Example
Text Example
White with #925ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ED6; }
p { color: rgb(146,94,214); }
H1.HeaderClassName
{
color: #925ED6;
}
.AnyTagClassName
{
color: #925ED6;
}
</style>
background-color css
<style>
a { background-color: #925ED6; }
a { background-color: rgb(146,94,214); }
div.DivClassName
{
background-color: #925ED6;
}
.BgClassName
{
background-color: #925ED6;
}
</style>
border-color css
<style>
span { border-color: #925ED6; }
span { border-color: rgb(146,94,214); }
td.TdClassName
{
border-color: #925ED6;
}
.TagClassName
{
border-color: #925ED6;
}
</style>