Shades of Amethyst #925BDD
Tints of Amethyst #925BDD
RGB
CMYK
RGB Variations
Color information
#925BDD (or 0x925BDD) is known color: Amethyst. HEX triplet: 92, 5B and DD. RGB value is (146,91,221). Sum of RGB (Red+Green+Blue) = 146+91+221=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #925BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BDD is #6DA422. Grayscale: #797979. Windows color (decimal): -7185443 or 14506898. OLE color: 14506898.
HSL color Cylindrical-coordinate representation of color #925BDD: hue angle of 265.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925BDD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 91 | 221 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.13 |
| HSL | 265.38º | 0.66% | 0.61% | - |
| HSV(B) | 265.38º | 0.59% | 0.87% | - |
| XYZ | 28.65 | 18.81 | 70.53 | - |
| YUV | 122.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 221 | 0.34 | 0.59 | 0 | 0.13 | 265.38 | 0.66 | 0.61 |
| Hex | 92 | 5B | DD | 22 | 3B | 0 | D | 109 | 42 | 3D |
| Octal | 222 | 133 | 335 | 42 | 73 | 0 | 15 | 411 | 102 | 75 |
| Binary | 10010010 | 1011011 | 11011101 | 100010 | 111011 | 0 | 1101 | 100001001 | 1000010 | 111101 |
Color Harmonies of #925BDD
Complementary color
Monochromatic Colors of #925BDD
Black with #925BDD
Text Example
Text Example
White with #925BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BDD; }
p { color: rgb(146,91,221); }
H1.HeaderClassName
{
color: #925BDD;
}
.AnyTagClassName
{
color: #925BDD;
}
</style>
background-color css
<style>
a { background-color: #925BDD; }
a { background-color: rgb(146,91,221); }
div.DivClassName
{
background-color: #925BDD;
}
.BgClassName
{
background-color: #925BDD;
}
</style>
border-color css
<style>
span { border-color: #925BDD; }
span { border-color: rgb(146,91,221); }
td.TdClassName
{
border-color: #925BDD;
}
.TagClassName
{
border-color: #925BDD;
}
</style>