Shades of Amethyst #925ACF
Tints of Amethyst #925ACF
RGB
CMYK
RGB Variations
Color information
#925ACF (or 0x925ACF) is known color: Amethyst. HEX triplet: 92, 5A and CF. RGB value is (146,90,207). Sum of RGB (Red+Green+Blue) = 146+90+207=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #925ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ACF is #6DA530. Grayscale: #777777. Windows color (decimal): -7185713 or 13589138. OLE color: 13589138.
HSL color Cylindrical-coordinate representation of color #925ACF: hue angle of 268.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925ACF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 90 | 207 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.19 |
| HSL | 268.72º | 0.55% | 0.58% | - |
| HSV(B) | 268.72º | 0.57% | 0.81% | - |
| XYZ | 26.77 | 17.93 | 61.08 | - |
| YUV | 120.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 207 | 0.29 | 0.57 | 0 | 0.19 | 268.72 | 0.55 | 0.58 |
| Hex | 92 | 5A | CF | 1D | 39 | 0 | 13 | 10D | 37 | 3A |
| Octal | 222 | 132 | 317 | 35 | 71 | 0 | 23 | 415 | 67 | 72 |
| Binary | 10010010 | 1011010 | 11001111 | 11101 | 111001 | 0 | 10011 | 100001101 | 110111 | 111010 |
Color Harmonies of #925ACF
Complementary color
Monochromatic Colors of #925ACF
Black with #925ACF
Text Example
Text Example
White with #925ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ACF; }
p { color: rgb(146,90,207); }
H1.HeaderClassName
{
color: #925ACF;
}
.AnyTagClassName
{
color: #925ACF;
}
</style>
background-color css
<style>
a { background-color: #925ACF; }
a { background-color: rgb(146,90,207); }
div.DivClassName
{
background-color: #925ACF;
}
.BgClassName
{
background-color: #925ACF;
}
</style>
border-color css
<style>
span { border-color: #925ACF; }
span { border-color: rgb(146,90,207); }
td.TdClassName
{
border-color: #925ACF;
}
.TagClassName
{
border-color: #925ACF;
}
</style>