Shades of Amethyst #925AD8
Tints of Amethyst #925AD8
RGB
CMYK
RGB Variations
Color information
#925AD8 (or 0x925AD8) is known color: Amethyst. HEX triplet: 92, 5A and D8. RGB value is (146,90,216). Sum of RGB (Red+Green+Blue) = 146+90+216=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #925AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AD8 is #6DA527. Grayscale: #787878. Windows color (decimal): -7185704 or 14178962. OLE color: 14178962.
HSL color Cylindrical-coordinate representation of color #925AD8: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925AD8 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 90 | 216 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.15 |
| HSL | 266.67º | 0.62% | 0.6% | - |
| HSV(B) | 266.67º | 0.58% | 0.85% | - |
| XYZ | 27.9 | 18.38 | 67.04 | - |
| YUV | 121.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 216 | 0.32 | 0.58 | 0 | 0.15 | 266.67 | 0.62 | 0.6 |
| Hex | 92 | 5A | D8 | 20 | 3A | 0 | F | 10B | 3E | 3C |
| Octal | 222 | 132 | 330 | 40 | 72 | 0 | 17 | 413 | 76 | 74 |
| Binary | 10010010 | 1011010 | 11011000 | 100000 | 111010 | 0 | 1111 | 100001011 | 111110 | 111100 |
Color Harmonies of #925AD8
Complementary color
Monochromatic Colors of #925AD8
Black with #925AD8
Text Example
Text Example
White with #925AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AD8; }
p { color: rgb(146,90,216); }
H1.HeaderClassName
{
color: #925AD8;
}
.AnyTagClassName
{
color: #925AD8;
}
</style>
background-color css
<style>
a { background-color: #925AD8; }
a { background-color: rgb(146,90,216); }
div.DivClassName
{
background-color: #925AD8;
}
.BgClassName
{
background-color: #925AD8;
}
</style>
border-color css
<style>
span { border-color: #925AD8; }
span { border-color: rgb(146,90,216); }
td.TdClassName
{
border-color: #925AD8;
}
.TagClassName
{
border-color: #925AD8;
}
</style>