Shades of Amethyst #925BD6
Tints of Amethyst #925BD6
RGB
CMYK
RGB Variations
Color information
#925BD6 (or 0x925BD6) is known color: Amethyst. HEX triplet: 92, 5B and D6. RGB value is (146,91,214). Sum of RGB (Red+Green+Blue) = 146+91+214=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #925BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BD6 is #6DA429. Grayscale: #797979. Windows color (decimal): -7185450 or 14048146. OLE color: 14048146.
HSL color Cylindrical-coordinate representation of color #925BD6: hue angle of 266.83º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925BD6 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 91 | 214 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.16 |
| HSL | 266.83º | 0.6% | 0.6% | - |
| HSV(B) | 266.83º | 0.57% | 0.84% | - |
| XYZ | 27.73 | 18.45 | 65.72 | - |
| YUV | 121.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 214 | 0.32 | 0.57 | 0 | 0.16 | 266.83 | 0.6 | 0.6 |
| Hex | 92 | 5B | D6 | 20 | 39 | 0 | 10 | 10B | 3C | 3C |
| Octal | 222 | 133 | 326 | 40 | 71 | 0 | 20 | 413 | 74 | 74 |
| Binary | 10010010 | 1011011 | 11010110 | 100000 | 111001 | 0 | 10000 | 100001011 | 111100 | 111100 |
Color Harmonies of #925BD6
Complementary color
Monochromatic Colors of #925BD6
Black with #925BD6
Text Example
Text Example
White with #925BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BD6; }
p { color: rgb(146,91,214); }
H1.HeaderClassName
{
color: #925BD6;
}
.AnyTagClassName
{
color: #925BD6;
}
</style>
background-color css
<style>
a { background-color: #925BD6; }
a { background-color: rgb(146,91,214); }
div.DivClassName
{
background-color: #925BD6;
}
.BgClassName
{
background-color: #925BD6;
}
</style>
border-color css
<style>
span { border-color: #925BD6; }
span { border-color: rgb(146,91,214); }
td.TdClassName
{
border-color: #925BD6;
}
.TagClassName
{
border-color: #925BD6;
}
</style>