Shades of Amethyst #925AD4
Tints of Amethyst #925AD4
RGB
CMYK
RGB Variations
Color information
#925AD4 (or 0x925AD4) is known color: Amethyst. HEX triplet: 92, 5A and D4. RGB value is (146,90,212). Sum of RGB (Red+Green+Blue) = 146+90+212=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #925AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AD4 is #6DA52B. Grayscale: #787878. Windows color (decimal): -7185708 or 13916818. OLE color: 13916818.
HSL color Cylindrical-coordinate representation of color #925AD4: hue angle of 267.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925AD4 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 90 | 212 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.17 |
| HSL | 267.54º | 0.59% | 0.59% | - |
| HSV(B) | 267.54º | 0.58% | 0.83% | - |
| XYZ | 27.39 | 18.18 | 64.35 | - |
| YUV | 120.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 212 | 0.31 | 0.58 | 0 | 0.17 | 267.54 | 0.59 | 0.59 |
| Hex | 92 | 5A | D4 | 1F | 3A | 0 | 11 | 10C | 3B | 3B |
| Octal | 222 | 132 | 324 | 37 | 72 | 0 | 21 | 414 | 73 | 73 |
| Binary | 10010010 | 1011010 | 11010100 | 11111 | 111010 | 0 | 10001 | 100001100 | 111011 | 111011 |
Color Harmonies of #925AD4
Complementary color
Monochromatic Colors of #925AD4
Black with #925AD4
Text Example
Text Example
White with #925AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AD4; }
p { color: rgb(146,90,212); }
H1.HeaderClassName
{
color: #925AD4;
}
.AnyTagClassName
{
color: #925AD4;
}
</style>
background-color css
<style>
a { background-color: #925AD4; }
a { background-color: rgb(146,90,212); }
div.DivClassName
{
background-color: #925AD4;
}
.BgClassName
{
background-color: #925AD4;
}
</style>
border-color css
<style>
span { border-color: #925AD4; }
span { border-color: rgb(146,90,212); }
td.TdClassName
{
border-color: #925AD4;
}
.TagClassName
{
border-color: #925AD4;
}
</style>