Shades of Amethyst #925DDB
Tints of Amethyst #925DDB
RGB
CMYK
RGB Variations
Color information
#925DDB (or 0x925DDB) is known color: Amethyst. HEX triplet: 92, 5D and DB. RGB value is (146,93,219). Sum of RGB (Red+Green+Blue) = 146+93+219=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #925DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DDB is #6DA224. Grayscale: #7A7A7A. Windows color (decimal): -7184933 or 14376338. OLE color: 14376338.
HSL color Cylindrical-coordinate representation of color #925DDB: hue angle of 265.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925DDB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 93 | 219 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.14 |
| HSL | 265.24º | 0.64% | 0.61% | - |
| HSV(B) | 265.24º | 0.58% | 0.86% | - |
| XYZ | 28.55 | 19.05 | 69.19 | - |
| YUV | 123.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 219 | 0.33 | 0.58 | 0 | 0.14 | 265.24 | 0.64 | 0.61 |
| Hex | 92 | 5D | DB | 21 | 3A | 0 | E | 109 | 40 | 3D |
| Octal | 222 | 135 | 333 | 41 | 72 | 0 | 16 | 411 | 100 | 75 |
| Binary | 10010010 | 1011101 | 11011011 | 100001 | 111010 | 0 | 1110 | 100001001 | 1000000 | 111101 |
Color Harmonies of #925DDB
Complementary color
Monochromatic Colors of #925DDB
Black with #925DDB
Text Example
Text Example
White with #925DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DDB; }
p { color: rgb(146,93,219); }
H1.HeaderClassName
{
color: #925DDB;
}
.AnyTagClassName
{
color: #925DDB;
}
</style>
background-color css
<style>
a { background-color: #925DDB; }
a { background-color: rgb(146,93,219); }
div.DivClassName
{
background-color: #925DDB;
}
.BgClassName
{
background-color: #925DDB;
}
</style>
border-color css
<style>
span { border-color: #925DDB; }
span { border-color: rgb(146,93,219); }
td.TdClassName
{
border-color: #925DDB;
}
.TagClassName
{
border-color: #925DDB;
}
</style>